> For the complete documentation index, see [llms.txt](https://aliniex.gitbook.io/alix-pay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aliniex.gitbook.io/alix-pay/resources/api-status.md).

# API Status

| Code | Status  | Message                                                                               |
| ---- | ------- | ------------------------------------------------------------------------------------- |
| 0    | SUCCESS | Success                                                                               |
| 1    | FAILED  | The system is busy, please try again later                                            |
| 2    | FAILED  | Invalid signature                                                                     |
| 3    | FAILED  | Your account is locked. Please contact us for assistance                              |
| 4    | FAILED  | Partner Code information does not exist                                               |
| 5    | FAILED  | Bad Request                                                                           |
| 6    | FAILED  | Token is not yet supported on this network.                                           |
| 7    | FAILED  | Insufficient balance                                                                  |
| 8    | FAILED  | Network fee not found.                                                                |
| 9    | FAILED  | Payment gateway information not found.                                                |
| 10   | FAILED  | Invalid withdrawal wallet address                                                     |
| 11   | FAILED  | Transaction ID already exists.                                                        |
| 12   | FAILED  | Payment initiation failed, please try again later.                                    |
| 13   | FAILED  | Webhook Secretkey information does not exist                                          |
| 14   | FAILED  | Unidentified payment type                                                             |
| 15   | FAILED  | Transaction information does not exist                                                |
| 16   | FAILED  | The total payment amount must be over 10,000 VND                                      |
| 17   | FAILED  | The transfer content must be in unaccented letters and not contain special characters |
| 18   | FAILED  | Bank account information is incorrect                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aliniex.gitbook.io/alix-pay/resources/api-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
