創建代付
介面地址 (Interface address)
POST https://api.tokenpay.me/v1/payanother/payment介面參數 (Interface parameters)
參數名稱
位置
類型
必填
描述
app_id
body
string
是
應用程式 ID,示例值:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd
mch_id
body
string
是
商戶 ID,示例值:12345678
description
body
string
否
描述,示例值:1234567890
out_trade_no
body
string
否
商戶訂單號(out_trade_no 與 transaction_id 至少傳入一個)
amount
body
string
是
代付金額
to_address
body
string
是
收款地址
attach
body
string
否
自定義參數。在查詢 API 和支付通知中原樣返回,可作為自定義參數。實際上,此欄位僅在支付完成時返回。
介面返回 (Interface return)
參數名稱
類型
必填
描述
返回示例 (Return example)
示例代碼 (Example code)
最後更新於