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. 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.
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 |
relatedTransactionId | string | The original TRANSACTION_AUTHORIZED transaction ID |
type | string | Always CLEARING for this event |
status | string | Always SETTLED for this event |
amountCents | integer | Final settled amount in cents — 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.

