Invoices
Create Payment Invoice
Creates a new payment invoice for the authenticated merchant
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Payment amount
Required range:
x > 0
List of accepted cryptocurrency symbols
Currency for the amount
Whether the fee is paid by the payer
Invoice lifetime in minutes
Required range:
1 < x < 1440
URL to return to after payment
Percentage of underpayment to accept
Required range:
0 < x < 50
Must be a multiple of 0.1
Response
200 - application/json
Available options:
PENDING
, CONFIRMING
, UNDER_PAID
, PAID
, FAILED
, EXPIRED