benson 2 vuotta sitten
vanhempi
commit
1704343c58
1 muutettua tiedostoa jossa 39 lisäystä ja 0 poistoa
  1. 39 0
      payExclusive_CH.md

+ 39 - 0
payExclusive_CH.md

@@ -53,6 +53,16 @@
     - [13.1 H5支付](#131-h5支付)
   - [14. FPX渠道](#14-fpx渠道)
     - [14.1 H5支付](#141-h5支付)
+  - [15. India_UPI渠道](#15-India_UPI渠道)
+    - [15.1 H5支付](#151-h5支付)
+  - [16. Boleto渠道](#16-Boleto渠道)
+    - [16.1 H5支付](#161-h5支付)
+ 	- [17. Baloto渠道](#17-Baloto渠道)
+    - [17.1 H5支付](#171-h5支付)
+  - [18. PIX渠道](#18-PIX渠道)
+    - [18.1 H5支付](#181-h5支付)
+  - [19. PSE渠道](#19-PSE渠道)
+    - [19.1 H5支付](#191-h5支付)
 
 ### 1. WX渠道
 
@@ -1143,3 +1153,32 @@ CVV2: 123
 | 参数     | 类型   | 必填 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
+
+
+### 19. PSE渠道
+
+#### 19.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| consumer_reference | String | 是    | Consumer reference is a unique consumer identifier|
+| national_id | String | 是    | National ID of the consumer.|
+| 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 |
+