Miscellaneous

This template is triggered when the transaction is declined due to the security and risk policy set by Nium.

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": "John",
    "transactionCurrency": "SGD",
    "transactionAmount": "40.00",
    "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_MISC_WEBHOOK"
}'

Request body

FieldsDescriptionType
nameThis field contains the name of a client.String
transactionCurrencyThis field contains the three-letter ISO-4217 transaction currency code.String
transactionAmountThis field contains the transaction amount.String
cardNumberThis is 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 name of a merchant.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_MISC_WEBHOOK.String