Transaction Events
TRANSACTION_CLEARED
Fired when an authorized transaction settles. The charge is final and permanent.
WEBHOOK
Fires when a previously authorized transaction is settled by the merchant. The charge is now permanent. The
All other fields are the same as
relatedTransactionId links back to the original TRANSACTION_AUTHORIZED event.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | Unique transaction ID for this clearing event |
type | string | Always CLEARING for this event |
status | string | APPROVED for normal settlements; REVERSED if the clearing was reversed by the merchant before settlement completed |
amount | number | Final settled amount in dollars — may differ slightly from the authorization amount |
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.

