Get status definitions for Invoice and payout
Invoice statuses:
id | name | is final status | description |
0, 6 |
| false | Initial status. Waiting for money transfer. |
1 |
| false | Invoice accepted payment, waiting for transaction confirmation in blockchain network. |
2 |
| true | Expired, the invoice was not paid. |
3 |
| true | The invoice was successfully paid. |
4 |
| true | An error occurred on the pay processing invoice |
5 |
| false | Partially paid. The system will wait till the client sends the rest amount to wallet |
Payout statuses:
id | name | is final status | description |
0 |
| false | Initial status. |
1 |
| true | The payout was successfully processed. |
2 |
| true | An error occurred on the pay processing payout. |
3, 4, 5, 8 |
| false | Processing payout. |
6 |
| true | Expired, the payout was not paid. |
7 |
| false | Canceled payout. |
POST
https://app.thedex.cloud/api/v1/info/statuses
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 (Empty JSON)
Name | Type | Description |
---|---|---|
Request curl:
Response JSON attributes:
|
| Invoice status values |
|
| Payout status values |
| Integer | Usually used for response JSON attribute |
| String | Usually used for response JSON attribute |
Last updated