OnlinePay API
CONTENTS
API Reference
POST
Credit Card
POST
Alipay
POST
Union Pay
POST
WeChat
POST
PIX
POST
GCash
POST
Crypto Pay
POST
SEPA
POST
Payout
POST
Payout CheckOut
POST
OnlinePay CheckOut
POST
Refund
POST
Query
POST
Submit Transfer Order
Powered by Apifox

notifyUrl

POSTAddress of notifyUrl parameter passed when payment is made

If the notifyurl parameter is passed, onlinepay will notify the address of the payment result

Params

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
receiveAmount
string 
required

receive amount for payment(used for cryptopay)

Example:
100
txHash
string 
required

txHash(used for cryptopay)

Example:
100
sign
string 
required

MD5(tradeNo+merOrderNo+receiveAmount+PrivateKey) or RSA(used for cryptopay)

code
string 
required

Payment result (0: payment successful 1: payment failed 2: pending)

Example:
0
message
string 
required

Description of Payment Result

Example:
SUCCESS