Skip to main content
POST
Bank 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<int32>
required

The amount to be paid to the virtual account

email
string
required

The email belonging to the user being charged

externalReference
string
required

A unique ID of your liking to reconcile transactions internally.

currency
string
required

e.g KES, NGN

Response

200 - application/json

200

success
boolean
default:true
Example:

true

message
string
Example:

"Account created successfully."

data
object