| Parameter Name | Type | Description |
|---|---|---|
| OrderNo | string | Order ID |
| MerchantNo | string | Merchant ID |
| MerchantOrderNo | string | Merchant Order ID |
| PayTime | string | Payment timestamp |
| State | int | State(withdrawal order only, succes=4,refuse=5 ) |
{
"encryptedData": "BQDDdGq...(Base64 string)"
}{
"OrderNo": "123",
"MerchantNo": "456",
"MerchantOrderNo": "no123",
"PayTime": "2025-01-01 12:00:00"
}{
"code": 200
}success{"code":200} or the string "success" upon receiving notifications. Failure to do so will be interpreted as an unsuccessful notification delivery, triggering the following retry strategy: