Cards
Card Transaction Declined
Sent when a card purchase is declined at the point of sale or online.
WEBHOOK
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | Your card identifier |
cardholderId | string | Cardholder identifier |
reference | string | null | Unique transaction reference |
type | string | Always "DEBIT" |
amount | number | Attempted transaction 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 "Declined" |
reason | string | Human-readable decline reason from the network |
network | string | null | Card network (e.g., "VISA", "MASTERCARD") |
status | string | Always "DECLINED" |

