Browse Source

更新evonet

tao.zhou 1 year ago
parent
commit
4c241418a0
2 changed files with 61 additions and 4 deletions
  1. 3 3
      payExclusive_CH.md
  2. 58 1
      payExclusive_EN.md

+ 3 - 3
payExclusive_CH.md

@@ -1404,7 +1404,7 @@ CVV2: 123
 
 #### 29.1 H5支付
 
- 该模式返回支付url,商户前端重定向到该url即可展示出支付页面。渲染效果根据用户终端设备自适应。
+ 该模式返回支付url,商户前端重定向到该url即可展示出支付页面。
 
  **请求参数**
 
@@ -1412,7 +1412,7 @@ CVV2: 123
 | -------------- | ------ | ---- | ------------------------------------------------------------ |
 | tradeFrom      | String | 是    | "H5"                                                         |
 | sub_brand_code | String | 是    | 选项:"paypay", "linepay", "truemoney", "rabbit_line_pay", "krungsri_online", "bualuang_ibanking", "ktb_netbank", "scb_easy_net", "k_plus", "dana", "ovo", "shopeepay_idn", "bni_va", "mandiri_va", "maybank_va", "permata_va", "bri_va", "cimb_va" |
-| mobilePhone | String | 否    | 用户手机号。示例: 08011111111。当sub_brand_code为truemoney时必传 |
+| mobilePhone | String | 否    | 用户手机号。示例: 08011111111。当sub_brand_code为"truemoney"时必传 |
 
 **响应参数parameter详情**
 
@@ -1430,7 +1430,7 @@ CVV2: 123
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | 是    | "CODE-PRESENT" |
 | sub_brand_code | String | 是    | 选项:"konbini", "payeasy", "bank_transfer_jpn" |
-| paymentShop | String | 否    | 便利店名称。当sub_brand_code为konbini时必传。选项:"Daily_Yamazaki", "Family_Mart_JPN", "Lawson_JPN", "Ministop_JPN", "Seicomart", "Seven_Eleven_JPN" |
+| paymentShop | String | 否    | 便利店名称。选项:"Daily_Yamazaki", "Family_Mart_JPN", "Lawson_JPN", "Ministop_JPN", "Seicomart", "Seven_Eleven_JPN"。当sub_brand_code为"konbini"时必传。 |
 | mobilePhone | String | 否    | 用户手机号。示例: 08011111111。当sub_brand_code为 "payeasy", "bank_transfer_jpn" 时必传 |
 | name | String | 否    | 用户名。示例: "name":"[{\"givenName\": \"太郎\", \"familyName\": \"山田\"}, {\"givenName\": \"タロウ\", \"familyName\": \"ヤマダ\"}]"。当sub_brand_code为 "payeasy", "bank_transfer_jpn" 时必传 |
 

+ 58 - 1
payExclusive_EN.md

@@ -1385,4 +1385,61 @@ CVV2: 123
 
 | Parameter | Type | Required | Description |
 | -------- | ------ | ---- | ------------------------------- |
-| payUrl | String | No    | Cashier URL |
+| payUrl | String | No    | Cashier URL |
+
+### 29. Evonet
+
+#### 29.1 H5 mode
+
+ This mode returns the payment url, and the merchant page redirects to this url to display the payment page.
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| -------------- | ------ | ---- | ------------------------------------------------------------ |
+| tradeFrom      | String | Yes    | "H5"                                                         |
+| sub_brand_code | String | Yes    | Options: "paypay", "linepay", "truemoney", "rabbit_line_pay", "krungsri_online", "bualuang_ibanking", "ktb_netbank", "scb_easy_net", "k_plus", "dana", "ovo", "shopeepay_idn", "bni_va", "mandiri_va", "maybank_va", "permata_va", "bri_va", "cimb_va" |
+| mobilePhone | String | No    | User's mobile phone number. Example: 08011111111. This parameter is mandatory when sub_brand_code is "truemoney". |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | No    | Cashier URL |
+
+#### 29.2 Return parameter mode
+
+ This mode returns payment parameter information, and the merchant needs to return to the customer.
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| --------- | ------ | ---- | -------- |
+| tradeFrom | String | Yes    | "CODE-PRESENT" |
+| sub_brand_code | String | Yes    | Options: "konbini", "payeasy", "bank_transfer_jpn" |
+| paymentShop | String | No    | Convenience store name. Options: "Daily_Yamazaki", "Family_Mart_JPN", "Lawson_JPN", "Ministop_JPN", "Seicomart", "Seven_Eleven_JPN". This parameter is mandatory when sub_brand_code is "konbini". |
+| mobilePhone | String | No    | User's mobile phone number. Example: 08011111111. This parameter is mandatory when sub_brand_code is "payeasy" or "bank_transfer_jpn". |
+| name | String | No    | User name. Example: "name":"[{\"givenName\": \"太郎\", \"familyName\": \"山田\"}, {\"givenName\": \"タロウ\", \"familyName\": \"ヤマダ\"}]". This parameter is mandatory when sub_brand_code is "payeasy" or "bank_transfer_jpn". |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| code_params | Object | No    | Payment parameter information |
+
+#### 29.3 Qr code mode
+
+ This mode returns a QR code download link, which the merchant needs to download and display to the customer.
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| --------- | ------ | ---- | -------- |
+| tradeFrom | String | Yes    | "QRCODE" |
+| sub_brand_code | String | Yes    | "promptpay" |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| code_url | String | No   | Qr code download link |