Initiate a Transfer
Transfers
Create a transfer
Creates a direct transfer using only the recipient and sender IDs. Before calling this endpoint, make sure you have already created both the recipient and the sender via their respective endpoints and obtained their IDs.
POST
Initiate a Transfer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
Example:
{
"id": 621922,
"account_number": "0690000040",
"bank_code": "044",
"full_name": "Alexis Sanchez",
"created_at": "2024-03-18T08:58:30.000Z",
"currency": "NGN",
"debit_currency": "NGN",
"amount": 500,
"fee": 10.75,
"status": "NEW",
"reference": "akhlm-pstmnpyt-rfxx078_PMCKDU_1",
"meta": null,
"narration": "Akhlm Pstmn Trnsfr xx007",
"complete_message": "",
"requires_approval": 0,
"is_approved": 1,
"bank_name": "ACCESS BANK NIGERIA"
}