支付结果通知
POST
acquiringChargeResultNotify
请求参数
Body 参数application/json
tradeId
string
支付ID
userId
string
用户ID
merTradeNo
string
商户订单号(唯一编号)
customerEmail
string
客户邮箱
amount
number
交易金额
currency
string
国际标准货币三位代码
>= 3 字符<= 3 字符
示例值:
CNY
paymentMethod
enum<string>
支付方式
枚举值:
000200030004000500060007000800090010001700180103010401100115011601170118012001220123012401260127012801290130013101320133013401410142014301440145014601470148015101520153015401550158015901600161
status
enum<string>
状态
枚举值:
PAY_SUCCESSPAY_FAILED
示例
{
"tradeId": "string",
"userId": "string",
"merTradeNo": "string",
"customerEmail": "string",
"amount": 0,
"currency": "CNY",
"paymentMethod": "0002",
"status": "PAY_SUCCESS"
}
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-01-07 02:56:19