预仲裁通知
预仲裁通知
application/json异步通知公共参数
bizContent
disputePspReferenceString(32)必填拒付单号merchantReferenceString(32)必填商户订单号originalReferenceString(32)必填原始交易订单号chargebackSchemeCodeString(5)必填卡组织chargebackReasonCodeString(10)必填拒付代码disputeTypeEnum必填拒付类型: DUTY, OTHERS, NO_RECEIVED, WRONG_GOODSdefensePeriodEndsAtString(19)必填处理截止时间,格式为:yyyy-MM-dd HH:mm:ssdefendableBoolean必填是否可抗辩 `true`chargebackStatusString必填拒付状态currencyString(3)必填币种amountDecimal必填金额eventCodeString必填拒付进度 `PREARBITRATION`eventDateString必填发起时间paymentMethodString必填支付方式reasonString必填拒付原因
异步通知报文示例
{
"clientId": "2023042011040310224",
"bizContent": {
"originalReference": "2024050750046555",
"chargebackReasonCode": "11.1",
"reason": "Card Recovery Bulletin",
"amount": "1.000000",
"chargebackStatus": "PENDING",
"disputeType": "DUTY",
"disputePspReference": "202405091035114497",
"defensePeriodEndsAt": "2024-05-28 00:00:00",
"eventCode": "PREARBITRATION",
"defendable": true,
"paymentMethod": "VISA",
"currency": "USD",
"chargebackSchemeCode": "VISA",
"merchantReference": "PMT-A29HV7I9LI1715063210812",
"eventDate": "2024-05-09 10:35:26"
},
"sign": "E0D60110C24F8A056D86407DEAAC2430785D1A681C72D31EDDAEEFC621613778",
"accId": "2023042011040310224447",
"signType": "SHA256"
}