Transaction Events
TRANSACTION_FEE
Fired when a fee is posted against a card — such as a cross-border fee or a decline fee.
WEBHOOK
Fires when a fee is automatically applied to a card. Fee transactions reduce the card’s balance by the fee amount. TheDocumentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
merchant object is absent for fee transactions.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | Unique transaction ID for this fee event |
type | string | Always FEE for this event |
status | string | Always SETTLED for this event |
amountCents | integer | Fee amount in cents |
feeType | string | Fee type: CROSS_BORDER, DECLINE, MAINTENANCE, ATM_WITHDRAWAL, OTHER |
relatedTransactionId | string or null | The transaction that triggered this fee, if applicable |
TRANSACTION_AUTHORIZED. See Transaction Events for the full field reference.
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

