API ReferenceTransfers
Transfers
The transfer resource : payouts to beneficiaries.
A transfer pays out from a wallet to a beneficiary: recorded as a transaction with a hold on funds until settlement.
The transfer object
{
"id": "01M2S18...",
"transaction_id": "01M2S18...",
"customer_id": "01M2S17...",
"beneficiary_id": "01M2S17...",
"amount_minor": 250000,
"currency": "NGN",
"narration": "Invoice 8842 payout",
"status": "processing",
"created_at": "2026-09-18T02:00:00Z"
}| Field | Type | Notes |
|---|---|---|
transaction_id | string | The transaction entry: source of truth |
beneficiary_id | string | Verified destination |
status | string | Mirrors the transaction's status |