Card Events
CARD_FUND_FAILED
Fired when a card funding attempt fails at the provider level. The program ledger debit is automatically reversed.
WEBHOOK
Fires when aDocumentation 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 fails at the card provider level. The program ledger debit is automatically reversed — no funds are lost.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The card that failed to receive funds |
programId | string | The program the funding was attempted from |
amount | number | Amount that failed to load (in dollars) |
currency | string | Currency code (ISO 4217) |
error | string | Provider error message |
timestamp | string | ISO 8601 timestamp |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

