If the server point-to-point communication is received, "OK" is output on the page (no double quotes, OK is capitalized), NO will be repeated three times to send point-to-point notifications.

parameter name

required

type

explanation

memberid

YES

string

The "merchant number" provided by the payment system to the cooperative merchant

datetime

YES

string

transaction hour

transaction_id

YES

string

Payment system payment order number

orderid

YES

string

Merchant’s unique order number

returncode

YES

string

"00" means success, everything else means failure

amount

YES

string

Merchant order amount

true_amount

YES

string

The actual amount paid by the user. Pay special attention to the value true_amount when the actual payment amount is different from the order amount.

userid

YES

string

player id

sign

YES

string

Sign, do not participate in signing

 

Example:

{
    "memberid": "10006",
    "orderid": "1717351437592",
    "transaction_id": "20240603020357100975",
    "amount": "1000.00",
    "true_amount": "1000.00",
    "datetime": "20240603020915",
    "returncode": "00",
    "userid": "15452",
    "sign": "5B52C9C4348C42E7E2B100AFB126C9A2",
    "attach": ""
}