Skip to main content
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

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Body

application/json
event
string
Example:

"CARD_TERMINATION_REFUND"

eventId
string
businessId
string
environment
enum<string>
Available options:
LIVE,
SANDBOX
timestamp
string<date-time>
data
object

Response

200

Acknowledge the event.