/get_invoice
GET /get_invoice/{invoice_id}
Response Examples
Success
{
"status": "success",
"data": {
"invoice_id": "403F386EEB",
"merchant_name": "Ip Score Checker",
"logo_img": "https://ipscore.me/favicon.ico",
"transaction_id": null,
"currency": "840",
"currency_code": "USD",
"coin": "USDT",
"network": "Tron",
"wallet_address": "TLpipCWqj7Fpjkgu9sVxrv6V8VSQ46sYTv",
"exchange_rate": "1.000105",
"amount": "50.00",
"client_amount": "50.01",
"order_id": "1308",
"description": "C439 Top-up 50.0 USD",
"lang": "en",
"status": "waiting-payment",
"confirmation_status": null,
"created_at": "2024-05-20 06:20:13",
"payment_due_date": "2024-05-20 08:20:14"
}
}
Responses
HTTP Status Code
Meaning
Description
Data schema
Responses Data Schema
HTTP Status Code 200
Name
Type
Required
Restrictions
Title
description
» 0
object
true
none
none
»» product_name_en
string
true
none
none
»» requests_left
string
true
none
none
»» date_start
string
true
none
none
»» date_end
string
true
none
none
» 1
object
true
none
none
»» product_name_en
string
true
none
none
»» requests_left
string
true
none
none
»» date_start
string
true
none
none
»» date_end
string
true
none
none
» 2
object
true
none
none
»» product_name_en
string
true
none
none
»» requests_left
string
true
none
none
»» date_start
string
true
none
none
»» date_end
string
true
none
none
Last updated
Was this helpful?