Card Events
CARD_TERMINATED
Fired when a card is permanently terminated. Remaining balance has been returned to the program ledger.
WEBHOOK
Fires after a successfulDocumentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /cards/{id}/terminate request. Termination is irreversible — the card cannot be reactivated. Any remaining balance is automatically returned to the program ledger.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The terminated card ID |
cardholderId | string | The cardholder the card belonged to |
programId | string | The program the card belonged to |
status | string | Always TERMINATED |
remainingCents | integer | Card balance at termination time, in cents |
refundedToProgramCents | integer | Amount returned to the program ledger, in cents |
Common Use Cases
- Remove the card from the cardholder’s active card list in your UI
- Log the termination for audit trail purposes
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

