|
@@ -972,6 +972,28 @@ CVV2: 123
|
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
|
| payUrl | String | 否 | 收银台URL |
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+#### 8.2 QRCODE支付
|
|
|
+
|
|
|
+ **请求参数**
|
|
|
+
|
|
|
+| 参数 | 类型 | 必填 | 描述 |
|
|
|
+| ----------------- | ------ | ---- | ------------------------------------------------------------ |
|
|
|
+| tradeFrom | String | 是 | "QRCODE" |
|
|
|
+| tag | String | 是 | 选项:upi_in |
|
|
|
+| countrycode | String | 是 | The 2-letter ISO country code of the country in which the payment instrument is issued/operated (e.g. DE). For details see [payment method specific documentation](countrycode.md). |
|
|
|
+| accountholdername | String | 是 | The account holder - minimum of 3 characters, up to 100 characters. |
|
|
|
+
|
|
|
+
|
|
|
+**响应参数parameter详情**
|
|
|
+
|
|
|
+| 参数 | 类型 | 必填 | 描述 |
|
|
|
+| -------- | ------ | ---- | ------------------------------- |
|
|
|
+| code_url | String | 否 | 二维码字符串 |
|
|
|
+
|
|
|
### 9. India_Netbanking渠道
|
|
|
|
|
|
#### 9.1 H5支付
|