Transaction Events
TRANSACTION_AUTHORIZED
Fired when a card purchase is authorized. Funds are reserved but not yet settled.
WEBHOOK
Fires when a cardholder makes a purchase and the authorization is approved. The funds are reserved on the card but not yet permanently settled — a subsequent
TRANSACTION_CLEARED event confirms final settlement.
This is the earliest signal that a transaction has occurred. Use it to show pending activity to the cardholder in real time.
Event Type
Payload
Payload Fields
Common Use Cases
- Show a “Pending” transaction in the cardholder’s transaction history
- Send a real-time push notification: “$29.99 at Amazon — pending”
- Implement MCC-based spending controls
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

