Skip to main content

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

OK

Schema

    code int32required

    Status code

    msg stringrequired

    Status message on success or error message on failure

    description string

    Detailed description when error

Loading...