Transaction Events
TRANSACTION_REVERSED
Fired when a transaction is reversed or a merchant refund is received. Funds are returned to the card.
WEBHOOK
Fires when a card transaction is reversed. This covers two scenarios: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.
- Pre-settlement reversal: An authorization is voided before it clears — the reserved funds are released back to the card.
- Post-settlement refund: A merchant issues a refund after the transaction has cleared — funds are credited back to the card.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | Unique transaction ID for this reversal event |
type | string | Always REVERSAL for this event |
status | string | Always REVERSED for this event |
amountCents | integer | Amount reversed and returned to the card, in cents |
relatedTransactionId | string | The original transaction that was reversed |
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.

