|
@@ -193,6 +193,17 @@ Response message:
|
|
|
| RespMsg | String | M | Response message |
|
|
|
| code_url | String | O | Characters to generate QR code. When RespCode=00 returns it. |
|
|
|
|
|
|
+#### 3.4 Express Pay
|
|
|
+
|
|
|
+ Purchase interface specific fields
|
|
|
+
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
+| --------- | ------ | ---- | -------- |
|
|
|
+| tradeFrom | String | M | "PAN-PRESENT" |
|
|
|
+| cardno | String | M | UnionPay card number |
|
|
|
+| cvv | String | M | cvv2 |
|
|
|
+| expired | String | M | Expiry Date YYMM |
|
|
|
+
|
|
|
```javascript
|
|
|
Test cards:
|
|
|
|
|
@@ -425,7 +436,7 @@ Password : 1234
|
|
|
| tradeFrom | String | M | "H5" |
|
|
|
| countrycode | String | M | 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 | M | The account holder - minimum of 3 characters, up to 100 charac- ters. |
|
|
|
-| tag | String | M | Value:directpay, boleto, webpay, trustpay, skrill, singpost, sepaddmodela, safetypay, qiwi, p24, poli, paysafecard, mybank, itau, ideal, hipercard, giropay, eps, enets, dragonpay, bancodobrasil, baloto, aura, payu, bcmc |
|
|
|
+| tag | String | M | Value:directpay, boleto, webpay, trustpay, skrill, singpost, sepaddmodela, safetypay, qiwi, p24, poli, paysafecard, mybank, itau, ideal, hipercard, giropay, eps, enets, dragonpay, bancodobrasil, baloto, aura, payu, bcmc, santander, pagofacil, rapipago, konbini, payeasy |
|
|
|
|
|
|
##### 13.1.1 When tag is paysafecard, you should add the following parameters:
|
|
|
|
|
@@ -433,7 +444,7 @@ Password : 1234
|
|
|
| ----------- | ------ | ---- | ------------------------------------------------------------ |
|
|
|
| consumerref | String | M | Unique reference identifying the consumer, has to satisfy the regular expression [A-Za-z0-9.%,&/+*$-]{1,20} |
|
|
|
|
|
|
-##### 13.1.2 When tag is in aura, baloto, bancodobrasil, boleto, hipercard, itau, webpay , you should add the following parameters:
|
|
|
+##### 13.1.2 When tag is in aura, baloto, bancodobrasil, boleto, hipercard, itau, webpay, you should add the following parameters:
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
| ----------- | ------ | ---- | ------------------------------------------------------------ |
|
|
@@ -479,7 +490,7 @@ Password : 1234
|
|
|
| zipcode | String | O | Consumer's zip/postal code |
|
|
|
| city | String | O | Consumer’s city |
|
|
|
|
|
|
-##### 13.1.8 When tag is is sepaddmodela, you should add the following parameters:
|
|
|
+##### 13.1.8 When tag is sepaddmodela, you should add the following parameters:
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
| ----- | ------ | ---- | ------------------------------------------------- |
|
|
@@ -492,6 +503,22 @@ Password : 1234
|
|
|
| ----- | ------ | ---- | ------------------------------------------------- |
|
|
|
| BEPURL | String | O | Trigger URL for mobile payment options in the form BEP://1BC.GIROGATE.DE/BCMC/123456789$ICAE3BUIH5P9U53Y5HKA9CRT (contrived example). |
|
|
|
|
|
|
+##### 13.1.10 When tag is in santander, pagofacil, rapipago, you should add the following parameters:
|
|
|
+
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
+| ----- | ------ | ---- | ------------------------------------------------- |
|
|
|
+| nationalid | String | M | Consumer’s national id (up to 30 characters) |
|
|
|
+| consumerref | String | O | Unique reference identifying the consumer, has to satisfy the following regular expression: [A-Za-z0-9.%,&/+*$-]{1,20} |
|
|
|
+| email | String | M | RFC compliant email address of the account holder |
|
|
|
+
|
|
|
+##### 13.1.11 When tag is in konbini, payeasy, you should add the following parameters:
|
|
|
+
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
+| ----- | ------ | ---- | ------------------------------------------------- |
|
|
|
+| phone | String | M | Consumer phone number without hyphens, country code or other characters (single-byte alphanumeric; must be between 10-11 digits) |
|
|
|
+| email | String | M | RFC compliant email address of the account holder|
|
|
|
+| iteminfo | String | M | Information about the item(s) being purchased, displayed on the payment page (up to 22 characters) |
|
|
|
+
|
|
|
### 14 India_Netbanking
|
|
|
|
|
|
#### 14.1 H5 mode
|