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
Currency for the amount
List of accepted cryptocurrency symbols
Percentage of underpayment to accept
Required range:
0 <= x <= 50
Must be a multiple of 0.1
Whether the fee is paid by the payer
Invoice lifetime in minutes
Required range:
1 <= x <= 1440
URL to return to after payment
Response
200
application/json
Payment invoice created successfully
Available options:
PENDING
, CONFIRMING
, UNDER_PAID
, PAID
, FAILED
, EXPIRED