Assign Card

This template is triggered when a card is assigned to a customer.

https://<customerHost:Port>/webhook

Header

FieldDescription
Content-Typeapplication/json

Request example

curl --location 'https://<customerHost:Port>/webhook' \
--header 'content-type: application/json' \
--data '{
"clientHashId":"0de1e512-e0d7-4eca-ad41-dd39325facc2",
"customerHashId":"0de1e512-e0d7-4eca-ad41-dd39325facc2",
"cardHashId":"0de1e512-e0d7-4eca-ad41-dd39325facc2",
"cardNumber":"4001-35xx-xxxx-1950",
"walletHashId":"0de1e512-e0d7-4eca-ad41-dd39325facc2",
"template": "CARD_ASSIGN_CARD_WEBHOOK"
}'

Request body

FieldsDescriptionType
clientHashIdThe unique client identifier that's generated and shared before the API handshake.UUID
customerHashIdThe unique customer identifier that's generated on customer creation.UUID
walletHashIdThe unique wallet identifier that's generated simultaneously with customer creation.UUID
cardHashIdThe unique card identifier that's generated while new/add-on card issuance.UUID
cardNumberThis is the 16-digit masked card number in 1234-56xx-xxxx-3456 format.String
templateThe value for this field is CARD_ASSIGN_CARD_WEBHOOK.String