Initiate refund callback notification
GET/refund/notify
The merchant actively triggers a system refund callback notification once, used to update the local order status.
Request
Query Parameters
outTradeNo string
Merchant order number
Merchant order number and refund order ID must be passed at least one
refundId int32
Refund order ID
Merchant order number and refund order ID must be passed at least one
Responses
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
code int32required
Status code
msg stringrequired
Status message on success or error message on failure
description string
Detailed description when error
{
"code": 0,
"msg": "string",
"description": "string"
}
{
"code": 200,
"msg": "success"
}
Unauthorized
Forbidden
Not Found
Loading...