tao.zhou il y a 3 ans
Parent
commit
717b6da8c6
1 fichiers modifiés avec 61 ajouts et 61 suppressions
  1. 61 61
      payExclusive_CH.md

+ 61 - 61
payExclusive_CH.md

@@ -6,25 +6,25 @@
 
  该模式返回生成二维码的字符串,商户需要自己生成二维码。
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述     |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | M    | "QRCODE" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
 | RespCode | String | M    | 应答码 00-成功                  |
 | RespMsg  | String | M    | 应答消息        |
-| code_url | String | O    | 二维码字符串。应答码为00返回该字段 |
+| code_url | String | O    | 二维码字符串。应答码为00返回该参数 |
 
 #### 1.2 二维码跳转模式
 
 该模式会为商户跳转到GoAllPay生成好的二维码页面,无需商户自己生成。
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述    |
 | --------- | ------ | ---- | ------- |
@@ -32,7 +32,7 @@
 
 #### 1.3 公众号支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述    |
 | --------- | ------ | ---- | ------- |
@@ -40,32 +40,32 @@
 
 #### 1.4 小程序支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述       |
 | --------- | ------ | ---- | ---------- |
 | tradeFrom | String | M    | "APPLET"   |
 | openid    | String | M    | 微信openid |
 
-应答报文
+响应参数
 
 | 参数       | 类型   | 属性 | 描述                                                   |
 | ---------- | ------ | ---- | ------------------------------------------------------ |
 | RespCode   | String | M    | 应答码 00-成功                                         |
 | RespMsg    | String | M    | 应答消息                                               |
-| sdk_params | String | O    | 小程序支付所需参数(JSON字符串)。应答码为00返回该字段 |
+| sdk_params | String | O    | 小程序支付所需参数(JSON字符串)。应答码为00返回该参数 |
 
 将上述返回数据放入微信小程序支付接口,即可调起支付,具体方法,参考微信官方小程序API。
 
 #### 1.5 APP支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述  |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | M    | "APP" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                                                      |
 | -------- | ------ | ---- | --------------------------------------------------------- |
@@ -79,7 +79,7 @@
 
 #### 2.1 WebSite支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述  |
 | --------- | ------ | ---- | ----- |
@@ -87,7 +87,7 @@
 
 #### 2.2 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述    |
 | --------- | ------ | ---- | ------- |
@@ -95,13 +95,13 @@
 
 #### 2.3 APP支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述  |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | M    | "APP" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                                                      |
 | -------- | ------ | ---- | --------------------------------------------------------- |
@@ -115,35 +115,35 @@
 
  该模式返回生成二维码的字符串,商户需要自己生成二维码。
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述     |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | M    | "QRCODE" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                               |
 | -------- | ------ | ---- | ---------------------------------- |
 | RespCode | String | M    | 应答码 00-成功                     |
 | RespMsg  | String | M    | 应答消息                           |
-| code_url | String | O    | 二维码字符串。应答码为00返回该字段 |
+| code_url | String | O    | 二维码字符串。应答码为00返回该参数 |
 
 #### 2.5 小程序支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述     |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | M    | "APPLET" |
 
-应答报文
+响应参数
 
 | 参数       | 类型   | 属性 | 描述                                     |
 | ---------- | ------ | ---- | ---------------------------------------- |
 | RespCode   | String | M    | 应答码 00-成功                           |
 | RespMsg    | String | M    | 应答消息                                 |
-| sdk_params | String | O    | 小程序支付所需参数。应答码为00返回该字段 |
+| sdk_params | String | O    | 小程序支付所需参数。应答码为00返回该参数 |
 
 将上述返回数据放入支付宝小程序支付接口,即可调起支付,具体方法,参考支付宝官方小程序API。
 
@@ -151,7 +151,7 @@
 
 #### 3.1 H5支付,自适应PC和移动端
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述 |
 | --------- | ------ | ---- | ---- |
@@ -159,13 +159,13 @@
 
 #### 3.2 APP支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述  |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | M    | "APP" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                                                      |
 | -------- | ------ | ---- | ------------------------------------------------------- |
