Cards
Card Transaction Reversed
Sent when a previously approved card authorization is voided or reversed by the merchant.
WEBHOOK
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | Your card identifier |
cardholderId | string | Cardholder identifier |
reference | string | null | Unique reversal transaction reference |
originalReference | string | null | Reference of the original charge being reversed |
type | string | Always "CREDIT" (funds returned to the card) |
amount | number | Reversed amount |
currency | string | Currency code (e.g., "USD") |
merchant.name | string | Merchant name |
merchant.country | string | null | Merchant country code |
merchant.mcc | string | null | Merchant category code |
category | string | Always "Reversal" |
network | string | null | Card network (e.g., "VISA", "MASTERCARD") |
authorizationCode | string | null | Authorization code from the original charge |
status | string | Always "REVERSED" |

