关闭代付

说明

用于用户手动取消代付或商家取消代付

接口地址

POST https://api.tokenpay.me/v1/payanother/close

接口参数

名称
位置
类型
必选
说明

app_id

header

string

应用 ID,示例值:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

mch_id

body

string

商户 ID,示例值:12345678

payanother_id

body

string

平台订单号,示例值:2a1cfa6568xxxxxxxx3050957024c559

参数示例

{
  "app_id": "8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd",
  "mch_id": "12345678",
  "payanother_id": "2a1cfa6568xxxxxxxx3050957024c559"
}

接口返回

名称
类型
说明
说明

code

integer

none

msg

string

状态描述

none

request_id

string

请求 ID

none

返回示例

代码示例

Last updated