Get Invoice
Get the invoice by "invoiceId" or "orderId" attribute.
Returns the invoice by "invoiceId" or "orderId" attribute.
POST
https://app.thedex.cloud/api/v1/invoices/one
Headers
Name | Type | Description |
---|---|---|
X-EX-APIKEY* | String | Your API key |
X-EX-PAYLOAD* | String | Body to base64 |
X-EX-SIGNATURE* | String | Encrypted body with the secret key |
Request Body
Name | Type | Description |
---|---|---|
invoiceId | String | Optional if |
orderId | String | Optional if |
Request curl:
Response JSON attributes:
|
| Invoice id. |
|
| Merchant id. |
|
| Order id. |
|
| Client id. |
|
| reach out all accessed values by link: |
|
| reach out all accessed values by link: |
|
| Creation date. |
|
| Modification date. |
|
| Expiration date. |
|
| Left expiration time in milliseconds. |
|
| Crypto-address is used by client to send cryptocurrency. |
|
| reach out all accessed values by link: |
|
| reach out all accessed values by link: |
|
| Amount in fiat currency. |
|
| Converted amount in cryptocurrency. |
|
| Represents paid amount in crypto-currency. |
|
| Represents paid amount in fiat currency. |
|
| Url is used to deposit. |
|
| Callback URL. To reach out more about statuses that trigger callback read the section about |
|
| For this usage “API“. To reach out more creation ways use: |
|
| Merchant commission. |
|
| Merchant balance. |
|
| Title. |
|
| Description. |
|
| User UUID. |
|
| Deposit blockchain fee. |
|
| Rate. |
|
| Rate with commission. |
|
| Transactions list |
|
| Used for redirect to this reference on failure invoice status. You could set this URL individually to merchant. |
|
| Used for redirect to this reference on success invoice status. You could set this URL individually to merchant. |
|
| Used for redirect to this reference if |
Last updated