|
@@ -651,16 +651,39 @@ You should add the following parameters:
|
|
|
| address | String | M | address |
|
|
|
| zip_code | String | M | ZIP code |
|
|
|
| city | String | M | City |
|
|
|
-| country | String | M |Country code in ISO 3166|
|
|
|
-| state | String | M | State code in ISO 3166-2, required for USA and Canada |
|
|
|
-| document_id | String | M | Document ID of the consumer.|
|
|
|
+| country | String(2) | M |Country code in ISO 3166. Example: IN|
|
|
|
+| document_id | String | M | 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|
|
|
|
|
|
|
### 11 PAYPAL
|
|
|
|
|
|
#### 11.1 H5 mode
|
|
|
|
|
|
-You should add the following parameters:
|
|
|
+Purchase interface specific fields
|
|
|
+
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
+| --------- | ------ | ---- | ---- |
|
|
|
+| tradeFrom | String | M | "H5" |
|
|
|
+
|
|
|
+### 12 Neosurf
|
|
|
+
|
|
|
+#### 12.1 H5 mode
|
|
|
+
|
|
|
+Purchase interface specific fields
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
| --------- | ------ | ---- | ---- |
|
|
|
-| tradeFrom | String | M | "H5" |
|
|
|
+| tradeFrom | String | M | "H5" |
|
|
|
+| email | String | M | Must contain valid e-mail of customer|
|
|
|
+| phone | String | M | Must contain valid phone number of customer |
|
|
|
+| firstname | String | M | Customer first name |
|
|
|
+| lastname | String | M | Customer last name |
|
|
|
+| address | String | M | address |
|
|
|
+| zip_code | String | M | ZIP code |
|
|
|
+| city | String | M | City |
|
|
|
+| country | String | M |Country code in ISO 3166|
|
|
|
+| state | String | M | State code in ISO 3166-2, required for USA and Canada |
|
|
|
+| voucher_number | String | M | A valid 10 digit Neosurf voucher number|
|
|
|
+
|
|
|
+```javascript
|
|
|
+Test Pincode: 2639777698
|
|
|
+```
|