Create Invoice
Name
Value
Name
Type
Description
{
"id": 0,
"uuid": "string",
"currency": "string",
"tx_hash": "string",
"address": "string",
"amount": 0,
"amount_usd": 0,
"confirmations": 0,
"created_at": "2019-08-24T14:15:22Z",
"expires_at": "2019-08-24T14:15:22Z",
"is_expired": true,
"is_paid": true,
"label": "string",
"postback_url": "http://example.com",
"success_url": "http://example.com",
"fail_url": "http://example.com",
"url": "http://example.com"
}{
"detail": "Currency does not exist"
}{
"detail": "Invalid amount. Should be in range ({minimum_deposit of currency}-100,000,000)"
}{
"detail": "Invalid expires_time. Should be in range (5-60) minutes"
}{
"detail": "Max length of label is 255 characters"
}{
"detail": "Max length of postback_url is 255 characters"
}{
"detail": "Max length of success_url is 255 characters"
}Last updated