Order Closure Notification
订单关闭异步通知
application/jsonCommon Request Parameters
bizContent
transactionTimeString(64)RequiredTransaction initiation time, timestampmerchantTransactionIdString(64)RequiredWebsite transaction serial numbertransactionIdStringRequiredPingPong transaction serial numberamountString(12)RequiredTransaction amount, the precision depends on the currency. Please refer to the appendix Transaction CurrenciescurrencyString(3)RequiredTransaction currency, ISO 4217 three-letter code. For specific supported currencies, see the attachment Transaction CurrenciesnotifyTypeStringRequiredFixed value: RECHARGE, indicating the type of closurestatusString(32)RequiredTransaction status: Status Idempotence- CLOSED - Order closed (Note: The notification for active or passive closure will only be sent if the closure notification address is provided)
remarkString(255)OptionalMerchant extended field, can be used to specify certain parameters, and will be returned as is in the response body
异步通知报文示例
{
"clientId": "2023101115545610265",
"code": "000000",
"bizContent": {
"amount": "1000.000000",
"transactionId": "2024050650046448",
"notifyType": "RECHARGE",
"merchantTransactionId": "PMT-K52GNL5ZY21714991465240",
"currency": "USD",
"status": "CLOSED"
},
"sign": "6DA3C7E2F07F78464150BAA7450A3A06343B1E17D8D58A0F94A442A9F4F1FA90",
"accId": "2023101115545610265482",
"description": "Transaction succeeded",
"signType": "SHA256"
}