Browse Source

createcashier请求参数增加timeout

tao.zhou 6 months ago
parent
commit
f00d530d92

+ 3 - 3
AllPay_Integration_Specification_CH.md

@@ -112,7 +112,7 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 | OsVersion     | String(20)   | 否    | 用户操作系统版本。示例:"10.0.19043" |
 | OsVersion     | String(20)   | 否    | 用户操作系统版本。示例:"10.0.19043" |
 | userIP     | String(20)   | 是    | 用户IP |
 | userIP     | String(20)   | 是    | 用户IP |
 | userID     | String(20)   | 是    | 用户在商家的唯一ID |
 | userID     | String(20)   | 是    | 用户在商家的唯一ID |
-| logisticsStreet     | String(200)   | 是   | 收货地址。若为虚拟物品,填写用户邮箱地址 |
+| logisticsAddress     | String(200)   | 是   | 收货地址。若为虚拟物品,填写用户邮箱地址 |
 
 
 **4. 响应参数**
 **4. 响应参数**
 
 
@@ -161,6 +161,8 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 | OsVersion           | String(20)     | 否    | 操作系统版本。示例:"10.0.19043" |
 | OsVersion           | String(20)     | 否    | 操作系统版本。示例:"10.0.19043" |
 | userIP     | String(20)   | 是    | 用户IP |
 | userIP     | String(20)   | 是    | 用户IP |
 | userID     | String(20)   | 是    | 用户在商家的唯一ID |
 | userID     | String(20)   | 是    | 用户在商家的唯一ID |
+| logisticsAddress     | String(200)   | 是   | 收货地址。若为虚拟物品,填写用户邮箱地址 |
+| timeout    | String(5)   | 否    | 超时时长。最小为60秒,如果指定小于60秒或不指定,则默认为1800秒。示例:"300"表示300秒。 |
 
 
   订单物流信息,部分渠道的国际卡支付方式要求上送,具体与支持人员沟通。
   订单物流信息,部分渠道的国际卡支付方式要求上送,具体与支持人员沟通。
 
 
@@ -716,10 +718,8 @@ signature: 40f1e5adebba58cc7822dac0b3a2bfebb6676e245370be027cdfb952695bee29
 | 参数          | 类型       | 必填 | 描述                                                         |
 | 参数          | 类型       | 必填 | 描述                                                         |
 | ------------- | ---------- | ---- | ------------------------------------------------------------ |
 | ------------- | ---------- | ---- | ------------------------------------------------------------ |
 | version       | String(12) | 是    | 统一填写为“VER000000005”                                     |
 | version       | String(12) | 是    | 统一填写为“VER000000005”                                     |
-| customerId    | String(60)  | 是   | 用户ID |
 | orderNum      | String(60) | 是    | 签约订单号 |
 | orderNum      | String(60) | 是    | 签约订单号 |
 | merID         | String(15) | 是    | 商户 ID,由 GoAllPay 分配                                       |
 | merID         | String(15) | 是    | 商户 ID,由 GoAllPay 分配                                       |
-| sub_brand_code| String(20) | 否    | 子品牌。paymentSchema为"AliPayPlus"时必填 |
 | paymentSchema | String(20) | 是    | 渠道ID:"AliPayPlus"或"FC" |
 | paymentSchema | String(20) | 是    | 渠道ID:"AliPayPlus"或"FC" |
 | transTime     | String(14) | 是    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | transTime     | String(14) | 是    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(10) | 是    | SHA256                                                          |
 | signType      | String(10) | 是    | SHA256                                                          |

+ 3 - 3
AllPay_Integration_Specification_EN.md

@@ -110,7 +110,7 @@ This interface provides the function of purchase transaction for access merchant
 | OsVersion     | String(20)   | No   | OS version. Example: "10.0.19043" |
 | OsVersion     | String(20)   | No   | OS version. Example: "10.0.19043" |
 | userIP     | String(20)   | Yes    | User IP |
 | userIP     | String(20)   | Yes    | User IP |
 | userID     | String(20)   | Yes    | The user's unique ID at the merchant. |
 | userID     | String(20)   | Yes    | The user's unique ID at the merchant. |
-| logisticsStreet     | String(200)   | Yes   | Shipping address. If it is a virtual item, fill in the user's email. |
+| logisticsAddress     | String(200)   | Yes   | Shipping address. If it is a virtual item, fill in the user's email. |
 
 
 **4. Response parameters**
 **4. Response parameters**
 
 
