Browse Source

更新 'payExclusive_CH.md'

benson.zhang 7 months ago
parent
commit
102ed5d1e0
1 changed files with 30 additions and 0 deletions
  1. 30 0
      payExclusive_CH.md

+ 30 - 0
payExclusive_CH.md

@@ -97,6 +97,8 @@
     - [34.1 H5支付](#341-h5支付)
   - [35. Banorte渠道](#35-Banorte渠道)
     - [35.1 H5支付](#351-h5支付)
+  - [36. Banorte渠道](#36-Santander渠道)
+    - [36.1 H5支付](#361-h5支付)
 
 ### 1. WX渠道
 
@@ -1606,4 +1608,32 @@ CVV2: 123
 
 | 参数     | 类型   | 必填 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |
+
+
+
+### 36. Santander渠道
+
+#### 36.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| consumer_reference | String | 是    | Consumer reference is a unique consumer identifier|
+| national_id | String | 是    | National ID of the consumer. Consumer's Mexican Identification Number(CURP). Must be string between 10 and 18 digits.|
+| 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: MX |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |