Skip to main content
WEBHOOK
Fires after a card is permanently terminated. Termination is irreversible — the card cannot be reactivated. There are two termination paths:
  • Manual — triggered by a POST /cards/{id}/terminate API call or via the portal. The reason field is absent.
  • Automatic (single-use) — triggered by the system after a single-use card’s first transaction clears. The reason field is SINGLE_USE_EXHAUSTED.

Event Type

Payload

Manual termination

Single-use auto-termination

Payload Fields

Common Use Cases

  • Remove the card from the cardholder’s active card list in your UI
  • Log the termination for audit trail purposes
  • On reason: SINGLE_USE_EXHAUSTED — mark the single-use card as consumed in your system
For the full event group documentation see Card Events.

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Body

application/json
event
string
Example:

"CARD_TERMINATED"

eventId
string
businessId
string
environment
enum<string>
Available options:
LIVE,
SANDBOX
timestamp
string<date-time>
data
object

Response

200

Acknowledge the event.