浏览代码

更新 'payExclusive_CH.md'

benson.zhang 7 月之前
父节点
当前提交
2f13e500f0
共有 1 个文件被更改,包括 28 次插入1 次删除
  1. 28 1
      payExclusive_CH.md

+ 28 - 1
payExclusive_CH.md

@@ -95,7 +95,8 @@
     - [33.1 H5支付](#331-h5支付)
   - [34. BBVA_Bancomer渠道](#34-bbva_bancomer渠道)
     - [34.1 H5支付](#341-h5支付)
-  
+  - [35. Banorte渠道](#35-Banorte渠道)
+    - [35.1 H5支付](#351-h5支付)
 
 ### 1. WX渠道
 
@@ -1580,3 +1581,29 @@ CVV2: 123
 | 参数     | 类型   | 必填 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
+
+
+### 35. Banorte渠道
+
+#### 35.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. Consumer's Mexican Identification Number(CURP). Must be string between 10 and 18 digits.|
+| 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: MX |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |