Initiate Payment
Start a payment operation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Payment Method.
Available options:
wallet
, qr
, card
, bank
Body
application/json
The details required to initiate a payment.
The body is of type object
.
The body is of type object
.
The body is of type object
.
The body is of type object
.
The body is of type object
.
Response
200
application/json
Successfully initiated payment.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.