# Safety information

### Secret key <a href="#secret-key" id="secret-key"></a>

Merchants apply `APP_ID` and `APP_SECRECT` which is very important. Do not display in any web code or url parameters.

### Interface security <a href="#interface-security" id="interface-security"></a>

The `IP white list` of the merchant can configure the application in the merchant backstage to prevent asset security problems caused by key leakage.

### HTTPS <a href="#https" id="https"></a>

API All interfaces are transmitted using the `HTTPS` encryption protocol, some interfaces need to be provided `notify_url & redirect_url`. It is recommended that merchants deploy `HTTPS` services to the server to ensure the security of data communication.


---

# Agent Instructions: 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://apidoc.tokenpay.me/description/safety-information.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.
