Card Events
CARD_AUTHORIZATION
Fired asynchronously after every authorization decision for a CaaS card.
WEBHOOK
Fires asynchronously after every authorization decision for a CaaS card — both approvals and declines. This event cannot influence the authorization outcome; it is informational only.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.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The card that was authorized |
amount | number | Authorization amount (in dollars) |
currency | string | Authorization currency (ISO 4217) |
merchantName | string | Merchant name from the authorization request |
decision | string | APPROVED or DECLINED |
timestamp | string | ISO 8601 timestamp |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

