Triggered when an approved card transaction is refunded.
This webhook is sent only after the original transaction has been approved. It indicates that the cardholder or merchant has initiated a refund or purchase cancellation for a previously approved transaction.
A refund is processed as a separate transaction event and does not mean that the original approved transaction is deleted or reverted.
{
"userId": "a59906a1-9bed-4491-804f-6ab82ce056ce",
"event": "CardTransactionRefunded",
"transaction": {
"transactionId": "a0680001-005c-d9c5-997b-08de9a25f2ba",
"cardId": "6e0cb7e6-c8f2-4ccf-a750-04983a0e1a5d",
"status": "Refunded",
"statusText": "Pending",
"merchant": "aliexpress.com",
"amount": 473.57,
"createdAt": "2026-04-14T13:01:31.12Z",
"declineReason": null,
"authorizationId": "a0680001-005c-d9c5-997b-08de9a25f2ba"
}
}