Skip to main content

Initiate payment callback notification

GET 

/payment/notify

The merchant actively triggers a system payment callback notification once, used to update the local order status.

Request

Query Parameters

    outTradeNo stringrequired

    Merchant order number

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...