Browse Source

更新 'payExclusive_CH.md'

benson.zhang 1 year ago
parent
commit
fe2e7da877
1 changed files with 53 additions and 1 deletions
  1. 53 1
      payExclusive_CH.md

+ 53 - 1
payExclusive_CH.md

@@ -1316,4 +1316,56 @@ CVV2: 123
 
 | 参数     | 类型   | 必填 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
-| code_url | String | 否    | 二维码字符串 |
+| code_url | String | 否    | 二维码字符串 |
+
+
+
+### 26. P24渠道
+
+#### 26.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| email | String | 是    | Must contain valid e-mail of customer|
+| phone | String | 是    | Must contain valid phone number of customer |
+| firstname | String | 是    | Customer first name |
+| lastname | String | 是    | Customer last name |
+| address | String | 是    | address |
+| zip_code | String | 是    | ZIP code |
+| city | String | 是    | City |
+| country | String(2) | 是    |Country code in ISO 3166. |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |
+
+
+
+### 27. Paysafecard渠道
+
+#### 27.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| email | String | 是    | Must contain valid e-mail of customer|
+| phone | String | 是    | Must contain valid phone number of customer |
+| firstname | String | 是    | Customer first name |
+| lastname | String | 是    | Customer last name |
+| address | String | 是    | address |
+| zip_code | String | 是    | ZIP code |
+| city | String | 是    | City |
+| country | String(2) | 是    |Country code in ISO 3166. |
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |