Browse Source

更新 'payExclusive_CH.md'

benson.zhang 3 months ago
parent
commit
3e14bff83d
1 changed files with 27 additions and 0 deletions
  1. 27 0
      payExclusive_CH.md

+ 27 - 0
payExclusive_CH.md

@@ -100,6 +100,8 @@
     - [35.1 H5支付](#351-h5支付)
   - [36. Santander渠道](#36-santander渠道)
     - [36.1 H5支付](#361-h5支付)
+  - [37. BCP渠道](#37-bcp渠道)
+    - [37.1 H5支付](#371-h5支付)
 
 ### 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 |