tao.zhou 4 лет назад
Родитель
Сommit
d8a7bf8382
2 измененных файлов с 35 добавлено и 9 удалено
  1. 7 4
      payExclusive_CH.md
  2. 28 5
      payExclusive_EN.md

+ 7 - 4
payExclusive_CH.md

@@ -659,9 +659,8 @@ CVV2: 123
 | 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渠道
 
@@ -692,4 +691,8 @@ CVV2: 123
 | 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    | voucher number|
+| voucher_number | String | M    | A valid 10 digit Neosurf voucher number|
+
+```javascript
+测试Pincode:2639777698
+```

+ 28 - 5
payExclusive_EN.md

@@ -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
+```