|
@@ -1025,4 +1025,36 @@ CVV2: 123
|
|
|
|
|
|
| 参数 | 类型 | 必填 | 描述 |
|
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
|
-| payUrl | String | 否 | 收银台URL |
|
|
|
+| payUrl | String | 否 | 收银台URL |
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+### 15. India_UPI渠道
|
|
|
+
|
|
|
+#### 15.1 H5支付
|
|
|
+
|
|
|
+ **请求参数**
|
|
|
+
|
|
|
+| 参数 | 类型 | 必填 | 描述 |
|
|
|
+| ----------------------- | --------- | ---- | ------------------------------------------------------------ |
|
|
|
+| tradeFrom | String | 是 | "H5" |
|
|
|
+| 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 |
|
|
|
+| document_id | String | 是 | Consumer's Indian PAN. Must be string with 10 alphanumeric letters. 5 letters, followed by 4 numbers, followed by 1 letter or number. Example: ABCDE1234F |
|
|
|
+| virtual_payment_address | String | 是 | Virtual Payment Address (VPA) of the customer, format: someone@bank |
|
|
|
+
|
|
|
+**响应参数parameter详情**
|
|
|
+
|
|
|
+| 参数 | 类型 | 必填 | 描述 |
|
|
|
+| ------ | ------ | ---- | --------- |
|
|
|
+| payUrl | String | 否 | 收银台URL |
|
|
|
+
|
|
|
+###
|