Create Invoice
POST
/invoice/create
Create a new invoice specifying currency, amount, expiration time, and other relevant parameters.
Headers
Name
Value
Content-Type
application/json
X-API-KEY
<token>
Body
Name
Type
Description
currency
string
amount
number
Amount of invoice
expires_time
integer
Expiration time of invoice: 5-60
label
string
Label of invoice
postback_url
string
Destination URL for sending post
success_url
string
URL for User after successful payment
Response
Last updated