Skip to main content
WEBHOOK
Fires after a successful POST /cards/{id}/fund request. Funds have moved from the program ledger to the card.

Event Type

Payload

Payload Fields

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”
For the full event group documentation see Card Events.

Authorizations

Authorization
string
header
required

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

Body

application/json
event
string
Example:

"CARD_FUNDED"

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

Response

200

Acknowledge the event.