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

|
|

|
|
## 3.Description of verifying the signature
|
|
## 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.
|
|
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
|
|
signature: 1e0f24d39cdc8236d17a5f6f17672611
|
|
```
|
|
```
|
|
## 4.API description
|
|
## 4.API description
|
|
-```
|
|
|
|
|
|
+```html
|
|
Test environment host: https://testapi.allpayx.com
|
|
Test environment host: https://testapi.allpayx.com
|
|
|
|
|
|
Production environment host: https://api.allpayx.com
|
|
Production environment host: https://api.allpayx.com
|
|
|
|
|
|
Request method: POST
|
|
Request method: POST
|
|
-
|
|
|
|
|
|
+
|
|
Content type: application/json or application/x-www-form-urlencoded
|
|
Content type: application/json or application/x-www-form-urlencoded
|
|
```
|
|
```
|
|
### 4.1 API list
|
|
### 4.1 API list
|