@@ -179,23 +179,23 @@
 
  该模式返回生成二维码的字符串,商户需要自己生成二维码。
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述     |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | M    | "QRCODE" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                               |
 | -------- | ------ | ---- | ---------------------------------- |
 | RespCode | String | M    | 应答码 00-成功                     |
 | RespMsg  | String | M    | 应答消息                           |
-| code_url | String | O    | 二维码字符串。应答码为00返回该字段 |
+| code_url | String | O    | 二维码字符串。应答码为00返回该参数 |
 
 #### 3.4 Express Pay
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述     |
 | --------- | ------ | ---- | -------- |
@@ -234,13 +234,13 @@ SMS Code on Mobile: 123456
 
 #### 4.1 APP支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述  |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | M    | "APP" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                                                      |
 | -------- | ------ | ---- | ------------------------------------------------------- |
@@ -254,13 +254,13 @@ SMS Code on Mobile: 123456
 
 #### 5.1 APP支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述  |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | M    | "APP" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                                                      |
 | -------- | ------ | ---- | --------------------------------------------------------- |
@@ -274,7 +274,7 @@ SMS Code on Mobile: 123456
 
 #### 6.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数       | 类型   | 属性 | 描述                                                         |
 | ---------- | ------ | ---- | ------------------------------------------------------------ |
@@ -302,7 +302,7 @@ cvv:123
 
 #### 7.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述                                                       |
 | --------- | ------ | ---- | ---------------------------------------------------------- |
@@ -315,13 +315,13 @@ cvv:123
 
 #### 8.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数         | 类型   | 属性 | 描述                                                         |
 | ------------ | ------ | ---- | ------------------------------------------------------------ |
 | tradeFrom    | String | M    | "H5"                                                         |
 | showShipAddr | String | M    | "1":显示账单填写表单<br>"0":不显示账单填写表单               |
-| shipAddr     | String | O    | showShipAddr为1时不用传该字段,为0时需上传。<br>Base64_encode(json_encode(str) ) 举例{"first_name":"","last_name":"","street":"address_line1","house_number":"address_line2","address_city":"new york","address_state":"new york","country_id":"us","address_zip":"10022","phone_num":"13512345678","email_address":"dd@126.com"} |
+| shipAddr     | String | O    | showShipAddr为1时不用传该参数,为0时需上传。<br>Base64_encode(json_encode(str) ) 举例{"first_name":"","last_name":"","street":"address_line1","house_number":"address_line2","address_city":"new york","address_state":"new york","country_id":"us","address_zip":"10022","phone_num":"13512345678","email_address":"dd@126.com"} |
 | email        | String | M    | 用户email                                                    |
 | shipping     | String | M    | 收件地址:Base64_encode(json_encode(str))举例<br/>{"first_name":"dsgerg","last_name":"eererger","phone":"13460259928","line1":"address_line1","line2":"address_line2","city":"new york","state":"new york","country_code":"us","postal_code":"10022"} |
 
@@ -338,7 +338,7 @@ CVC: 111
 
 #### 9.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述    |
 | --------- | ------ | ---- | ------- |
@@ -348,29 +348,29 @@ CVC: 111
 
  该模式返回生成二维码的字符串,商户需要自己生成二维码。
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述     |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | M    | "QRCODE" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                               |
 | -------- | ------ | ---- | ---------------------------------- |
 | RespCode | String | M    | 应答码 00-成功                     |
 | RespMsg  | String | M    | 应答消息                           |
-| code_url | String | O    | 二维码字符串。应答码为00返回该字段 |
+| code_url | String | O    | 二维码字符串。应答码为00返回该参数 |
 
 #### 9.3 APP支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述  |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | M    | "APP" |
 
-应答报文
+响应参数
 
 | 参数     | 类型   | 属性 | 描述                                                      |
 | -------- | ------ | ---- | --------------------------------------------------------- |
@@ -384,7 +384,7 @@ CVC: 111
 
 #### 10.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述 |
 | --------- | ------ | ---- | ---- |
