get https://api.singlewallet.cc/v1/invoice/
Repsonse
Name | Type | Description |
---|---|---|
id | uuid | invoice id |
url | string | invoice url |
order_name | string | |
order_number | string | |
description | string | |
invoice_amount | float | invoice amount |
paid_amount | float | actual paid amount |
currency_code | string | fiat currency code |
fiat_invoice_amount | float | invoice amount in fiat |
fiat_paid_amount | float | actual paid amount in fiat |
exchange_rate | float | exchange rate from fiat currency to USDT |
customer_email | string | |
status | string | new:not paid yet pending:paid, but waiting for confirmations paid:paid successfuly expired:invoice is expired canceled:invoice is canceled |
exception | string | none:actual paid amount equals invoice amount overpaid:actual paid amount greater than invoice amount underpaid:actual paid amount is less than invoice amount |
network_code | string | network code used to pay the invoice |
network_name | string | network name used to pay the invoice |
address | string | address to which the payment sent |
txid | string | transaction id |
blockchain_url | string | blockchain url for the transaction |
created_at | datetime | invoice creation datetime |
expire_at | datetime | invoice expiration datetime |