Transaction Webhook
- Send transaction webhook to merchant.
Request Parameters
User ID
Example: "1693590750219574539"
User Card ID
Example: "1693590754940319811"
Transaction ID
Example: "1693591501957443719"
Transaction Time (ISO 8601)
Example: "2023-08-30T09:39:15"
Transaction Amount
Example: 1128
Transaction Amount
Example: "840"
Merchant Category Code
Example: "0000"
Example Request
{
"userId": "1693590750219574539",
"cardId": "1693590754940319811",
"transactionId": "1693591501957443719",
"transactionAt": "2023-08-30T09:39:15",
"amount": 1128,
"currency": "840",
"merchantCategoryCode": "0000"
}