REST API
cURL
curl --request GET \ --url https://api.adullam.dev/v1/transfers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "txf_abc123", "status": "processing", "amount": 10000, "currency": "XOF", "recipient_phone": "+22507123456", "recipient_name": "DIALLO IBRAHIM", "channel": "mtnCI", "description": "Salary payment", "reference": "PAY_001", "ussd_reference": "MP240115.1032.T98765", "fees": 50, "metadata": { "employee_id": "EMP_123" }, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:00Z", "completed_at": null, "failure_reason": null } ], "has_more": true, "next_cursor": "ghi789" }
Retrieve a list of transfers with optional filters
Use the access token obtained from /v1/auth/token
pending
processing
completed
failed
cancelled
1 <= x <= 100
orangeCI
mtnCI
moovCI
waveCI
List of transfers
Show child attributes
true
"ghi789"