@@ -402,7 +402,7 @@ CVV2: 830
 CVV2: 123
 ```
 
- 苏宁渠道消费接口还需增加以下专属字段
+ 苏宁渠道消费接口还需增加以下专属参数
 
  账单信息
 
@@ -434,7 +434,7 @@ CVV2: 900
 ```
 #### 10.2 后台支付(仅适用于苏宁外卡)
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述 |
 | --------- | ------ | ---- | ---- |
@@ -476,7 +476,7 @@ CVV2: 900
 
 #### 11.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述     |
 | --------- | ------ | ---- | -------- |
@@ -487,7 +487,7 @@ CVV2: 900
 
 #### 12.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述    |
 | --------- | ------ | ---- | ------- |
@@ -498,7 +498,7 @@ CVV2: 900
 
 #### 13.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数              | 类型   | 属性 | 描述                                                         |
 | ----------------- | ------ | ---- | ------------------------------------------------------------ |
@@ -507,13 +507,13 @@ CVV2: 900
 | accountholdername | String | M    | The account holder - minimum of 3 characters, up to 100 charac- ters. |
 | tag               | String | M    | 取值如下:directpay, boleto, webpay, trustpay, skrill, singpost, sepaddmodela, safetypay, qiwi, p24, poli, paysafecard, mybank, itau, ideal, hipercard, giropay, eps, enets, dragonpay, bancodobrasil, baloto, aura, payu, bcmc, santander, pagofacil, rapipago, konbini, payeasy, doku, ovo |
 
-##### 13.1.1 当 tag 为 paysafecard 时,还需另外增加下面字段
+##### 13.1.1 当 tag 为 paysafecard 时,还需另外增加下面参数
 
 | 参数        | 类型   | 属性 | 描述                                                         |
 | ----------- | ------ | ---- | ------------------------------------------------------------ |
 | consumerref | String | M    | Unique reference identifying the consumer, has to satisfy the regular expression [A-Za-z0-9.%,&/+*$-]{1,20} |
 
-##### 13.1.2 当 tag 为 aura, baloto, bancodobrasil, boleto, hipercard, itau, webpay 时,还需另外增加下面字段
+##### 13.1.2 当 tag 为 aura, baloto, bancodobrasil, boleto, hipercard, itau, webpay 时,还需另外增加下面参数
 
 | 参数        | 类型   | 属性 | 描述                                                         |
 | ----------- | ------ | ---- | ------------------------------------------------------------ |
@@ -524,33 +524,33 @@ CVV2: 900
 | zipcode     | String | M    | Consumer's zip/postal code                                   |
 | dob         | String | O    | Date of birth, format YYYYMMDD                               |
 
-##### 13.1.3 当 tag 为 dragonpay, enets, singpost 时,还需另外增加下面字段
+##### 13.1.3 当 tag 为 dragonpay, enets, singpost 时,还需另外增加下面参数
 
 | 参数  | 类型   | 属性 | 描述                                                   |
 | ----- | ------ | ---- | ------------------------------------------------------ |
 | email | String | M    | RFC compliant email address of the account holder      |
 | phone | String | M    | Valid international phone number of the account holder |
 
-##### 13.1.4 当 tag 为 giropay, directpay 时,还需另外增加下面字段
+##### 13.1.4 当 tag 为 giropay, directpay 时,还需另外增加下面参数
 
 | 参数 | 类型   | 属性 | 描述                                                        |
 | ---- | ------ | ---- | ----------------------------------------------------------- |
 | bic  | String | O    | Valid BIC (8 or 11 alphanumeric letters) of consumer’s bank |
 
-##### 13.1.5 当 tag 为 payu, p24, safetypay 时,还需另外增加下面字段
+##### 13.1.5 当 tag 为 payu, p24, safetypay 时,还需另外增加下面参数
 
 | 参数  | 类型   | 属性 | 描述                                              |
 | ----- | ------ | ---- | ------------------------------------------------- |
 | email | String | M    | RFC compliant email address of the account holder |
 
