Invoices
Create Whitelabel Payment Invoice
Creates a new whitelabel payment invoice for the authenticated merchant with specific cryptocurrency and network
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Amount for the payment invoice
Required range:
x > 0
Cryptocurrency symbol to be used for payment
Currency of the amount
Whether the fee should be paid by the payer
Invoice lifetime in minutes
Required range:
1 < x < 1440
Network to be used for the cryptocurrency
Percentage of underpayment that will be accepted
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