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 ID of the invoice being paid.
The url to redirect the customer to after completing the payment.
The ID of the invoice being paid.
The url to redirect the customer to after completing the payment.
The ID of the invoice being paid.
The slug of the provider.
Billing details of the customer.
The ID of the invoice being paid.
Billing details of the customer.
Response
200
application/json
Successfully initiated payment.