仲裁阶段通知
仲裁阶段通知
application/json异步通知公共参数
bizContent
disputePspReferenceString(32)必填拒付单号merchantReferenceString(32)必填商户订单号originalReferenceString(32)必填原始交易订单号chargebackSchemeCodeString(10)必填卡组织chargebackReasonCodeString(10)必填拒付代码defensePeriodEndsAtDateTime必填处理截止时间,格式为:yyyy-MM-dd HH:mm:ssdisputeTypeString必填拒付类型 DUTY, OTHERS, NO_RECEIVED, WRONG_GOODSdefendableBoolean必填是否可抗辩chargebackStatusString必填拒付状态currencyString(3)必填币种amountDecimal必填金额eventCodeString必填拒付进度 ARBITRATIONeventDateString(32)必填发起时间paymentMethodString(32)必填支付方式reasonString(32)必填拒付原因
异步通知报文示例
{
"clientId": "2023042011040310224",
"bizContent": {
"originalReference": "2024050750046555",
"chargebackReasonCode": "12.2",
"reason": "Incorrect Transaction Code",
"amount": "0.200000",
"chargebackStatus": "PROCESSED",
"disputeType": "OTHERS",
"disputePspReference": "202405171518304503",
"defensePeriodEndsAt": "2024-05-21 00:00:00",
"eventCode": "ARBITRATION",
"defendable": true,
"paymentMethod": "VISA",
"currency": "USD",
"chargebackSchemeCode": "VISA",
"merchantReference": "PMT-A29HV7I9LI1715063210812",
"eventDate": "2024-05-17 15:19:14"
},
"sign": "D987FE5FFA61AED9DCF0EF50659E8254A410EDBC775A6CE39648F51232C8B068",
"accId": "2023042011040310224447",
"signType": "SHA256"
}