欺诈提醒通知
欺诈提醒通知
application/json异步通知公共参数
bizContent
merchantReferenceString(32)必填商户订单号originalReferenceString(32)必填原始交易订单号chargebackSchemeCodeString(10)必填卡组织, VISA/MastercardchargebackReasonCodeString(10)必填拒付代码currencyString(3)必填币种amountNumber必填金额eventCodeString(32)必填进度 NOTIFICATION_OF_FRAUDeventDateString(32)必填发起时间paymentMethodString(32)必填支付方式,VISA/MastercardreasonString(32)必填原因
异步通知报文示例
{
"clientId": "2023042011040310224",
"bizContent": {
"originalReference": "2024050750046555",
"chargebackReasonCode": "11.1",
"reason": "Card Recovery Bulletin",
"amount": "1.000000",
"eventCode": "NOTIFICATION_OF_FRAUD",
"paymentMethod": "VISA",
"currency": "USD",
"chargebackSchemeCode": "VISA",
"merchantReference": "PMT-A29HV7I9LI1715063210812",
"eventDate": "2024-05-09 10:35:26"
},
"sign": "4430BB3689695DE604E51C5F0781CE0FDBB7BEF0A0EC0F817A868C320A18C99B",
"accId": "2023042011040310224447",
"signType": "SHA256"
}