@@ -159,6 +159,8 @@ This interface provides the function of purchase transaction for access merchant
 | OsVersion     | String(20)   | No   | OS version. Example: "10.0.19043" |
 | OsVersion     | String(20)   | No   | OS version. Example: "10.0.19043" |
 | userIP     | String(20)   | Yes    | User IP |
 | userIP     | String(20)   | Yes    | User IP |
 | userID     | String(20)   | Yes    | The user's unique ID at the merchant. |
 | userID     | String(20)   | Yes    | The user's unique ID at the merchant. |
+| logisticsAddress     | String(200)   | Yes   | Shipping address. If it is a virtual item, fill in the user's email. |
+| timeout    | String(5)   | No    | Timeout seconds. The minimum value is 60 seconds. If the value is less than 60 seconds or is not specified, the default value is 1800 seconds. Example: "300" means 300 seconds. |
 
 
   Order logistics information, international card payment methods of some channels are required, please communicate with the support staff for details.
   Order logistics information, international card payment methods of some channels are required, please communicate with the support staff for details.
 
 
@@ -763,10 +765,8 @@ To refund the payments which are more than 90 days ago, the merchant can't proce
 | parameter          | Type         | Required | Description          |
 | parameter          | Type         | Required | Description          |
 | ------------- | ---------- | ---- | ------------------------------------------------------------ |
 | ------------- | ---------- | ---- | ------------------------------------------------------------ |
 | version       | String(12)   | Yes    | "VER000000005" |
 | version       | String(12)   | Yes    | "VER000000005" |
-| customerId    | String(60)   | Yes    | User ID |
 | orderNum      | String(60)   | Yes    | Apply token order number |
 | orderNum      | String(60)   | Yes    | Apply token order number |
 | merID         | String(15)   | Yes    | Merchant ID |
 | merID         | String(15)   | Yes    | Merchant ID |
-| sub_brand_code| String(20) | No    | Sub brand code. Required when paymentSchema is "AliPayPlus" |
 | paymentSchema | String(20) | Yes    | Channel ID:"AliPayPlus" or "FC" |
 | paymentSchema | String(20) | Yes    | Channel ID:"AliPayPlus" or "FC" |
 | transTime     | String(14)   | Yes    | Transaction time, format: "yyyyMMddHHmmss" |
 | transTime     | String(14)   | Yes    | Transaction time, format: "yyyyMMddHHmmss" |
 | signType      | String(10)   | Yes    | "SHA256" |
 | signType      | String(10)   | Yes    | "SHA256" |

+ 5 - 4
payExclusive_CH.md

@@ -738,7 +738,7 @@ CVV2: 123
 | 参数           | 类型   | 必填 | 描述                                                         |
 | 参数           | 类型   | 必填 | 描述                                                         |
 | -------------- | ------ | ---- | ------------------------------------------------------------ |
 | -------------- | ------ | ---- | ------------------------------------------------------------ |
 | tradeFrom      | String | 是    | "H5"                                                         |
 | tradeFrom      | String | 是    | "H5"                                                         |
-| sub_brand_code | String | 是    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" 选其中一个上送 |
+| sub_brand_code | String | 是    | 选项:"alipay_cn", "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi", "connect_wallet", "rabbit_line_pay", "boost", "akulaku_paylater", "billease" |
 
 
 **响应参数parameter详情**
 **响应参数parameter详情**
 
 
@@ -753,7 +753,7 @@ CVV2: 123
 | 参数      | 类型   | 必填 | 描述  |
 | 参数      | 类型   | 必填 | 描述  |
 | --------- | ------ | ---- | ----- |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | 是    | "WEB" |
 | tradeFrom | String | 是    | "WEB" |
-| sub_brand_code | String | 是    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" 选其中一个上送 |
+| sub_brand_code | String | 是    | 选项:"alipay_cn", "gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi", "connect_wallet", "rabbit_line_pay", "boost", "akulaku_paylater", "billease"  |
 
 
 **响应参数parameter详情**
 **响应参数parameter详情**
 
 
@@ -770,7 +770,7 @@ CVV2: 123
 | 参数      | 类型   | 必填 | 描述     |
 | 参数      | 类型   | 必填 | 描述     |
 | --------- | ------ | ---- | -------- |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | 是    | "QRCODE" |
 | tradeFrom | String | 是    | "QRCODE" |
