Wrong Expiry

This template is triggered when the card has a wrong expiry.

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 '{
    "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"
}'

Request body

FieldsDescriptionType
nameThis field contains the name of a client.String
brandNameThis field contains the brand name of the client's company name.String
cardNumberThis field contains the 16-digit masked card number in the 1234-56xx-xxxx-3456 format.String
cardHashIdThe unique card identifier that's generated while new/add-on card issuance.UUID
customerHashIdThe unique customer identifier that's generated on customer creation.UUID
walletHashIdThe unique wallet identifier that's generated simultaneously with customer creation.UUID
mccThis field contains the four-digit merchant category code.String
merchantNameThis field contains the merchant name.String
merchantCountryThis field contains the two-letter ISO-2 country code for the merchant country.String
merchantCityThis field accepts the merchant city.String
templateThe value for this field is CARD_WRONG_EXPIRY_WEBHOOK.String