https://{Request address}/Payment_AddOrder

Request Parameters

Parameter name

Required

type

Description

mchid

yes

string

The "Merchant Number" provided by the payment system to the cooperating merchants

applydate

yes

string

Initiate withdrawal time, (yyyy-MM-dd HH:mm:ss)

out_trade_no

yes

string

Merchant unique order number

payment_code

yes

string

Withdrawal product code, contact customer service to obtain

money

yes

string

Withdrawal amount (unit is the current currency, with 2 decimal places, 100.00)

bankname

yes

string

Bank Name (Refer to the bank list below to fill in)

bankcode

yes

string

Bank code corresponding to the bank name (please refer to the bank list below to fill in)

banknetcode

yes

string

Bank Branch Code

accountnumber

yes

string

Bank card number or receiving account  corresponding account

userid

yes

string

Transaction user ID; if it is inconvenient to provide or cannot be obtained, please provide other alternative data, such as: player’s mobile phone number.

notifyurl

yes

string

Withdrawal callback address

accountname

yes

string

Bank card holder's name

pay_md5sign

yes

string

signature

 

Response Parameters

Parameter name

Required

type

Description

success

yes

string

True if successful and false if failed

errCode

yes

string

0

errMsg

yes

string

Withdrawal status message

Request Example

{
    "applydate": "2024-06-03 03:40:24",
    "bankname": "三菱日聯信託銀行",
    "bankcode": "JPT0288",
    "mchid": "10006",
    "accountnumber": "4847854875348",
    "money": "10000",
    "accountname": "test",
    "notifyurl": "http://*********/server.php",
    "out_trade_no": "1717357224412",
    "payment_code": "10506",
    "userid": "54545",
    "pay_md5sign": "7E1C7244DE576028611FBFF866D14BB9"
}

Return to example

{
    "success": true,
    "errCode": "0",
    "errMsg": "Success"
}