-| sub_brand_code | String | 是    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" 选其中一个上送 |
+| sub_brand_code | String | 是    | 选项:"alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" |
 
 
 **响应参数parameter详情**
 **响应参数parameter详情**
 
 
@@ -785,7 +785,7 @@ CVV2: 123
 | 参数      | 类型   | 必填 | 描述  |
 | 参数      | 类型   | 必填 | 描述  |
 | --------- | ------ | ---- | ----- |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | 是    | "APP" |
 | tradeFrom | String | 是    | "APP" |
-| sub_brand_code | String | 是    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" 选其中一个上送 |
+| sub_brand_code | String | 是    | 选项:"alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" |
 
 
 **响应参数parameter详情**
 **响应参数parameter详情**
 
 
@@ -803,6 +803,7 @@ CVV2: 123
 | 参数      | 类型   | 必填 | 描述     |
 | 参数      | 类型   | 必填 | 描述     |
 | --------- | ------ | ---- | -------- |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | 是    | "APPLET" |
 | tradeFrom | String | 是    | "APPLET" |
+| sub_brand_code | String | 是    | 选项:"alipay_cn" |
 
 
 **响应参数parameter详情**
 **响应参数parameter详情**
 
 

+ 4 - 4
payExclusive_EN.md

@@ -724,7 +724,7 @@ CVV2: 123
 | Parameter | Type | Required | Description |
 | Parameter | Type | Required | Description |
 | -------------- | ------ | ---- | ------------------------------------------------------------ |
 | -------------- | ------ | ---- | ------------------------------------------------------------ |
 | tradeFrom      | String | Yes    | "H5"                                                         |
 | tradeFrom      | String | Yes    | "H5"                                                         |
-| sub_brand_code | String | Yes    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay"<br>Choose one of them. |
+| sub_brand_code | String | Yes    | Options: "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay", "boost", "akulaku_paylater", "billease" |
 
 
 **Response parameter "parameter" details**
 **Response parameter "parameter" details**
 
 
@@ -739,7 +739,7 @@ CVV2: 123
 | Parameter | Type | Required | Description |
 | Parameter | Type | Required | Description |
 | --------- | ------ | ---- | ----- |
 | --------- | ------ | ---- | ----- |
 | tradeFrom | String | Yes    | "WEB" |
 | tradeFrom | String | Yes    | "WEB" |
-| sub_brand_code | String | Yes    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay"<br>Choose one of them. |
+| sub_brand_code | String | Yes    | Options: "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay", "boost", "akulaku_paylater", "billease" |
 
 
 **Response parameter "parameter" details**
 **Response parameter "parameter" details**
 
 
@@ -756,7 +756,7 @@ CVV2: 123
 | Parameter | Type | Required | Description |
 | Parameter | Type | Required | Description |
 | --------- | ------ | ---- | -------- |
 | --------- | ------ | ---- | -------- |
 | tradeFrom | String | Yes    | "QRCODE" |
 | tradeFrom | String | Yes    | "QRCODE" |
-| sub_brand_code | String | Yes    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay"<br>Choose one of them. |
+| sub_brand_code | String | Yes    | Options: "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" |
 
 
 **Response parameter "parameter" details**
 **Response parameter "parameter" details**
 
 
@@ -771,7 +771,7 @@ CVV2: 123
 | Parameter | Type | Required | Description |
 | Parameter | Type | Required | Description |
 | -------------- | ------ | ---- | ------------------------------------------------------------ |
 | -------------- | ------ | ---- | ------------------------------------------------------------ |
 | tradeFrom      | String | Yes    | "APP"                                                         |
 | tradeFrom      | String | Yes    | "APP"                                                         |
-| sub_brand_code | String | Yes    | "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay"<br>Choose one of them. |
+| sub_brand_code | String | Yes    | Options: "alipay_cn","gcash", "dana", "kakaopay", "alipay_hk", "truemoney", "tng", "bpi","connect_wallet","rabbit_line_pay" |
 
 
 **Response parameter "parameter" details**
 **Response parameter "parameter" details**
 
 

+ 5 - 1
paymentSchema.md

@@ -32,4 +32,8 @@ IDEAL|IDEAL
 Evonet|Evonet
 Evonet|Evonet
 PandaPay|PandaPay
 PandaPay|PandaPay
 FUIOU|FUIOU
 FUIOU|FUIOU
-UQPAY|UQPAY
+UQPAY|UQPAY
+Payssion|Payssion
+BBVA Bancomer|BBVA_Bancomer
+Banorte|Banorte
+Santander|Santander