/update_invoice
POST /update_invoice
Body Parameters
{
"invoice_id": "string",
"network": "string",
"coin": "string",
"api_key": "string"
}
Params
body
body
object
no
none
» invoice_id
body
string
yes
none
» network
body
string
yes
none
» coin
body
string
yes
none
» api_key
body
string
yes
none
Response Examples
Success
{
"status": "success",
"data": {
"invoice_id": "403F386EE1",
"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": "MJuJG8iZztmJrv8MqEFc3hynLUAGi6H5Lu",
"exchange_rate": "0.011997",
"amount": "79.44",
"client_amount": "0.953032",
"order_id": "1318",
"description": "62B60 Top-up 79.44 USD",
"lang": "en",
"status": "waiting-payment",
"confirmation_status": null,
"created_at": "2024-05-20 08:34:43",
"payment_due_date": "2024-05-20 17:31:19"
}
}
Responses
Responses Data Schema
HTTP Status Code 200
» status
string
true
none
none
» data
object
true
none
none
»» invoice_id
string
true
none
none
»» merchant_name
string
true
none
none
»» logo_img
string
true
none
none
»» transaction_id
null
true
none
none
»» currency
string
true
none
none
»» currency_code
string
true
none
none
»» coin
string
true
none
none
»» network
string
true
none
none
»» wallet_address
string
true
none
none
»» exchange_rate
string
true
none
none
»» amount
string
true
none
none
»» client_amount
string
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
string
true
none
none
Last updated
Was this helpful?