Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | Your card identifier |
cardholderId | string | Cardholder identifier |
reference | string | null | Unique fee transaction reference |
originalReference | string | null | Reference of the declined transaction that triggered this fee |
type | string | Always "DEBIT" |
amount | number | Fee amount charged |
currency | string | Currency code (e.g., "USD") |
merchant.name | string | Merchant name from the declined transaction |
merchant.country | string | null | Merchant country code |
merchant.mcc | string | null | Merchant category code |
category | string | Always "Decline Fee (International)" |
network | string | null | Card network (e.g., "VISA", "MASTERCARD") |
authorizationCode | string | null | Authorization code if available |
status | string | Always "APPROVED" |

