This template is triggered when the card has a wrong expiry.
https://<customerHost:Port>/webhook
Field | Description |
---|
Content-Type | application/json |
curl --location --request POST 'https://<customerHost:Port>/webhook' \
-H 'content-type: application/json' \
-d '{
"name": "Samar",
"brandName": "Lia Lau Pay",
"cardNumber": "4931-93xx-xxxx-8776",
"cardHashId": "eceb4de1-7601-4912-8129-eaa03d88bfb3",
"customerHashId": "09dca87a-578e-4d2f-829c-3b6dd9256ece",
"walletHashId": "84e50dbe-f5fb-4931-9175-2a136589fb89",
"mcc": "5022",
"merchantName": "Frankie Tibbs",
"merchantCountry": "IN",
"merchantCity": "MUMBAI",
"template": "CARD_WRONG_EXPIRY_WEBHOOK"
}'
Fields | Description | Type |
---|
name | This field contains the name of a client. | String |
brandName | This field contains the brand name of the client's company name. | String |
cardNumber | This field contains the 16-digit masked card number in the 1234-56xx-xxxx-3456 format. | String |
cardHashId | The unique card identifier that's generated while new/add-on card issuance. | UUID |
customerHashId | The unique customer identifier that's generated on customer creation. | UUID |
walletHashId | The unique wallet identifier that's generated simultaneously with customer creation. | UUID |
mcc | This field contains the four-digit merchant category code. | String |
merchantName | This field contains the merchant name. | String |
merchantCountry | This field contains the two-letter ISO-2 country code for the merchant country. | String |
merchantCity | This field accepts the merchant city. | String |
template | The value for this field is CARD_WRONG_EXPIRY_WEBHOOK . | String |