Initiate withdrawal callback notification
GET/withdraw/notify
The merchant actively triggers a system withdrawal callback notification once, used to update the local order status.
Request
Query Parameters
withdrawId int32
Withdrawal order ID
withdrawId
and outTradeNo
must be passed at least one
outTradeNo string
Merchant order number
withdrawId
and outTradeNo
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...