tao.zhou преди 2 години
родител
ревизия
f138e006f1
променени са 5 файла, в които са добавени 35 реда и са изтрити 8 реда
  1. 1 1
      AllPay_Customs_Integration_Specification_CH.md
  2. 1 1
      AllPay_Customs_Integration_Specification_EN.md
  3. 3 5
      payExclusive_CH.md
  4. 28 0
      payExclusive_EN.md
  5. 2 1
      paymentSchema.md

+ 1 - 1
AllPay_Customs_Integration_Specification_CH.md

@@ -287,7 +287,7 @@ signature: 51aebe009a06d79c23524ea18fc2f413
 | P1     | 渠道未配置   |
 | P1     | 渠道未配置   |
 | P2     | 币种未配置   |
 | P2     | 币种未配置   |
 | P5     | 渠道错误   |
 | P5     | 渠道错误   |
-| E1     | 身份信息不匹配   |
+| E1     | 身份信息不匹配(仅适用于银联)   |
 
 
 ***注意:银联渠道申请报关后应答码为04处理中,需要过段时间调用申报查询接口确定最终状态。**
 ***注意:银联渠道申请报关后应答码为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  |
 | P1     | Channel is not setted  |
 | P2     | Currency is not setted  |
 | P2     | Currency is not setted  |
 | P5     | Channel error  |
 | 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.**
 ***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-后台支付)
     - [12.2 后台支付](#122-后台支付)
   - [13. Ksher渠道](#13-ksher渠道)
   - [13. Ksher渠道](#13-ksher渠道)
     - [13.1 H5支付](#131-h5支付)
     - [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渠道
 ### 1. WX渠道
 
 
@@ -1001,8 +1001,6 @@ CVV2: 123
 | -------- | ------ | ---- | ------------------------------- |
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
 | payUrl | String | 否    | 收银台URL |
 
 
-
-
 ### 14. FPX渠道
 ### 14. FPX渠道
 
 
 #### 14.1 H5支付
 #### 14.1 H5支付
@@ -1021,7 +1019,7 @@ CVV2: 123
 | zip_code | String | 是    | ZIP code |
 | zip_code | String | 是    | ZIP code |
 | city | String | 是    | City |
 | city | String | 是    | City |
 | country | String(2) | 是    |Country code in ISO 3166. Example: IN|
 | 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详情**
 **响应参数parameter详情**
 
 

+ 28 - 0
payExclusive_EN.md

@@ -50,6 +50,8 @@
     - [12.2 Background mode](#122-background-mode)
     - [12.2 Background mode](#122-background-mode)
   - [13. Ksher](#13-ksher)
   - [13. Ksher](#13-ksher)
     - [13.1 H5 mode](#131-h5-mode)
     - [13.1 H5 mode](#131-h5-mode)
+  - [14. FPX](#14-fpx)
+    - [14.1 H5 mode](#141-h5-mode)
 
 
 ### 1. WX
 ### 1. WX
 
 
@@ -978,4 +980,30 @@ CVV2: 123
 
 
 | Parameter | Type | Required | Description |
 | 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 |
 | payUrl | String | No   | Cashier URL |

+ 2 - 1
paymentSchema.md

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