付汇额度申请结果查询
POST/v1/global-payout/payout-quota-apply-result-query请求参数
Body 参数application/json
mch_id
string
商户编号
商户在平台上开设的商户号码,为18位数字,如:201304121000001004
<= 18 字符
sub_mch_id
string
子商户号
子商户号(平台商模式下必传),为18位数字
txn_seqno
string
付汇额度申请唯一编号
申请唯一编号和平台订单号二选一,同时传入时以平台订单号为准。
<= 64 字符
正则匹配:
20
platform_txno
string
平台订单号
申请唯一编号和平台订单号二选一,同时传入时以平台订单号为准。
<= 20 字符
示例
{
"mch_id": "string",
"sub_mch_id": "string",
"txn_seqno": "string",
"platform_txno": "string"
}示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ret_code
string
返回码
ret_msg
string
返回码描述
mch_id
string
商户编号
商户在平台上开设的商户号码,为18位数字,如:201304121000001004
amount
string
金额
user_id
string
惠商通外部用户号
platform_txno
string
平台订单号
平台订单号,连连订单唯一编号
txn_status
enum<string>
申请状态
枚举值:
PROCESSINGSUCCESSFAIL
fail_reason
string
失败原因
申请状态=FAIL,返回给商户
account_date
string
账期
付汇额度申请成功返回
示例值:
20251013
正则匹配:
yyyyMMdd
success_time
string
成功时间
示例值:
20251013181410
正则匹配:
yyyyMMddHHmmss
示例
{
"ret_code": "string",
"ret_msg": "string",
"mch_id": "string",
"amount": "string",
"user_id": "string",
"platform_txno": "string",
"txn_status": "PROCESSING",
"fail_reason": "string",
"account_date": "20251013",
"success_time": "20251013181410"
}最后修改时间: 3 个月前