-##### 13.1.6 当 tag 为 qiwi 时,还需另外增加下面字段
+##### 13.1.6 当 tag 为 qiwi 时,还需另外增加下面参数
 
 | 参数        | 类型   | 属性 | 描述                                                         |
 | ----------- | ------ | ---- | ------------------------------------------------------------ |
 | mobilephone | String | M    | Valid international Russian mobile phone number identifying the QIWI destination account to pay out to (excluding plus sign or any other international prefixes, including a leading 7 for Russia, 11 digits in total, e.g. 71234567890). |
 | siteid      | String | M    | Unique site identifier, forwarded to qiwi. Required for clients serving multiple points of sale. |
 
-##### 13.1.7 当 tag 为 skrill 时,还需另外增加下面字段
+##### 13.1.7 当 tag 为 skrill 时,还需另外增加下面参数
 
 | 参数    | 类型   | 属性 | 描述                                              |
 | ------- | ------ | ---- | ------------------------------------------------- |
@@ -559,20 +559,20 @@ CVV2: 900
 | zipcode | String | O    | Consumer's zip/postal code                        |
 | city    | String | O    | Consumer’s city                                   |
 
-##### 13.1.8 当 tag 为 sepaddmodela 时,还需另外增加下面字段
+##### 13.1.8 当 tag 为 sepaddmodela 时,还需另外增加下面参数
 
 | 参数  | 类型   | 属性 | 描述                                              |
 | ----- | ------ | ---- | ------------------------------------------------- |
 | email | String | M    | RFC compliant email address of the account holder |
 | iban  | String | M    | Valid IBAN                                        |
 
-##### 13.1.9 当 tag 为 bcmc 时,还需另外增加下面字段
+##### 13.1.9 当 tag 为 bcmc 时,还需另外增加下面参数
 
 | 参数  | 类型   | 属性 | 描述                                              |
 | ----- | ------ | ---- | ------------------------------------------------- |
 | BEPURL | String | O    | Trigger URL for mobile payment options in the form BEP://1BC.GIROGATE.DE/BCMC/123456789$ICAE3BUIH5P9U53Y5HKA9CRT (contrived example). |
 
-##### 13.1.10 当 tag 为 santander, pagofacil, rapipago 时,还需另外增加下面字段
+##### 13.1.10 当 tag 为 santander, pagofacil, rapipago 时,还需另外增加下面参数
 
 | 参数  | 类型   | 属性 | 描述                                              |
 | ----- | ------ | ---- | ------------------------------------------------- |
@@ -580,7 +580,7 @@ CVV2: 900
 | consumerref  | String | O    | Unique reference identifying the consumer, has to satisfy the following regular expression: [A-Za-z0-9.%,&/+*$-]{1,20} |
 | email  | String | M    | RFC compliant email address of the account holder      |
 
-##### 13.1.11 当 tag 为 konbini, payeasy 时,还需另外增加下面字段
+##### 13.1.11 当 tag 为 konbini, payeasy 时,还需另外增加下面参数
 
 | 参数  | 类型   | 属性 | 描述                                              |
 | ----- | ------ | ---- | ------------------------------------------------- |
@@ -588,7 +588,7 @@ CVV2: 900
 | email | String | M    | RFC compliant email address of the account holder|
 | iteminfo | String | M    | Information about the item(s) being purchased, displayed on the payment page (up to 22 characters) |
 
-##### 13.1.12 当 tag 为 doku, ovo 时,还需另外增加下面字段
+##### 13.1.12 当 tag 为 doku, ovo 时,还需另外增加下面参数
 
 | 参数       | 类型   | 属性 | 描述                                                         |
 | ---------- | ------ | ---- | ------------------------------------------------------------ |
@@ -599,7 +599,7 @@ CVV2: 900
 
 #### 14.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述 |
 | --------- | ------ | ---- | ---- |
@@ -620,7 +620,7 @@ CVV2: 900
 
 #### 15.1 H5支付
 
- 消费接口专属字段
+ 消费接口专属参数
 
 | 参数      | 类型   | 属性 | 描述 |
 | --------- | ------ | ---- | ---- |