Settlement Direct Debit

This template is triggered when a settlement Direct Debit occurs.

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 '{
      "clientHashId":"0498f10f-1968-494f-9f7a-454ed23942a0",
      "customerHashId":"18f3046c-17e8-4c8b-9fbd-9508305f37b5",
      "walletHashId":"00c31858-6a79-4bc2-bde5-5fd633aa20bd",
      "cardHashId":"6da29616-29f4-4cb2-ba46-24ca7f294bd8",
      "transactionCurrency":"SGD",
      "transactionAmount":"20.00",
      "transactionDate":"2020-11-19 12:05:06",
      "authCurrency":"SGD",
      "authAmount":"20.00",
      "effectiveAuthAmount":"21.00",
      "authCode":"SDD4437220479",
      "template":"CARD_SETTLEMENT_DIRECT_DEBIT_WEBHOOK"
}'

Request body

FieldsDescriptionType
effectiveAuthAmountThis field contains the authorization amount value in addition to fees such as transaction markup, e-commerce fees, etc.String
clientHashIdThe unique client identifier that's generated and shared before the API handshake.UUID
customerHashIdThe unique customer identifier that's generated on customer creation.UUID
walletHashIdThe unique wallet identifier that's generated simultaneously with customer creation.UUID
cardHashIdThe unique card identifier that's generated during new/add-on card issuance.UUID
transactionDateThis field contains the transaction date and time in the yyyy-MM-dd HH:mm:ss Coordinated Universal Time format.String
authCurrencyThis field contains the three-letter ISO-4217 authorization currency code.String
authAmountThis field contains the authorization amount for the transaction.String
authCodeThis field contains the authorization code of the transaction.String
originalAuthCodeThis field contains the authorization code of the original transaction.String
templateThe value for this field is CARD_SETTLEMENT_DIRECT_DEBIT_WEBHOOKString