Endpoint
Headers
Bearer YOUR_ACCESS_TOKENYour API secret key.
Your business ID.
Request body
Amount to transfer, in kobo. For example,
110000 equals ₦1,100.The virtual account number to debit (the source of funds).
The destination bank account number to credit.
The bank code of the receiving bank. Use the billers list from Get billers to look up codes.
A unique reference you generate for this transaction. Used for idempotency and reconciliation.
A description of the transfer, visible to both parties.
Response
true on success.Confirmation message, e.g.
"Transfer successful".Amount transferred, in kobo.
Fee charged for the transfer, in kobo.
Total amount debited from the payer account (amount + charge), in kobo.
Code examples
Example response
All amounts are in kobo. Divide by 100 to convert to naira.