|
@@ -1113,4 +1113,33 @@ CVV2: 123
|
|
|
|
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
|
-| payUrl | String | 否 | 收银台URL |
|
|
|
+| payUrl | String | 否 | 收银台URL |
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+### 18. PIX渠道
|
|
|
+
|
|
|
+#### 18.1 H5支付
|
|
|
+
|
|
|
+ **请求参数**
|
|
|
+
|
|
|
+| 参数 | 类型 | 必填 | 描述 |
|
|
|
+| --------- | ------ | ---- | ---- |
|
|
|
+| tradeFrom | String | 是 | "H5" |
|
|
|
+| consumer_reference | String | 是 | Consumer reference is a unique consumer identifier|
|
|
|
+| document_id | String | 是 | document_id of the consumer.|
|
|
|
+| 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: IN|
|
|
|
+| state | String(2) | 否 |State code in ISO 3166-2, required for USA and Canada|
|
|
|
+
|
|
|
+**响应参数parameter详情**
|
|
|
+
|
|
|
+| 参数 | 类型 | 必填 | 描述 |
|
|
|
+| -------- | ------ | ---- | ------------------------------- |
|
|
|
+| payUrl | String | 否 | 收银台URL |
|