Activation Code

Triggered when a physical card is printed and ready to be dispatched. Cardholders can use the activation code included on the event to activate the card.

https://<customerHost:Port>/webhook

Header

FieldDescription
Content-Typeapplication/json

Request example

curl --location --request POST 'https://<customerHost:Port>/webhook' \
-H 'content-type: application/json' \
-d '{
        "clientHashId":"0498f10f-1968-494f-9f7a-454ed23942a0",
        "customerHashId":"5ccc078b-8cc8-4d49-b231-73030f01b501",
        "walletHashId":"e83cca77-8b63-4a25-b580-1d872380ef29",
        "cardHashId":"1f5c16eb-57cb-40b7-873f-96ca376f22ce",
        "cardNumber":"4001-35xx-xxxx-1950",
        "activationCode":"12345678",
        "template":"CARD_ACTIVATION_CODE_WEBHOOK"
}'

Request body

FieldsDescriptionType
clientHashIdThe unique client identifier that's generated and shared before 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
cardNumberThe 16-digit masked card number in the 1234-56xx-xxxx-3456 format.String
activationCodeThe 8-digit activation code of the card.String
templateSet to CARD_ACTIVATION_CODE_WEBHOOK for this event.String