Skip to main content
WEBHOOK
Fires after a successful POST /cards/{id}/freeze request. No new transactions can be authorized on the card until it is unfrozen.

Event Type

Payload

Payload Fields

Common Use Cases

  • Notify the cardholder that their card has been temporarily blocked
  • Update the card status in your platform UI
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_FROZEN"

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

Response

200

Acknowledge the event.