|
@@ -19,12 +19,13 @@ Merchant could use purchase interface to initiate a transaction, send transactio
|
|
|
| orderAmount | String(12) | M | Order amount: if 100 yuan, it will be 100 or 100.00 |
|
|
|
| orderCurrency | String(3) | M | Currency of the order: ISO standard, such as RMB filling in "CNY", us dollar filling in "USD" |
|
|
|
| frontURL | String(400) | M | When the payment is complete, jump to the address |
|
|
|
-| backURL | String(400) | M | Payment results are asynchronously notified to this address |
|
|
|
-| merReserve | String(1024) | M | Merchant reserved content, can pass any content, such as purchase information, account number, etc., but do not pass special symbols, such as commas. |
|
|
|
+| backURL | String(400) | M | Payment results are asynchronously notified to this address |
|
|
|
+| merReserve | String(1024) | M | Merchant reserved content, can pass any content, such as purchase information, account number, etc., but do not pass special symbols, such as commas. |
|
|
|
| merID | String(15) | M | Merchant ID, assigned by AllPay |
|
|
|
| acqID | String(11) | M | "99020344" |
|
|
|
| paymentSchema | String(10) | M | UnionPay:"UP",Wechat:"WX,Alipay:"APMP" |
|
|
|
| goodsInfo | String(60) | M | Goods Information |
|
|
|
+| quantity | String(10) | M | Quantity of goods |
|
|
|
| transTime | String(14) | M | Transaction time, format :" yyymmddhhmmss" |
|
|
|
| signType | String(3) | M | MD5 |
|
|
|
| signature | String(32) | M | MD5 signature |
|