tao.zhou 2 years ago
parent
commit
f138e006f1

+ 1 - 1
AllPay_Customs_Integration_Specification_CH.md

@@ -287,7 +287,7 @@ signature: 51aebe009a06d79c23524ea18fc2f413
 | P1     | 渠道未配置   |
 | P2     | 币种未配置   |
 | P5     | 渠道错误   |
-| E1     | 身份信息不匹配   |
+| E1     | 身份信息不匹配(仅适用于银联)   |
 
 ***注意:银联渠道申请报关后应答码为04处理中,需要过段时间调用申报查询接口确定最终状态。**
 

+ 1 - 1
AllPay_Customs_Integration_Specification_EN.md

@@ -287,7 +287,7 @@ Supported request methods including POST and GET, supported parameter formats in
 | P1     | Channel is not setted  |
 | P2     | Currency is not setted  |
 | P5     | Channel error  |
-| E1     | Identity information does not match |
+| E1     | Identity information does not match. ( Only for UnionPay ) |
 
 ***Note: If the response code is 04 when using Unionpay custom declaration, it means the declaration is still processing now. Merchant needs to to call the declaration query API to get the final status later.**
 

+ 3 - 5
payExclusive_CH.md

@@ -51,8 +51,8 @@
     - [12.2 后台支付](#122-后台支付)
   - [13. Ksher渠道](#13-ksher渠道)
     - [13.1 H5支付](#131-h5支付)
-  - [14. FPX渠道](#14-FPX渠道)
-    - [14.1 H5支付](#141-h5支付)  
+  - [14. FPX渠道](#14-fpx渠道)
+    - [14.1 H5支付](#141-h5支付)
 
 ### 1. WX渠道
 
@@ -1001,8 +1001,6 @@ CVV2: 123
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
 
-
-
 ### 14. FPX渠道
 
 #### 14.1 H5支付
@@ -1021,7 +1019,7 @@ CVV2: 123
 | zip_code | String | 是    | ZIP code |
 | city | String | 是    | City |
 | country | String(2) | 是    |Country code in ISO 3166. Example: IN|
-| state | String(2) |     |State code in ISO 3166-2, required for USA and Canada|
+| state | String(2) |     |State code in ISO 3166-2, required for USA and Canada|
 
 **响应参数parameter详情**
 

+ 28 - 0
payExclusive_EN.md

@@ -50,6 +50,8 @@
     - [12.2 Background mode](#122-background-mode)
   - [13. Ksher](#13-ksher)
     - [13.1 H5 mode](#131-h5-mode)
+  - [14. FPX](#14-fpx)
+    - [14.1 H5 mode](#141-h5-mode)
 
 ### 1. WX
 
@@ -978,4 +980,30 @@ CVV2: 123
 
 | Parameter | Type | Required | Description |
 | -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | No   | Cashier URL |
+
+### 14. FPX
+
+#### 14.1 H5 mode
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| -------------- | ------ | ---- | ------------------------------------------------------------ |
+| tradeFrom | String | Yes    | "H5" |
+| bank_code | String | Yes    |[bank list](FPX_BankCode.md) |
+| email | String | Yes    | Must contain valid e-mail of customer|
+| phone | String | Yes    | Must contain valid phone number of customer |
+| firstname | String | Yes    | Customer first name |
+| lastname | String | Yes    | Customer last name |
+| address | String | Yes    | address |
+| zip_code | String | Yes    | ZIP code |
+| city | String | Yes    | City |
+| country | String(2) | Yes    |Country code in ISO 3166. Example: IN|
+| state | String(2) | No    |State code in ISO 3166-2, required for USA and Canada|
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | No   | Cashier URL |

+ 2 - 1
paymentSchema.md

@@ -13,4 +13,5 @@ India_Netbanking |India_Netbanking
 PayPal|PAYPAL
 Neosurf|Neosurf
 Diners Card / Discover|DNC
-Ksher|Ksher
+Ksher|Ksher
+FPX|FPX