{
"id": "evt_1a2b3c",
"type": "wallet.credited",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"amount_fcfa": 10000,
"balance_fcfa": 25000
}
}API Reference
Your prepaid wallet was credited
WEBHOOK
wallet.credited
{
"id": "evt_1a2b3c",
"type": "wallet.credited",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"amount_fcfa": 10000,
"balance_fcfa": 25000
}
}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
Response
200
Return any 2xx to acknowledge receipt.