https://{Request address}/Payment_AddOrder
Request Parameters
parameter name |
required |
type |
explanation |
mchid |
yes |
string |
The "merchant number" provided by the payment system to the cooperative merchant |
applydate |
yes |
string |
Initiate payment time,(yyyy-MM-dd HH:mm:ss) |
out_trade_no |
yes |
string |
Merchant’s unique order number |
payment_code |
yes |
string |
To pay for the product code, contact customer service to obtain it. |
money |
yes |
string |
Payment amount (unit: YES, current currency, 2 decimal places, 100.00) |
bankname |
yes |
string |
Bank code (Please see the bank code list) |
accountnumber |
yes |
string |
Bank card number or account number corresponding to the payment account |
userid |
yes |
string |
Transaction user ID; if it is inconvenient or unobtainable, please provide other alternative data, such as the player's mobile phone number. |
notifyurl |
yes |
string |
Payment callback address |
accountname |
yes |
string |
Bank customer name |
bankcode |
yes |
string |
Bank code |
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
{ |
Return to example
{ |