Payment API
Create Payment Invoice
Creates a new payment invoice for the authenticated user
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The cash tag for the payment
The amount of the payment
Whether the payment is white-labeled
The URL to call back after payment processing
The URL to return to after payment
Response
200
application/json
Successfully created payment invoice
The ID of the payment invoice
The URL where the user can make the payment
The CashTag of the payment recipient
The required note associated with the payment
The amount invoiced
Whether the payment is white-labeled
The ID of the web receipt for the payment
The amount paid
Available options:
PENDING
, UNDER_PAID
, PAID
, FAILED
, EXPIRED
The URL where the user will be redirected after the payment
The date and time when the payment expires
The date and time when the payment was created