{
"code": 0,
"msg": "SUCCESS",
"appId": "APP20250101001",
"subSn": "MCH20250101001",
"timestamp": 1700000001000,
"signType": "RSA2",
"sign": "base64encodedSignature==",
"data": {
"mchBatchNo": "BALANCE_BATCH_20250101001",
"batchNo": "BAL20250101001",
"mchRefundOrderNo": "REFUND_20250101001",
"acctInfos": [
{
"accOrderNo": "ACC_ORD_001",
"accountNo": "RECV_ACC_001",
"amount": 50,
"description": "服务费退款",
"refundStatus": 1,
"failMsg": "",
"successTime": 1700000001000
}
]
}
}curl --location 'https://openapi.3ypay.com/callback/balance/refund/notify' \
--header 'Content-Type: application/json' \
--data '{
"code": 0,
"msg": "SUCCESS",
"appId": "APP20250101001",
"subSn": "MCH20250101001",
"timestamp": 1700000001000,
"signType": "RSA2",
"sign": "base64encodedSignature==",
"data": {
"mchBatchNo": "BALANCE_BATCH_20250101001",
"batchNo": "BAL20250101001",
"mchRefundOrderNo": "REFUND_20250101001",
"acctInfos": [
{
"accOrderNo": "ACC_ORD_001",
"accountNo": "RECV_ACC_001",
"amount": 50,
"description": "服务费退款",
"refundStatus": 1,
"failMsg": "",
"successTime": 1700000001000
}
]
}
}'