Wallet Encashment

This template is triggered in the event of wallet encashment.

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":"ABC Technologies Ltd.",
        "customerHashId":"0de1e512-e0d7-4eca-ad41-dd39325facc2",
        "walletHashId":"696bad93-bda7-4e8d-8c31-318f8d6cbc5f",
        "transactionCurrency":"SGD",
        "transactionAmount":"10",
        "walletBalance":"10",
        "authCode":"114733",
        "template":"CARD_WALLET_ENCASHMENT_WEBHOOK"
}'

Request body

FieldsDescriptionType
nameThis field contains the name of a client.String
brandNameThis is the brand name field for the client's company name.String
customerHashIdThe unique customer identifier that's generated on customer creation.UUID
walletHashIdThe unique wallet identifier that's generated simultaneously with customer creation.UUID
transactionCurrencyThis field contains the three-letter ISO-4217 transaction currency code.String
transactionAmountThis field contains the transaction amount.String
walletBalanceThe available balance in the wallet.String
authCodeThe authorization code of the transaction.String
templateThe value for this field is CARD_WALLET_ENCASHMENT_WEBHOOK.String