取消代付
介面地址 (Interface address)
POST https://api.tokenpay.me/v1/payanother/close介面參數 (Interface parameters)
參數名稱
位置
類型
必填
描述
app_id
header
string
是
應用程式 ID,示例值:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd
mch_id
body
string
是
商戶 ID,示例值:12345678
payout_id
body
string
否
平台訂單號,示例值:2a1cfa6568xxxxxxxx3050957024c559
參數示例 (Parameters example)
{
"app_id": "8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd",
"mch_id": "12345678",
"payout_id": "2a1cfa6568xxxxxxxx3050957024c559"
}介面返回 (Interface return)
參數名稱
類型
描述
說明
返回示例 (Return example)
示例代碼 (Example code)
最後更新於