付汇申请结果通知
POST请求参数
Body 参数application/json
mch_id
string
商户编号
商户在平台上开设的商户号码,为18位数字,如:201304121000001004
sub_mch_id
string
子商户号
子商户号(平台商模式下必传),为18位数字
txn_seqno
string
付汇申请唯一交易流水号
platform_txno
string
平台订单号
受理成功时返回,平台订单号,连连订单唯一编号
txn_status
enum<string>
付汇申请状态
枚举值:
PROCESSINGSUCCESSFAILREFUNDINGREFUNDED
payer_info
object
付款方信息
user_id
string
惠商通外部用户号
fail_reason
string
失败原因
付款申请状态=FAIL时返回
account_date
string
账期
示例值:
20251014
正则匹配:
yyyyMMdd
success_time
string
成功时间
示例值:
20251014101010
正则匹配:
yyyyMMddHHmmss
pay_amount
string
付款金额
示例值:
1.01
pay_currency
string
付款币种
send_amount
string
到账金额
示例值:
9.01
send_currency
string
到账币种
base_currency
string
基准币种
refund_currency
string
退汇币种
当txn_status=REFUNDED必填
refund_amount
string
退汇金额
当txn_status=REFUNDED必填
refund_time
string
退汇时间
当txn_status=REFUNDED必填
rate
string
汇率
示例
{
"mch_id": "string",
"sub_mch_id": "string",
"txn_seqno": "string",
"platform_txno": "string",
"txn_status": "PROCESSING",
"payer_info": {
"user_id": "string"
},
"fail_reason": "string",
"account_date": "20251014",
"success_time": "20251014101010",
"pay_amount": "1.01",
"pay_currency": "string",
"send_amount": "9.01",
"send_currency": "string",
"base_currency": "string",
"refund_currency": "string",
"refund_amount": "string",
"refund_time": "string",
"rate": "string"
}示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ret_code
string
返回码
000000-受理成功
ret_msg
string
返回码描述
示例
{
"ret_code": "string",
"ret_msg": "string"
}最后修改时间: 3 个月前
