{
"id": "evt_1a2b3c",
"type": "wallet.low_balance",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"balance_fcfa": 4000,
"threshold_fcfa": 5000
}
}API Reference
Your prepaid wallet dropped below your alert threshold
WEBHOOK
wallet.low_balance
{
"id": "evt_1a2b3c",
"type": "wallet.low_balance",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"balance_fcfa": 4000,
"threshold_fcfa": 5000
}
}Authorizations
t=<unix>,v1=<hex hmac-sha256> over "<t>.<raw-body>", keyed on the endpoint's whsec_ signing secret. Verify it before trusting a delivery.
Headers
The event id. Stable across retries; de-duplicate on it.
The event type, e.g. order.fulfilled.
Body
application/json
Event id, stable across retries.
Example:
"evt_1a2b3c"
Event type.
Allowed value:
"wallet.low_balance"When the event occurred.
The new balance and the alert threshold it crossed below, in FCFA.
Show child attributes
Show child attributes
Response
200
Return any 2xx to acknowledge receipt.