|
@@ -9,7 +9,7 @@ GoAllPay provides customers with unified API access to help them implement fast,
|
|
|
## 2.Transaction process
|
|
|

|
|
|
## 3.Description of verifying the signature
|
|
|
-```
|
|
|
+```html
|
|
|
1. For the request message sent to the GoAllPay system, in which all incoming parameters (except parameter signature) according to the field name of ASCII smallest sequence (dictionary), using the format of the URL key/value pair (key1 = value1 & key2 = value2... ) spliced into a string String1.
|
|
|
|
|
|
|
|
@@ -25,13 +25,13 @@ stringSignTemp: acqID=99020344&backURL=https://testapi.allpayx.com/test&charSet=
|
|
|
signature: 1e0f24d39cdc8236d17a5f6f17672611
|
|
|
```
|
|
|
## 4.API description
|
|
|
-```
|
|
|
+```html
|
|
|
Test environment host: https://testapi.allpayx.com
|
|
|
|
|
|
Production environment host: https://api.allpayx.com
|
|
|
|
|
|
Request method: POST
|
|
|
-
|
|
|
+
|
|
|
Content type: application/json or application/x-www-form-urlencoded
|
|
|
```
|
|
|
### 4.1 API list
|