> For the complete documentation index, see [llms.txt](https://apidoc.tokenpay.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.tokenpay.me/description/safety-information.md).

# 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.
