|
@@ -91,8 +91,10 @@
|
|
- [31.1 WEB支付](#311-web支付)
|
|
- [31.1 WEB支付](#311-web支付)
|
|
- [32. UQPAY渠道](#32-uqpay渠道)
|
|
- [32. UQPAY渠道](#32-uqpay渠道)
|
|
- [32.1 二维码模式](#321-二维码模式)
|
|
- [32.1 二维码模式](#321-二维码模式)
|
|
- - [33. Payssion渠道渠道](#33-payssion渠道)
|
|
|
|
|
|
+ - [33. Payssion渠道](#33-payssion渠道)
|
|
- [33.1 H5支付](#331-h5支付)
|
|
- [33.1 H5支付](#331-h5支付)
|
|
|
|
+ - [34. BBVA_Bancomer渠道](#34-bbva_bancomer渠道)
|
|
|
|
+ - [34.1 H5支付](#341-h5支付)
|
|
|
|
|
|
|
|
|
|
### 1. WX渠道
|
|
### 1. WX渠道
|
|
@@ -1550,4 +1552,31 @@ CVV2: 123
|
|
|
|
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
-| payUrl | String | 否 | 收银台URL |
|
|
|
|
|
|
+| payUrl | String | 否 | 收银台URL |
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+### 34. BBVA_Bancomer渠道
|
|
|
|
+
|
|
|
|
+#### 34.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 |
|