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

{
    "pay_memberid": "10006",
    "pay_orderid": "1717351437592",
    "pay_md5sign": "321C3314CAB5D161F46488890503A604"
}

 

Return example

{
    "memberid": "10006",
    "orderid": "1717351437592",
    "amount": "1000.00",
    "true_amount": "1000.00",
    "time_end": "2023-06-03 02:04:26",
    "transaction_id": "20230603020357100975",
    "returncode": "00",
    "trade_state": "SUCCESS",
    "sign": "061C9431A542E29421B356987F0C533E"
}