/create_invoice
GET /create_invoice/{network}/{coin}/{amount}
Response Examples
Success
{
"status": "success",
"data": {
"invoice_id": "403F386EF9",
"merchant_name": "Ip Score Checker",
"logo_img": "https://ipscore.me/favicon.ico",
"transaction_id": null,
"currency": "840",
"currency_code": "USD",
"coin": "LTC",
"network": "Litecoin",
"wallet_address": "MKUFymeCYPTapGFNiwikSm3F1nx85LW5g9",
"exchange_rate": "0.011998",
"amount": "25.00",
"client_amount": "0.299958",
"order_id": "1325",
"description": "62B60 Top-up 25.0 USD",
"lang": "en",
"status": "waiting-payment",
"confirmation_status": null,
"created_at": "2024-05-20 15:32:15",
"payment_due_date": "2024-05-20 17:32:16"
}
}
Responses
HTTP Status Code
Meaning
Description
Data schema
Responses Data Schema
HTTP Status Code 200
Name
Type
Required
Restrictions
Title
description
» status
string
true
none
none
» data
object
true
none
none
»» invoice_id
string
true
none
none
»» merchant_name
string
true
none
none
»» transaction_id
null
true
none
none
»» currency
string
true
none
none
»» wallet_address
null
true
none
none
»» exchange_rate
null
true
none
none
»» amount
string
true
none
none
»» client_amount
null
true
none
none
»» order_id
string
true
none
none
»» description
string
true
none
none
»» lang
string
true
none
none
»» status
string
true
none
none
»» confirmation_status
null
true
none
none
»» created_at
string
true
none
none
»» payment_due_date
null
true
none
none
Last updated
Was this helpful?