Card Events
CARD_FUNDED
Fired when funds are successfully loaded onto a card from the program ledger.
WEBHOOK
Fires after a successful
POST /cards/{id}/fund request. Funds have moved from the program ledger to the card.
Event Type
Payload
Payload Fields
Common Use Cases
- Update the displayed card balance in your UI
- Confirm a load completed successfully without polling
- Send the cardholder a push notification: “Your card has been topped up with $50”
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

