Skip to main content
WEBHOOK
Fires after a successful POST /cards/{id}/unfreeze request. Transactions are accepted again immediately.

Event Type

Payload

Payload Fields

Common Use Cases

  • Re-enable card controls in your platform UI
  • Notify the cardholder that their card is active again
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_UNFROZEN"

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

Response

200

Acknowledge the event.