benson 1 year ago
parent
commit
8d24a94eb1
1 changed files with 57 additions and 0 deletions
  1. 57 0
      payExclusive_CH.md

+ 57 - 0
payExclusive_CH.md

@@ -65,6 +65,10 @@
     - [19.1 H5支付](#191-h5支付)
   - [20. Webpay渠道](#20-Webpay渠道)
     - [20.1 H5支付](#201-h5支付)
+  - [21. OXXO渠道](#21-OXXO渠道)
+    - [21.1 H5支付](#211-h5支付)
+  - [22. SPEI渠道](#22-SPEI渠道)
+    - [22.1 H5支付](#221-h5支付)
 
 ### 1. WX渠道
 
@@ -1212,3 +1216,56 @@ CVV2: 123
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
 
+
+### 21. OXXO渠道
+
+#### 21.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 |
+
+### 22. SPEI渠道
+
+#### 22.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| email | String | 是    | Must contain valid e-mail of customer|
+| phone | String | 是    | Must contain valid phone number of customer |
+| document_id | String | 是    | document_id of the consumer.|
+| 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 |