|
@@ -75,6 +75,10 @@
|
|
- [24.1 H5 mode](#241-h5-mode)
|
|
- [24.1 H5 mode](#241-h5-mode)
|
|
- [25 PayNow](#25-paynow)
|
|
- [25 PayNow](#25-paynow)
|
|
- [25.1 QR code no jump mode](#251-qr-code-no-jump-mode)
|
|
- [25.1 QR code no jump mode](#251-qr-code-no-jump-mode)
|
|
|
|
+ - [26. P24](#26-p24)
|
|
|
|
+ - [26.1 H5 mode](#261-h5-mode)
|
|
|
|
+ - [27. Paysafecard](#27-paysafecard)
|
|
|
|
+ - [27.1 H5 mode](#271-h5-mode)
|
|
|
|
|
|
### 1. WX
|
|
### 1. WX
|
|
|
|
|
|
@@ -1117,7 +1121,6 @@ CVV2: 123
|
|
| Parameter | Type | Required | Description |
|
|
| Parameter | Type | Required | Description |
|
|
| --------- | ------ | ---- | ---- |
|
|
| --------- | ------ | ---- | ---- |
|
|
| tradeFrom | String | Yes | "H5" |
|
|
| tradeFrom | String | Yes | "H5" |
|
|
-| document_id | String | Yes | Document ID of the consumer. Consumer's Brazilian Identification Number(CPF or CNPJ). Must be string between 11 and 14 digits and to have full cpf validation.|
|
|
|
|
| email | String | Yes | Must contain valid e-mail of customer|
|
|
| email | String | Yes | Must contain valid e-mail of customer|
|
|
| phone | String | Yes | Must contain valid phone number of customer |
|
|
| phone | String | Yes | Must contain valid phone number of customer |
|
|
| firstname | String | Yes | Customer first name |
|
|
| firstname | String | Yes | Customer first name |
|
|
@@ -1304,4 +1307,52 @@ CVV2: 123
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
| Parameter | Type | Required | Description |
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
| -------- | ------ | ---- | ------------------------------- |
|
|
-| code_url | String | No | QR code string |
|
|
|
|
|
|
+| code_url | String | No | QR code string |
|
|
|
|
+
|
|
|
|
+### 26. P24
|
|
|
|
+
|
|
|
|
+#### 26.1 H5 mode
|
|
|
|
+
|
|
|
|
+ **Request parameters**
|
|
|
|
+
|
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
|
+| --------- | ------ | ---- | ---- |
|
|
|
|
+| tradeFrom | String | Yes | "H5" |
|
|
|
|
+| email | String | Yes | Must contain valid e-mail of customer|
|
|
|
|
+| phone | String | Yes | Must contain valid phone number of customer |
|
|
|
|
+| firstname | String | Yes | Customer first name |
|
|
|
|
+| lastname | String | Yes | Customer last name |
|
|
|
|
+| address | String | Yes | address |
|
|
|
|
+| zip_code | String | Yes | ZIP code |
|
|
|
|
+| city | String | Yes | City |
|
|
|
|
+| country | String(2) | Yes |Country code in ISO 3166. Example: PL |
|
|
|
|
+
|
|
|
|
+**Response parameter "parameter" details**
|
|
|
|
+
|
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
|
+| -------- | ------ | ---- | ------------------------------- |
|
|
|
|
+| payUrl | String | No | Cashier URL |
|
|
|
|
+
|
|
|
|
+### 27. Paysafecard
|
|
|
|
+
|
|
|
|
+#### 27.1 H5 mode
|
|
|
|
+
|
|
|
|
+ **Request parameters**
|
|
|
|
+
|
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
|
+| --------- | ------ | ---- | ---- |
|
|
|
|
+| tradeFrom | String | Yes | "H5" |
|
|
|
|
+| email | String | Yes | Must contain valid e-mail of customer|
|
|
|
|
+| phone | String | Yes | Must contain valid phone number of customer |
|
|
|
|
+| firstname | String | Yes | Customer first name |
|
|
|
|
+| lastname | String | Yes | Customer last name |
|
|
|
|
+| address | String | Yes | address |
|
|
|
|
+| zip_code | String | Yes | ZIP code |
|
|
|
|
+| city | String | Yes | City |
|
|
|
|
+| country | String(2) | Yes |Country code in ISO 3166. Example: DE |
|
|
|
|
+
|
|
|
|
+**Response parameter "parameter" details**
|
|
|
|
+
|
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
|
+| -------- | ------ | ---- | ------------------------------- |
|
|
|
|
+| payUrl | String | No | Cashier URL |
|