Skip to main content
POST
Initialize Collection Request

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
object
required
channels
enum<string>[]
required
Available options:
card_payment,
bank_transfer
default_channel
enum<string>
Available options:
card_payment,
bank_transfer
meta
object

Response

200 - application/json

Success

status
string
Example:

"success"

message
string
Example:

"Collection Request created successfully"

data
object