For the complete documentation index, see llms.txt. This page is also available as Markdown.

接入說明

域名 (Domain Name)

https://api.tokenpay.me

編碼 (Code)

統一使用 utf-8編碼。

密鑰 (Secret key)

API 文檔中提到的 APP_IDAPP_SECRECT 可以在商戶後台獲取。

必填字段 (Field required)

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

數據提交 (Data submission)

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

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

最後更新於