https://{Request address}/Pay_Trade_query.html
Request parameters
|
parameter name |
required |
type |
explanation |
|
pay_memberid |
YES |
string |
The "merchant number" provided by the payment system to the cooperative merchant |
|
pay_orderid |
YES |
string |
Merchant system unique order number |
|
pay_md5sign |
YES |
string |
signature |
response parameters
|
parameter name |
required |
type |
explanation |
|
memberid |
YES |
string |
The "merchant number" provided by the payment system to the cooperative merchant |
|
orderid |
YES |
string |
Merchant order number |
|
amount |
YES |
string |
Submitted order amount |
|
true_amount |
YES |
string |
The amount actually paid by the player |
|
time_end |
YES |
string |
Payment success time |
|
transaction_id |
YES |
string |
Payment platform order number |
|
amount |
YES |
string |
Merchant order amount |
|
returncode |
YES |
string |
Transaction status "00" is successful |
|
trade_state |
YES |
string |
NOTPAY-unpaid SUCCESS Paid |
|
trade_uid |
YES |
string |
Player ID |
|
sign |
YES |
string |
signature |
Request Example
|
{ |
Return example
|
{ |