Card Events
CARD_TERMINATION_REFUND_POST
Fired when funds arrive on an already-terminated card and are refunded back to your program.
WEBHOOK
Fires when money lands on an already-terminated card and is returned to your program balance. This happens for:
- a later reconciliation/discrepancy refund from the provider, or
- a merchant refund that posts to a card after it was terminated.
CARD_TERMINATION_REFUND, this event can fire multiple times for the same card — once per incoming refund. Each delivery carries a distinct reference (the provider transaction id) and is credited exactly once.
Event Type
Payload
Payload Fields
Common Use Cases
- Capture merchant refunds that arrive after a card is terminated
- Reconcile discrepancy refunds against your program ledger
Always deduplicate on
reference. Because this event can fire several times for one card,
per-card deduplication would incorrectly drop legitimate later refunds.Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

