Browse Source

PIX删除参数document_id,另外增加P24,Paysafecard渠道

tao.zhou 1 year ago
parent
commit
feaba597fd
3 changed files with 62 additions and 10 deletions
  1. 6 7
      payExclusive_CH.md
  2. 53 2
      payExclusive_EN.md
  3. 3 1
      paymentSchema.md

+ 6 - 7
payExclusive_CH.md

@@ -76,6 +76,10 @@
     - [24.1 H5支付](#241-h5支付)
   - [25 PayNow渠道](#25-paynow渠道)
     - [25.1 二维码无跳转模式](#251-二维码无跳转模式)
+  - [26. P24渠道](#26-p24渠道)
+    - [26.1 H5支付](#261-h5支付)
+  - [27. Paysafecard渠道](#27-paysafecard渠道)
+    - [27.1 H5支付](#271-h5支付)
 
 ### 1. WX渠道
 
@@ -1129,7 +1133,6 @@ 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 |
@@ -1318,8 +1321,6 @@ CVV2: 123
 | -------- | ------ | ---- | ------------------------------- |
 | code_url | String | 否    | 二维码字符串 |
 
-
-
 ### 26. P24渠道
 
 #### 26.1 H5支付
@@ -1336,7 +1337,7 @@ CVV2: 123
 | address | String | 是    | address |
 | zip_code | String | 是    | ZIP code |
 | city | String | 是    | City |
-| country | String(2) | 是    |Country code in ISO 3166. |
+| country | String(2) | 是    |Country code in ISO 3166. Example: PL |
 
 **响应参数parameter详情**
 
@@ -1344,8 +1345,6 @@ CVV2: 123
 | -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |
 
-
-
 ### 27. Paysafecard渠道
 
 #### 27.1 H5支付
@@ -1362,7 +1361,7 @@ CVV2: 123
 | address | String | 是    | address |
 | zip_code | String | 是    | ZIP code |
 | city | String | 是    | City |
-| country | String(2) | 是    |Country code in ISO 3166. |
+| country | String(2) | 是    |Country code in ISO 3166. Example: DE |
 
 **响应参数parameter详情**
 

+ 53 - 2
payExclusive_EN.md

@@ -75,6 +75,10 @@
     - [24.1 H5 mode](#241-h5-mode)
   - [25 PayNow](#25-paynow)
     - [25.1 QR code no jump mode](#251-qr-code-no-jump-mode)
+  - [26. P24](#26-p24)
+    - [26.1 H5 mode](#261-h5-mode)
+  - [27. Paysafecard](#27-paysafecard)
+    - [27.1 H5 mode](#271-h5-mode)
 
 ### 1. WX
 
@@ -1117,7 +1121,6 @@ CVV2: 123
 | Parameter | Type | Required | Description |
 | --------- | ------ | ---- | ---- |
 | tradeFrom | String | Yes    | "H5" |
-| document_id | String | Yes    | 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 |
@@ -1304,4 +1307,52 @@ CVV2: 123
 
 | Parameter | Type | Required | Description |
 | -------- | ------ | ---- | ------------------------------- |
-| code_url | String | No    | QR code string |
+| code_url | String | No    | QR code string |
+
+### 26. P24
+
+#### 26.1 H5 mode
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | Yes    | "H5" |
+| 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 |
+| 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: PL |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | No    | Cashier URL |
+
+### 27. Paysafecard
+
+#### 27.1 H5 mode
+
+ **Request parameters**
+
+| Parameter | Type | Required | Description |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | Yes    | "H5" |
+| 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 |
+| 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: DE |
+
+**Response parameter "parameter" details**
+
+| Parameter | Type | Required | Description |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | No    | Cashier URL |

+ 3 - 1
paymentSchema.md

@@ -25,4 +25,6 @@ OXXO|OXXO
 SPEI|SPEI
 Pago Efectivo|PagoEfectivo
 Interbank|Interbank
-PayNow|PayNow
+PayNow|PayNow
+P24|P24
+Paysafecard|Paysafecard