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. The
All other fields are the same as
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 APPROVED for this event |
amount | number | Fee amount in dollars |
feeLabel | string | Fee label from the card provider — e.g. CROSS_BORDER, DECLINE, MAINTENANCE |
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.

