Card Events
CARD_TERMINATION_REFUND
Fired when a terminated card’s remaining balance is refunded back to your program.
WEBHOOK
Fires when a card is terminated and its remaining prefunded balance is returned to your program balance.
The
reference is the provider transaction id — unique per refund — so use it as your idempotency key.
Event Type
Payload
Payload Fields
Common Use Cases
- Reconcile the returned balance against your program ledger
- Log the refund for audit purposes, keyed on
reference
Deduplicate on
reference. A webhook retry re-delivers the same reference; a genuinely
new refund always carries a new one.Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

