// Transfer initiated event
{
"event": "transfer.initiated",
"timestamp": "2026-04-05T18:38:54.734510Z",
"webhook_id": "a1688ad2-b1dc-4006-8e20-cd6b739d8cb5",
"attempt": 1,
"data": {
"status": "Pending",
"transaction_id": "TXN-BOK-CE5B34C8CABC6EF5B5A431045A",
"amount": 10,
"fee": 0.05,
"total_amount": 10.05,
"currency": "SLE",
"description": null,
"customer": {
"name": "John Doe",
"wallet_id": "5553881136",
"recipient": "0427570182"
},
"payment_method": {
"provider": "ecobank",
"type": "bank",
"country_code": "232"
},
"provider_response": {
"provider_reference": "4e181ac6-7b6a-4faa-ab3a-c0d3ff05c85b",
"code": "09",
"transfer_id": "9fa31dd9-a38e-4814-8a30-0cba981b6920"
},
"metadata": {
"key1": "value",
"key2": "value"
}
}
}