https://{Request address}/Payment_AddOrder
Request Parameters
|
Parameter name |
Required |
type |
illustrate |
|
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 |
|
BSB |
yes |
string |
BSB Number |
|
bankcode |
yes |
string |
Bank code (Please refer to the list of bank cards.) |
|
accountnumber |
yes |
string |
Required for bank card withdrawals, please enter the bank card number |
|
phone |
yes |
string |
user's phone number |
|
idnumber |
yes |
string |
Licence number/Passport |
|
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 |
|
pay_md5sign |
yes |
string |
signature |
Response Parameters
|
Parameter name |
Required |
type |
illustrate |
|
success |
yes |
string |
True if successful and false if failed |
|
errCode |
yes |
string |
0 |
|
errMsg |
yes |
string |
Withdrawal status message |
Request to example
|
{ |
Return example
|
{ |