> 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/api-reference/introduction/regulations-and-requirements.md).

# Regulations and requirements

\
● **Architecture**: The transferring authorized payment API that AliX Pay implements will be

built on RESTFUL architecture, data transmitted between the two parties shall be JSON.

● **Digital signature**: To ensure the data transmitted between two parties is secure and authentic, all data will be encrypted and digitally signed to secure data.

● **IP**: AliX Pay will limit API access by one or more IPs based on each PARTNER. Therefore, before AliX Pay, PARTNER will send the IP list to AliX Pay to open access.

● **SSL/HTTPS**: AliX Pay will probably use SSL/HTTPS, SSL will create a secure connection between PARTNER and AliX Pay. All data transmitted will be encrypted.


---

# 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/api-reference/introduction/regulations-and-requirements.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.
