Settlement Debit

This template will be triggered when a settlement debit occurs.

https://<customerHost:Port>/webhook

Headers

FieldDescription
Content-Typeapplication/json

Example Request:

curl --location --request POST 'https://<customerHost:Port>/webhook' \
-H 'content-type: application/json' \
-d '{
        "clientHashId":"0498f10f-1968-494f-9f7a-454ed23942a0",
        "customerHashId":"18f3046c-17e8-4c8b-9fbd-9508305f37b5",
        "walletHashId":"6da29616-29f4-4cb2-ba46-24ca7f294bd8",
        "cardHashId":"00c31858-6a79-4bc2-bde5-5fd633aa20bd",
        "transactionDate":"2020-11-19 12:05:06",
        "authCurrency":"SGD",
        "authAmount":"1.00",
        "authCode":"417224",
        "originalAuthCode":"417224",
        "template":"CARD_SETTLEMENT_DEBIT_WEBHOOK"
}'

Request Body:

FieldsDescriptionType
clientHashIdUnique client identifier generated and shared before API handshake.UUID
customerHashIdUnique customer identifier generated on customer creation.UUID
walletHashIdUnique wallet identifier generated simultaneously with customer creation.UUID
cardHashIdUnique card identifier generated while new/add-on card issuance.UUID
transactionDateThis field contains the transaction date and time in yyyy-MM-dd HH:mm:ss (UTC) format.String
authCurrencyThis field contains 3-letter ISO-4217 authorization currency code.String
authAmountThis field contains an authorization amount for the transaction.String
authCodeThis field contains an authorization code of the transaction.String
originalAuthCodeThis field contains an authorization code of the original transaction.String
templateThe value for this field is CARD_SETTLEMENT_DEBIT_WEBHOOK.String