|
@@ -16,7 +16,7 @@ AllPay provides access plug-ins (hereinafter referred to as "SDK") for customers
|
|
|
|
|
|
### 3.1 Access instructions
|
|
### 3.1 Access instructions
|
|
|
|
|
|
-The merchant gateway sends the order information to the AllPay gateway, and the AllPay gateway processes the transaction serial number, ie tn, back to the merchant gateway, and tn is used as a parameter to adjust the mobile app payment control. Please refer to the specific [AllPay Gateway Docking Document](https://git.allpayx.com/OpenAPI/common/src/master/AllPay_Integration_Specification_EN.md)
|
|
|
|
|
|
+The merchant gateway sends the order information to the AllPay gateway, and the AllPay gateway processes the transaction serial number, ie tn, back to the merchant gateway, and tn is used as a parameter to adjust the mobile app payment control. Please refer to the specific [AllPay Gateway Docking Document](../../AllPay_Integration_Specification_EN.md)
|
|
|
|
|
|
Start the interface of the payment control, the interface is defined as follows:
|
|
Start the interface of the payment control, the interface is defined as follows:
|
|
|
|
|
|
@@ -91,7 +91,7 @@ Message description
|
|
| Parameter | Description |
|
|
| Parameter | Description |
|
|
| ------------- | ---------------------------------------------------------- |
|
|
| ------------- | ---------------------------------------------------------- |
|
|
| state | "success" stands for success, "cancel" means the user cancels the operation, and "fail" stands for the failure. |
|
|
| state | "success" stands for success, "cancel" means the user cancels the operation, and "fail" stands for the failure. |
|
|
-| paymentSchema | Payment channel, see [Channel List](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
|
|
|
|
|
|
+| paymentSchema | Payment channel, see [Channel List](../../paymentSchema.md) |
|
|
| orderNum | Order number |
|
|
| orderNum | Order number |
|
|
| errorDetail | Error details |
|
|
| errorDetail | Error details |
|
|
|
|
|
|
@@ -204,7 +204,7 @@ Message description
|
|
|
|
|
|
## 5.SDK download
|
|
## 5.SDK download
|
|
|
|
|
|
-[Download link](https://git.allpayx.com/OpenAPI/common/raw/master/v5/ios/ios_sdk.zip)
|
|
|
|
|
|
+[Download link](ios_sdk.zip)
|
|
|
|
|
|
## 6.Technical Support
|
|
## 6.Technical Support
|
|
|
|
|