Skip to main content
POST
Initiate Transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
integer
required
Example:

5000

bank_code
string
required
Example:

"058"

account_number
string
required
Example:

"0264341458"

reference
string
required
Example:

"txn_abc123xyz"

Response

200 - application/json

Success

status
string
Example:

"success"

message
string
Example:

"Transaction initiated successfully"

data
object