Card Events
CARD_FUNDED
Fired when funds are successfully loaded onto a card from the program ledger.
WEBHOOK
Fires after a successfulDocumentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /cards/{id}/fund request. Funds have moved from the program ledger to the card. The card’s balance increases and the program’s balance decreases by the same amount.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The funded card ID |
cardholderId | string | The cardholder the card belongs to |
programId | string | The program that funded the card |
amountCents | integer | Amount loaded in cents |
currency | string | Currency code (ISO 4217) |
cardBalanceCents | integer | Card balance after funding, in cents |
programBalanceCents | integer | Program ledger balance after funding, in cents |
ledgerTransactionId | string | Internal ledger transaction reference |
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.

