Set Pin

This template will be triggered when the card pin is set using the Set/Reset PIN API.

https://<customerHost:Port>/webhook

Headers:

FieldDescription
Content-Typeapplication/json

Example Request:

curl --location --request POST 'https://<customerHost:Port>/webhook' \
-H 'content-type: application/json' \
-d '{
        "name":"Samar",
        "brandName":"ABC Technologies Ltd.",
        "customerHashId":"0de1e512-e0d7-4eca-ad41-dd39325facc2",
        "walletHashId":"696bad93-bda7-4e8d-8c31-318f8d6cbc5f",
        "cardHashId":"48534c3a-908c-4bbd-baf2-161402a2c5e0",
        "cardNumber":"4001-35xx-xxxx-1950",
        "template":"CARD_SET_PIN_WEBHOOK"
}'

Request Body:

FieldsDescriptionType
nameThis field contains the name of a client.String
brandNameThe brand name field is for the client's company name.String
customerHashIdUnique customer identifier generated on customer creation.UUID
walletHashIdUnique wallet identifier generated simultaneously with customer creation.UUID
cardHashIdUnique card identifier generated while new/add-on card issuance.UUID
cardNumberThis is the 16-digit masked card number in format 1234-56xx-xxxx-3456.String
templateThe value for this field is CARD_SET_PIN_WEBHOOK.String