|
@@ -100,6 +100,8 @@
|
|
- [35.1 H5支付](#351-h5支付)
|
|
- [35.1 H5支付](#351-h5支付)
|
|
- [36. Santander渠道](#36-santander渠道)
|
|
- [36. Santander渠道](#36-santander渠道)
|
|
- [36.1 H5支付](#361-h5支付)
|
|
- [36.1 H5支付](#361-h5支付)
|
|
|
|
+ - [37. BCP渠道](#37-bcp渠道)
|
|
|
|
+ - [37.1 H5支付](#371-h5支付)
|
|
|
|
|
|
### 1. WX渠道
|
|
### 1. WX渠道
|
|
|
|
|
|
@@ -1671,4 +1673,29 @@ CVV2: 123
|
|
|
|
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
|
|
+| payUrl | String | 否 | 收银台URL |
|
|
|
|
+
|
|
|
|
+### 37. BCP渠道
|
|
|
|
+
|
|
|
|
+#### 37.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 Peruvian Identification Number(DNI). Must be string between 8 and 9 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: PE |
|
|
|
|
+
|
|
|
|
+**响应参数parameter详情**
|
|
|
|
+
|
|
|
|
+| 参数 | 类型 | 必填 | 描述 |
|
|
|
|
+| -------- | ------ | ---- | ------------------------------- |
|
|
| payUrl | String | 否 | 收银台URL |
|
|
| payUrl | String | 否 | 收银台URL |
|