tao.zhou 10 months ago
parent
commit
5975628269
4 changed files with 13 additions and 10 deletions
  1. 4 8
      AllPay_Integration_Specification_CH.md
  2. 4 1
      payExclusive_CH.md
  3. 3 0
      payExclusive_EN.md
  4. 2 1
      paymentSchema.md

+ 4 - 8
AllPay_Integration_Specification_CH.md

@@ -5,6 +5,8 @@
 * 更新时间:2022 年 11 月
 
 ## 目录
+- [GoAllPay在线支付接入规范文档V5.2.3](#goallpay在线支付接入规范文档v523)
+  - [目录](#目录)
   - [1. 概述](#1-概述)
   - [2. API说明](#2-api说明)
     - [2.1 交易流程](#21-交易流程)
@@ -904,16 +906,10 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 
 响应字符串`OK`
 
-
-
-
-
 ### 4.12 检查token状态
 
 **1. 请求路径**
 
-**2. 请求路径**
-
  /api/checkToken
 
 **2. 请求参数** 
@@ -927,7 +923,7 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 | signType   | String(10) | 是   | SHA256                           |
 | signature  | String(32) | 是   | 签名                             |
 
-**4. 响应参数**
+**3. 响应参数**
 
 | 参数            | 类型       | 必填 | 描述                                             |
 | --------------- | ---------- | ---- | ------------------------------------------------ |
@@ -936,7 +932,7 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 | merID           | String(15) | 是   | 商户ID                                           |
 | RespCode        | String(2)  | 是   | 应答码 00-成功,01-失败。详情见本文档第5章应答码 |
 | RespMsg         | String(20) | 是   | 应答消息                                         |
-| status          | String(20  | 是   | normal,invalid,non-existent                      |
+| status          | String(20) | 是   | normal,invalid,non-existent                      |
 | customerId      | String(60) | 是   | 用户ID                                           |
 | transTime       | String(14) | 是   | 交易时间,格式:"yyyyMMddHHmmss"                 |
 | signType        | String(10) | 是   | SHA256                                           |

+ 4 - 1
payExclusive_CH.md

@@ -2,6 +2,8 @@
 
 ### 目录:
 
+- [渠道专属参数](#渠道专属参数)
+  - [目录:](#目录)
   - [1. WX渠道](#1-wx渠道)
     - [1.1 二维码无跳转模式](#11-二维码无跳转模式)
     - [1.2 二维码跳转模式](#12-二维码跳转模式)
@@ -86,7 +88,7 @@
     - [29.1 H5支付](#291-h5支付)
     - [29.2 参数返回型支付](#292-参数返回型支付)
     - [29.3 二维码模式](#293-二维码模式)
-- [30. PandaPay渠道](#30-PandaPay渠道)
+  - [30. PandaPay渠道](#30-pandapay渠道)
     - [30.1 H5支付](#301-h5支付)
   
 
@@ -1143,6 +1145,7 @@ CVV2: 123
 | 参数      | 类型   | 必填 | 描述 |
 | --------- | ------ | ---- | ---- |
 | tradeFrom | String | 是    | "H5" |
+| document_id | String | 是    | Document ID of the consumer. Consumer's Brazilian Identification Number(CPF or CNPJ). Must be string between 11 and 14 digits and to have full cpf validation.|
 | email | String | 是    | Must contain valid e-mail of customer|
 | phone | String | 是    | Must contain valid phone number of customer |
 | firstname | String | 是    | Customer first name |

+ 3 - 0
payExclusive_EN.md

@@ -2,6 +2,8 @@
 
 ### Table of Contents:
 
+- [Channel exclusive fields](#channel-exclusive-fields)
+  - [Table of Contents:](#table-of-contents)
   - [1. WX](#1-wx)
     - [1.1 QR code no jump mode](#11-qr-code-no-jump-mode)
     - [1.2 QR code jump mode](#12-qr-code-jump-mode)
@@ -1132,6 +1134,7 @@ CVV2: 123
 | Parameter | Type | Required | Description |
 | --------- | ------ | ---- | ---- |
 | tradeFrom | String | Yes    | "H5" |
+| document_id | String | 是    | Document ID of the consumer. Consumer's Brazilian Identification Number(CPF or CNPJ). Must be string between 11 and 14 digits and to have full cpf validation.|
 | email | String | Yes    | Must contain valid e-mail of customer|
 | phone | String | Yes    | Must contain valid phone number of customer |
 | firstname | String | Yes    | Customer first name |

+ 2 - 1
paymentSchema.md

@@ -29,4 +29,5 @@ PayNow|PayNow
 P24|P24
 Paysafecard|Paysafecard
 IDEAL|IDEAL
-Evonet|Evonet
+Evonet|Evonet
+PandaPay|PandaPay