退款状态回调
- 回调验证
接口认证请参考 回调认证
- 回调示例 (退款成功)
{
"notify_type": "refund_success",
"data": {
"uid": 39172931,
"refund_id": "C34368224017070000",
"merchant_refund_id": "P2164521756312637123",
"order_amount": "105.00",
"create_time": "2023-08-23T18:25:43.511Z",
"refund_time": "2023-08-23T18:28:16.511Z"
}
}
- 回调示例 (退款失败)
{
"notify_type": "refund_failed",
"data": {
"uid": 39172931,
"refund_id": "C34368224017070000",
"merchant_refund_id": "P2164521756312637123",
"order_amount": "105.00",
"create_time": "2023-08-23T18:25:43.511Z",
"refund_time": "2023-08-23T18:28:16.511Z"
}
}