Skip to main content
POST
Create Bank Transfer Collection

Authorizations

Authorization
string
header
required

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

Body

application/json
currency
string
required
Example:

"NGN"

reference
string
required
Example:

"order_12345678"

amount
integer
required
Example:

10000

customer_name
string
required
Example:

"John Doe"

customer_email
string
required
customer_phone
string
Example:

"08012345678"

meta
object

Response

200 - application/json

Success

status
string
Example:

"success"

data
object