Browse Source

删除AliPayLocal

tao.zhou 2 years ago
parent
commit
ae1ff7f6f7
3 changed files with 148 additions and 153 deletions
  1. 73 75
      payExclusive_CH.md
  2. 73 75
      payExclusive_EN.md
  3. 2 3
      paymentSchema.md

+ 73 - 75
payExclusive_CH.md

@@ -31,8 +31,11 @@
     - [5.2 后台支付(适用于SN和TL外卡)](#52-后台支付适用于sn和tl外卡)
   - [6. RevPay渠道](#6-revpay渠道)
     - [6.1 H5支付](#61-h5支付)
-  - [7. AliPayLocal渠道](#7-alipaylocal渠道)
+  - [7. AliPayPlus渠道](#7-alipayplus渠道)
     - [7.1 H5支付](#71-h5支付)
+    - [7.2 WebSite支付](#72-website支付)
+    - [7.3 二维码无跳转模式](#73-二维码无跳转模式)
+    - [7.4 APP支付](#74-app支付)
   - [8. PO渠道](#8-po渠道)
     - [8.1 H5支付](#81-h5支付)
   - [9. India_Netbanking渠道](#9-india_netbanking渠道)
@@ -44,11 +47,6 @@
   - [12. DNC渠道](#12-dnc渠道)
     - [12.1 H5支付](#121-h5支付)
     - [12.2 后台支付](#122-后台支付)
-  - [13. AliPayPlus渠道](#13-alipayplus渠道)
-    - [13.1 H5支付](#131-h5支付)
-    - [13.2 WebSite支付](#132-website支付)
-    - [13.3 二维码无跳转模式](#133-二维码无跳转模式)
-    - [13.4 APP支付](#134-app支付)
 
 ### 1. WX渠道
 
@@ -623,7 +621,7 @@ CVV2: 123
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
 
-### 7. AliPayLocal渠道
+<!-- ### 7. AliPayLocal渠道
 
 #### 7.1 H5支付
 
@@ -638,8 +636,76 @@ CVV2: 123
 
 | 参数     | 类型   | 必填 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL | -->
+
+### 7. AliPayPlus渠道
+
+#### 7.1 H5支付
+
+ **请求参数**
+
+| 参数           | 类型   | 必填 | 描述                                                         |
+| -------------- | ------ | ---- | ------------------------------------------------------------ |
+| tradeFrom      | String | 是    | "H5"                                                         |
+| OsType         | String | 是    | "IOS", "ANDROID" 选其中一个上送 |
+| sub_brand_code | String | 是    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" 选其中一个上送 |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
 
+#### 7.2 WebSite支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述  |
+| --------- | ------ | ---- | ----- |
+| tradeFrom | String | 是    | "WEB" |
+| sub_brand_code | String | 是    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" 选其中一个上送 |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |
+
+#### 7.3 二维码无跳转模式
+
+ 该模式返回生成二维码的字符串,商户需要自己生成二维码。
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述     |
+| --------- | ------ | ---- | -------- |
+| tradeFrom | String | 是    | "QRCODE" |
+| sub_brand_code | String | 是    | "gcash", "kakaopay", "alipay_hk", "tng" 选其中一个上送 |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
+| code_url | String | 否    | 二维码字符串 |
+
+#### 7.4 APP支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述  |
+| --------- | ------ | ---- | ----- |
+| tradeFrom | String | 是    | "APP" |
+| OsType         | String | 是    | "IOS", "ANDROID" 选其中一个上送 |
+| sub_brand_code | String | 是    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" 选其中一个上送 |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                                                      |
+| -------- | ------ | ---- | --------------------------------------------------------- |
+| tn       | String | 否    | 交易流水号,作为调起 sdk 支付的参数 |
+
+获取到tn后,根据[APP对接文档](AllPay_Integration_Specification_CH.md#6-app模式对接文档)调用SDK进行支付。
+
 ### 8. PO渠道
 
 #### 8.1 H5支付
@@ -851,71 +917,3 @@ CVV2: 123
 有效期: 12/25
 CVV2: 123
 ```
-
-### 13. AliPayPlus渠道
-
-#### 13.1 H5支付
-
- **请求参数**
-
-| 参数           | 类型   | 必填 | 描述                                                         |
-| -------------- | ------ | ---- | ------------------------------------------------------------ |
-| tradeFrom      | String | 是    | "H5"                                                         |
-| OsType         | String | 是    | "IOS", "ANDROID" 选其中一个上送 |
-| sub_brand_code | String | 是    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" 选其中一个上送 |
-
-**响应参数parameter详情**
-
-| 参数     | 类型   | 必填 | 描述                            |
-| -------- | ------ | ---- | ------------------------------- |
-| payUrl | String | 否    | 收银台URL |
-
-#### 13.2 WebSite支付
-
- **请求参数**
-
-| 参数      | 类型   | 必填 | 描述  |
-| --------- | ------ | ---- | ----- |
-| tradeFrom | String | 是    | "WEB" |
-| sub_brand_code | String | 是    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" 选其中一个上送 |
-
-**响应参数parameter详情**
-
-| 参数     | 类型   | 必填 | 描述                            |
-| -------- | ------ | ---- | ------------------------------- |
-| payUrl | String | 否    | 收银台URL |
-
-#### 13.3 二维码无跳转模式
-
- 该模式返回生成二维码的字符串,商户需要自己生成二维码。
-
- **请求参数**
-
-| 参数      | 类型   | 必填 | 描述     |
-| --------- | ------ | ---- | -------- |
-| tradeFrom | String | 是    | "QRCODE" |
-| sub_brand_code | String | 是    | "gcash", "kakaopay", "alipay_hk", "tng" 选其中一个上送 |
-
-**响应参数parameter详情**
-
-| 参数     | 类型   | 必填 | 描述                            |
-| -------- | ------ | ---- | ------------------------------- |
-| code_url | String | 否    | 二维码字符串 |
-
-#### 13.4 APP支付
-
- **请求参数**
-
-| 参数      | 类型   | 必填 | 描述  |
-| --------- | ------ | ---- | ----- |
-| tradeFrom | String | 是    | "APP" |
-| OsType         | String | 是    | "IOS", "ANDROID" 选其中一个上送 |
-| sub_brand_code | String | 是    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" 选其中一个上送 |
-
-**响应参数parameter详情**
-
-| 参数     | 类型   | 必填 | 描述                                                      |
-| -------- | ------ | ---- | --------------------------------------------------------- |
-| tn       | String | 否    | 交易流水号,作为调起 sdk 支付的参数 |
-
-获取到tn后,根据[APP对接文档](AllPay_Integration_Specification_CH.md#6-app模式对接文档)调用SDK进行支付。

+ 73 - 75
payExclusive_EN.md

@@ -31,8 +31,11 @@
     - [5.2 Background mode (Applicable to SN and TL international card)](#52-background-mode-applicable-to-sn-and-tl-international-card)
   - [6. RevPay](#6-revpay)
     - [6.1 H5 mode](#61-h5-mode)
-  - [7. AliPayLocal](#7-alipaylocal)
+  - [7. AliPayPlus](#7-alipayplus)
     - [7.1 H5 mode](#71-h5-mode)
+    - [7.2 WebSite mode](#72-website-mode)
+    - [7.3 QR code no jump mode](#73-qr-code-no-jump-mode)
+    - [7.4 APP mode](#74-app-mode)
   - [8. PO](#8-po)
     - [8.1 H5 mode](#81-h5-mode)
   - [9. India_Netbanking](#9-india_netbanking)
@@ -44,11 +47,6 @@
   - [12. DNC](#12-dnc)
     - [12.1 H5 mode](#121-h5-mode)
     - [12.2 Background mode](#122-background-mode)
-  - [13. AliPayPlus](#13-alipayplus)
-    - [13.1 H5 mode](#131-h5-mode)
-    - [13.2 WebSite mode](#132-website-mode)
-    - [13.3 QR code no jump mode](#133-qr-code-no-jump-mode)
-    - [13.4 APP mode](#134-app-mode)
 
 ### 1. WX
 
@@ -622,7 +620,7 @@ CVV2: 123
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | No    | Cashier URL |
 
-### 7. AliPayLocal
+<!-- ### 7. AliPayLocal
 
 #### 7.1 H5 mode
 
@@ -637,8 +635,76 @@ CVV2: 123
 
 | Parameter     | Type   | Required | Description                            |
 | -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | No    | Cashier URL | -->
+
+### 7. AliPayPlus
+
+#### 7.1 H5 mode
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| -------------- | ------ | ---- | ------------------------------------------------------------ |
+| tradeFrom      | String | Yes    | "H5"                                                         |
+| OsType         | String | Yes    | "IOS", "ANDROID" |
+| sub_brand_code | String | Yes    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | No   | Cashier URL |
+
+#### 7.2 WebSite mode
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| --------- | ------ | ---- | ----- |
+| tradeFrom | String | Yes    | "WEB" |
+| sub_brand_code | String | Yes    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | No    | Cashier URL |
 
+#### 7.3 QR code no jump mode
+
+ This mode returns the QR code string, and merchants need to generate the QR code themselves.
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| --------- | ------ | ---- | -------- |
+| tradeFrom | String | Yes    | "QRCODE" |
+| sub_brand_code | String | Yes    | "gcash", "kakaopay", "alipay_hk", "tng" |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| code_url | String | No    | QR code string |
+
+#### 7.4 APP mode
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| -------------- | ------ | ---- | ------------------------------------------------------------ |
+| tradeFrom      | String | Yes    | "APP"                                                         |
+| OsType         | String | Yes    | "IOS", "ANDROID" |
+| sub_brand_code | String | Yes    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| tn       | String | No   | Transaction serial number. Required parameter for app payment. |
+
+After getting tn, call the SDK to pay according to [APP document](AllPay_Integration_Specification_EN.md#6-app-mode-integration-specification).
+
 ### 8. PO
 
 #### 8.1 H5 mode
@@ -850,71 +916,3 @@ Card Number: 5204730000002555
 Expiry Date: 1225
 CVV2: 123
 ```
-
-### 13. AliPayPlus
-
-#### 13.1 H5 mode
-
- **Request parameters**
-
-| Parameter | Type | Required | Description |
-| -------------- | ------ | ---- | ------------------------------------------------------------ |
-| tradeFrom      | String | Yes    | "H5"                                                         |
-| OsType         | String | Yes    | "IOS", "ANDROID" |
-| sub_brand_code | String | Yes    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" |
-
-**Response parameter "parameter" details**
-
-| Parameter | Type | Required | Description |
-| -------- | ------ | ---- | ------------------------------- |
-| payUrl | String | No   | Cashier URL |
-
-#### 13.2 WebSite mode
-
- **Request parameters**
-
-| Parameter | Type | Required | Description |
-| --------- | ------ | ---- | ----- |
-| tradeFrom | String | Yes    | "WEB" |
-| sub_brand_code | String | Yes    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" |
-
-**Response parameter "parameter" details**
-
-| Parameter | Type | Required | Description |
-| -------- | ------ | ---- | ------------------------------- |
-| payUrl | String | No    | Cashier URL |
-
-#### 13.3 QR code no jump mode
-
- This mode returns the QR code string, and merchants need to generate the QR code themselves.
-
- **Request parameters**
-
-| Parameter | Type | Required | Description |
-| --------- | ------ | ---- | -------- |
-| tradeFrom | String | Yes    | "QRCODE" |
-| sub_brand_code | String | Yes    | "gcash", "kakaopay", "alipay_hk", "tng" |
-
-**Response parameter "parameter" details**
-
-| Parameter | Type | Required | Description |
-| -------- | ------ | ---- | ------------------------------- |
-| code_url | String | No    | QR code string |
-
-#### 13.4 APP mode
-
- **Request parameters**
-
-| Parameter | Type | Required | Description |
-| -------------- | ------ | ---- | ------------------------------------------------------------ |
-| tradeFrom      | String | Yes    | "APP"                                                         |
-| OsType         | String | Yes    | "IOS", "ANDROID" |
-| sub_brand_code | String | Yes    | "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng" |
-
-**Response parameter "parameter" details**
-
-| Parameter | Type | Required | Description |
-| -------- | ------ | ---- | ------------------------------- |
-| tn       | String | No   | Transaction serial number. Required parameter for app payment. |
-
-After getting tn, call the SDK to pay according to [APP document](AllPay_Integration_Specification_EN.md#6-app-mode-integration-specification).

+ 2 - 3
paymentSchema.md

@@ -7,10 +7,9 @@ UnionPay |UP
 Apple Pay |APP
 International card |FC
 RevPay |RevPay 
-AliPayLocal |AliPayLocal
+AliPayPlus|AliPayPlus
 PO |PO
 India_Netbanking |India_Netbanking
 PayPal|PAYPAL
 Neosurf|Neosurf
-Diners Card / Discover|DNC
-AliPayPlus|AliPayPlus
+Diners Card / Discover|DNC