Skip to main content
WEBHOOK
Fires after a successful POST /cards/{id}/unload request. Funds have moved from the card back to the program ledger.

Event Type

Payload

Payload Fields

Common Use Cases

  • Reflect the updated card balance in your UI
  • Confirm a partial unload before proceeding with a withdrawal
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_UNLOADED"

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

Response

200

Acknowledge the event.