跳转到主要内容

请求URL

  • https://gateway.pay247.io/gateway/payout/approve

请求方式

  • POST

请求参数

参数名必选类型说明
mch_idstring商户号
mch_order_nostring商户订单号
actoinstringconfirm: 确认, reject: 拒绝
timestampstringunix时间戳
versionstring接口版本: v1.0
uuidstring请求ID: 550e8400-e29b-41d4-a716-446655440000
signstring最后追加的签名
*** 如果订单被拒绝,将直接变为失败状态。 *** 如果订单被确认支付,将会先变成待处理->处理中->(成功 或者 失败).

返回参数说明data

参数名必选类型说明
mch_idstring商户号
mch_order_nostring商户订单号
order_nostring系统订单号
currencystring订单币种
amountstring订单金额
feestring手续费
statusstatus状态 CONFIRMING: 待审批; PENDING:等待支付; DEALING:处理中; SUCCESS:转账成功;FAIL:失败;

返回示例

{
  "code": 0,
  "message": "操作成功",
  "data": {
    "mch_id": "817710000",
    "mch_order_no": "202007070427475133333",
    "order_no": "202007070427475133333",
    "currency": "USD",
    "amount": "99.11",
    "fee": "3.60",
		"status": "PENDING"
  }
}