Browse Source

添加IDEAL

tao.zhou 2 years ago
parent
commit
1f2d904bc0
3 changed files with 30 additions and 3 deletions
  1. 1 0
      payExclusive_CH.md
  2. 27 2
      payExclusive_EN.md
  3. 2 1
      paymentSchema.md

+ 1 - 0
payExclusive_CH.md

@@ -1382,6 +1382,7 @@ CVV2: 123
 | 参数      | 类型   | 必填 | 描述 |
 | --------- | ------ | ---- | ---- |
 | tradeFrom | String | 是    | "H5" |
+| email | String | 是    | Must contain valid e-mail of customer|
 | firstname | String | 是    | Customer first name |
 | lastname | String | 是    | Customer last name |
 | address | String | 是    | address |

+ 27 - 2
payExclusive_EN.md

@@ -40,7 +40,7 @@
     - [7.4 APP mode](#74-app-mode)
   - [8. PO](#8-po)
     - [8.1 H5 mode](#81-h5-mode)
-  - [9. India_Netbanking](#9-india_netbanking)
+  - [9. India\_Netbanking](#9-india_netbanking)
     - [9.1 H5 mode](#91-h5-mode)
   - [10. PAYPAL](#10-paypal)
     - [10.1 H5 mode](#101-h5-mode)
@@ -53,7 +53,7 @@
     - [13.1 H5 mode](#131-h5-mode)
   - [14. FPX](#14-fpx)
     - [14.1 H5 mode](#141-h5-mode)
-  - [15. India_UPI](#15-india_upi)
+  - [15. India\_UPI](#15-india_upi)
     - [15.1 H5 mode](#151-h5-mode)
   - [16. Boleto](#16-boleto)
     - [16.1 H5 mode](#161-h5-mode)
@@ -79,6 +79,8 @@
     - [26.1 H5 mode](#261-h5-mode)
   - [27. Paysafecard](#27-paysafecard)
     - [27.1 H5 mode](#271-h5-mode)
+  - [28. IDEAL](#28-ideal)
+    - [27.1 H5 mode](#271-h5-mode-1)
 
 ### 1. WX
 
@@ -1360,4 +1362,27 @@ CVV2: 123
 
 | Parameter | Type | Required | Description |
 | -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | No    | Cashier URL |
+
+### 28. IDEAL
+
+#### 27.1 H5 mode
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | Yes    | "H5" |
+| email | String | Yes    | Must contain valid e-mail 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: NL |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | No    | Cashier URL |

+ 2 - 1
paymentSchema.md

@@ -27,4 +27,5 @@ Pago Efectivo|PagoEfectivo
 Interbank|Interbank
 PayNow|PayNow
 P24|P24
-Paysafecard|Paysafecard
+Paysafecard|Paysafecard
+IDEAL|IDEAL