> 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/zh-hk/shuo-ming/jie-ru-shuo-ming.md).

# 接入說明

### 域名 (Domain Name)

```
https://api.tokenpay.me
```

### 編碼 (Code)

統一使用 `utf-8`編碼。

### 密鑰 (Secret key)

API 文檔中提到的 `APP_ID` 和 `APP_SECRECT` 可以在商戶後台獲取。

### 必填字段 (Field required)

標記為 `true` 的字段作為接口的必填參數,必須傳入具體的值。

### 數據提交 (Data submission)

查詢類接口統一使用 `GET` 方法請求,操作類接口統一使用 `POST` 方法請求。

`POST` 請求的 header 字段為 `content-type`: `application/json`.
