notifyUrl
POST
Address of notifyUrl parameter passed when payment is madeIf the notifyurl parameter is passed, onlinepay will notify the address of the payment result
请求参数
Query Params
tradeNo
string
required
The flow number generated after each order payment (unique marker)
Example:
2201111806024151
merOrderNo
string
required
Corresponds to the [OrderNo] parameter of the order submission parameter
Example:
123456789
code
string
required
Payment result (0: payment successful 1: payment failed)
Example:
0
message
string
required
Description of Payment Result
Example:
SUCCESS
示例代码
Responses
Success(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 1 年前