Browse Source

更新 'payExclusive_CH.md'

benson.zhang 3 years ago
parent
commit
63eec0c120
1 changed files with 28 additions and 0 deletions
  1. 28 0
      payExclusive_CH.md

+ 28 - 0
payExclusive_CH.md

@@ -997,4 +997,32 @@ CVV2: 123
 
 | 参数     | 类型   | 必填 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |
+
+
+
+### 14. FPX
+
+#### 14.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| bank_code | String | 是    |[见列表](India_Netbanking_BankCode.md) |
+| email | String | 是    | Must contain valid e-mail of customer|
+| phone | String | 是    | Must contain valid phone number of customer |
+| firstname | String | 是    | Customer first name |
+| lastname | String | 是    | Customer last name |
+| address | String | 是    | address |
+| 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|
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |