tencentcloud-sdk-nodejs 4.0.289 → 4.0.293
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +494 -0
- package/SERVICE_CHANGELOG.md +477 -37
- package/package.json +1 -1
- package/products.md +164 -164
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +4 -3
- package/src/services/batch/v20170312/batch_models.ts +15 -15
- package/src/services/cdb/v20170320/cdb_models.ts +17 -17
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +36 -4
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +72 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +34 -10
- package/src/services/ckafka/v20190819/ckafka_models.ts +151 -46
- package/src/services/clb/v20180317/clb_client.ts +29 -15
- package/src/services/clb/v20180317/clb_models.ts +94 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +209 -46
- package/src/services/cpdp/v20190820/cpdp_models.ts +2012 -541
- package/src/services/cvm/v20170312/cvm_models.ts +26 -16
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +199 -58
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1668 -1113
- package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
- package/src/services/eb/v20210416/eb_client.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +12 -0
- package/src/services/gaap/v20180529/gaap_models.ts +51 -6
- package/src/services/iecp/v20210914/iecp_client.ts +5 -5
- package/src/services/iecp/v20210914/iecp_models.ts +5 -5
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +25 -1
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +69 -4
- package/src/services/mariadb/v20170312/mariadb_client.ts +21 -5
- package/src/services/mariadb/v20170312/mariadb_models.ts +164 -69
- package/src/services/mna/v20210119/mna_client.ts +3 -0
- package/src/services/mna/v20210119/mna_models.ts +75 -0
- package/src/services/monitor/v20180724/monitor_models.ts +21 -2
- package/src/services/rum/v20210622/rum_models.ts +12 -12
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
- package/src/services/tiw/v20190919/tiw_models.ts +6 -6
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +15 -15
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -17
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +61 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +129 -41
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +80 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +61 -13
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +90 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1714 -463
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +47 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +69 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1409 -933
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
- package/tencentcloud/services/eb/v20210416/eb_client.js +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +10 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -5
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +60 -4
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +141 -59
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +63 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +18 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -12
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/clb.v20180317.test.js +14 -4
- package/test/cpdp.v20190820.test.js +132 -12
- package/test/cynosdb.v20190107.test.js +112 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/iotcloud.v20180614.test.js +20 -0
- package/test/mariadb.v20170312.test.js +10 -0
|
@@ -423,6 +423,31 @@ export interface MigrateOrderRefundQueryResponse {
|
|
|
423
423
|
RequestId?: string
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
+
/**
|
|
427
|
+
* QueryOpenBankPaymentOrder请求参数结构体
|
|
428
|
+
*/
|
|
429
|
+
export interface QueryOpenBankPaymentOrderRequest {
|
|
430
|
+
/**
|
|
431
|
+
* 渠道商户号。外部接入平台入驻云企付平台下发。
|
|
432
|
+
*/
|
|
433
|
+
ChannelMerchantId: string
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* 外部商户订单号。与ChannelOrderId不能同时为空字符串。
|
|
437
|
+
*/
|
|
438
|
+
OutOrderId: string
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* 云平台订单号。与OutOrderId不能同时为空字符串。
|
|
442
|
+
*/
|
|
443
|
+
ChannelOrderId: string
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境。
|
|
447
|
+
*/
|
|
448
|
+
Environment?: string
|
|
449
|
+
}
|
|
450
|
+
|
|
426
451
|
/**
|
|
427
452
|
* QueryOutwardOrder请求参数结构体
|
|
428
453
|
*/
|
|
@@ -836,6 +861,42 @@ export interface QueryContractRelateShopResponse {
|
|
|
836
861
|
RequestId?: string
|
|
837
862
|
}
|
|
838
863
|
|
|
864
|
+
/**
|
|
865
|
+
* 子商户进件返回结果
|
|
866
|
+
*/
|
|
867
|
+
export interface CreateOpenBankExternalSubMerchantRegistrationResult {
|
|
868
|
+
/**
|
|
869
|
+
* 进件状态。
|
|
870
|
+
__SUCCESS__: 进件成功
|
|
871
|
+
__FAILED__: 进件失败
|
|
872
|
+
__PROCESSING__: 进件中
|
|
873
|
+
注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。
|
|
874
|
+
*/
|
|
875
|
+
RegistrationStatus: string
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* 进件返回描述, 例如失败原因等。
|
|
879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
880
|
+
*/
|
|
881
|
+
RegistrationMessage: string
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* 渠道进件序列号。
|
|
885
|
+
*/
|
|
886
|
+
ChannelRegistrationNo: string
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* 渠道子商户ID。
|
|
890
|
+
*/
|
|
891
|
+
ChannelSubMerchantId: string
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* 第三方渠道返回信息, 为JSON格式字符串。详情见附录-复杂类型。
|
|
895
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
896
|
+
*/
|
|
897
|
+
ExternalReturnData: string
|
|
898
|
+
}
|
|
899
|
+
|
|
839
900
|
/**
|
|
840
901
|
* RefundTlinxOrder请求参数结构体
|
|
841
902
|
*/
|
|
@@ -1092,6 +1153,26 @@ export interface MerchantPayWayData {
|
|
|
1092
1153
|
TicketName: string
|
|
1093
1154
|
}
|
|
1094
1155
|
|
|
1156
|
+
/**
|
|
1157
|
+
* 云企付-查询对账单文件下载url
|
|
1158
|
+
*/
|
|
1159
|
+
export interface QueryOpenBankDownLoadUrlResult {
|
|
1160
|
+
/**
|
|
1161
|
+
* 供下一步请求账单文件的下载地址。
|
|
1162
|
+
*/
|
|
1163
|
+
DownloadUrl: string
|
|
1164
|
+
|
|
1165
|
+
/**
|
|
1166
|
+
* 从 download_url 下载的文件的哈希值,用于校验文件的完整性。
|
|
1167
|
+
*/
|
|
1168
|
+
HashValue: string
|
|
1169
|
+
|
|
1170
|
+
/**
|
|
1171
|
+
* 从 download_url 下载的文件的哈希类型,用于校验文件的完整性。
|
|
1172
|
+
*/
|
|
1173
|
+
HashType: string
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1095
1176
|
/**
|
|
1096
1177
|
* BindAccount返回参数结构体
|
|
1097
1178
|
*/
|
|
@@ -1138,6 +1219,59 @@ export interface CreateInvoiceResultData {
|
|
|
1138
1219
|
OrderSn: string
|
|
1139
1220
|
}
|
|
1140
1221
|
|
|
1222
|
+
/**
|
|
1223
|
+
* UnbindOpenBankExternalSubMerchantBankAccount请求参数结构体
|
|
1224
|
+
*/
|
|
1225
|
+
export interface UnbindOpenBankExternalSubMerchantBankAccountRequest {
|
|
1226
|
+
/**
|
|
1227
|
+
* 渠道商户ID。
|
|
1228
|
+
*/
|
|
1229
|
+
ChannelMerchantId: string
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* 渠道子商户ID。
|
|
1233
|
+
*/
|
|
1234
|
+
ChannelSubMerchantId: string
|
|
1235
|
+
|
|
1236
|
+
/**
|
|
1237
|
+
* 渠道名称。
|
|
1238
|
+
__TENPAY__: 商企付
|
|
1239
|
+
__WECHAT__: 微信支付
|
|
1240
|
+
__ALIPAY__: 支付宝
|
|
1241
|
+
*/
|
|
1242
|
+
ChannelName: string
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* 支付方式。
|
|
1246
|
+
__EBANK_PAYMENT__: ebank支付
|
|
1247
|
+
__OPENBANK_PAYMENT__: openbank支付
|
|
1248
|
+
*/
|
|
1249
|
+
PaymentMethod: string
|
|
1250
|
+
|
|
1251
|
+
/**
|
|
1252
|
+
* 绑卡序列号。
|
|
1253
|
+
*/
|
|
1254
|
+
BindSerialNo: string
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* 外部申请编号。
|
|
1258
|
+
*/
|
|
1259
|
+
OutApplyId: string
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* 通知地址。
|
|
1263
|
+
*/
|
|
1264
|
+
NotifyUrl?: string
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* 环境类型。
|
|
1268
|
+
__release__:生产环境
|
|
1269
|
+
__sandbox__:沙箱环境
|
|
1270
|
+
_不填默认为生产环境_
|
|
1271
|
+
*/
|
|
1272
|
+
Environment?: string
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1141
1275
|
/**
|
|
1142
1276
|
* 创建红票明细
|
|
1143
1277
|
*/
|
|
@@ -1179,6 +1313,32 @@ export interface AddMerchantResult {
|
|
|
1179
1313
|
MerchantNo: string
|
|
1180
1314
|
}
|
|
1181
1315
|
|
|
1316
|
+
/**
|
|
1317
|
+
* CloseOpenBankPaymentOrder返回参数结构体
|
|
1318
|
+
*/
|
|
1319
|
+
export interface CloseOpenBankPaymentOrderResponse {
|
|
1320
|
+
/**
|
|
1321
|
+
* 业务系统返回码,SUCCESS表示成功,其他表示失败。
|
|
1322
|
+
*/
|
|
1323
|
+
ErrCode: string
|
|
1324
|
+
|
|
1325
|
+
/**
|
|
1326
|
+
* 业务系统返回消息
|
|
1327
|
+
*/
|
|
1328
|
+
ErrMessage: string
|
|
1329
|
+
|
|
1330
|
+
/**
|
|
1331
|
+
* 关单响应对象
|
|
1332
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1333
|
+
*/
|
|
1334
|
+
Result: CloseOpenBankPaymentOrderResult
|
|
1335
|
+
|
|
1336
|
+
/**
|
|
1337
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1338
|
+
*/
|
|
1339
|
+
RequestId?: string
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1182
1342
|
/**
|
|
1183
1343
|
* CreateTransferBatch返回参数结构体
|
|
1184
1344
|
*/
|
|
@@ -1779,6 +1939,31 @@ export interface QueryMerchantClassificationRequest {
|
|
|
1779
1939
|
Profile?: string
|
|
1780
1940
|
}
|
|
1781
1941
|
|
|
1942
|
+
/**
|
|
1943
|
+
* 第三方子商户银行卡解绑返回结果
|
|
1944
|
+
*/
|
|
1945
|
+
export interface UnbindOpenBankExternalSubMerchantBankAccountResult {
|
|
1946
|
+
/**
|
|
1947
|
+
* 渠道申请编号。
|
|
1948
|
+
*/
|
|
1949
|
+
ChannelApplyId: string
|
|
1950
|
+
|
|
1951
|
+
/**
|
|
1952
|
+
* 解绑状态。
|
|
1953
|
+
__SUCCESS__: 解绑成功
|
|
1954
|
+
__FAILED__: 解绑失败
|
|
1955
|
+
__PROCESSING__: 解绑中
|
|
1956
|
+
注意:若返回解绑中,需要再次调用解绑结果查询接口查询结果。
|
|
1957
|
+
*/
|
|
1958
|
+
UnbindStatus: string
|
|
1959
|
+
|
|
1960
|
+
/**
|
|
1961
|
+
* 解绑返回描述, 例如失败原因等。
|
|
1962
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1963
|
+
*/
|
|
1964
|
+
UnbindMessage: string
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1782
1967
|
/**
|
|
1783
1968
|
* QuerySingleTransactionStatus返回参数结构体
|
|
1784
1969
|
*/
|
|
@@ -1858,6 +2043,34 @@ export interface QuerySingleTransactionStatusResponse {
|
|
|
1858
2043
|
RequestId?: string
|
|
1859
2044
|
}
|
|
1860
2045
|
|
|
2046
|
+
/**
|
|
2047
|
+
* CreateOpenBankMerchant返回参数结构体
|
|
2048
|
+
*/
|
|
2049
|
+
export interface CreateOpenBankMerchantResponse {
|
|
2050
|
+
/**
|
|
2051
|
+
* 错误码。
|
|
2052
|
+
__SUCCESS__: 成功
|
|
2053
|
+
__其他__: 见附录-错误码表
|
|
2054
|
+
*/
|
|
2055
|
+
ErrCode: string
|
|
2056
|
+
|
|
2057
|
+
/**
|
|
2058
|
+
* 错误消息。
|
|
2059
|
+
*/
|
|
2060
|
+
ErrMessage: string
|
|
2061
|
+
|
|
2062
|
+
/**
|
|
2063
|
+
* 返回结果。
|
|
2064
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2065
|
+
*/
|
|
2066
|
+
Result: CreateOpenBankMerchantResult
|
|
2067
|
+
|
|
2068
|
+
/**
|
|
2069
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2070
|
+
*/
|
|
2071
|
+
RequestId?: string
|
|
2072
|
+
}
|
|
2073
|
+
|
|
1861
2074
|
/**
|
|
1862
2075
|
* 提交申报材料结果
|
|
1863
2076
|
*/
|
|
@@ -2417,6 +2630,34 @@ export interface QueryPayerInfoResponse {
|
|
|
2417
2630
|
RequestId?: string
|
|
2418
2631
|
}
|
|
2419
2632
|
|
|
2633
|
+
/**
|
|
2634
|
+
* BindOpenBankExternalSubMerchantBankAccount返回参数结构体
|
|
2635
|
+
*/
|
|
2636
|
+
export interface BindOpenBankExternalSubMerchantBankAccountResponse {
|
|
2637
|
+
/**
|
|
2638
|
+
* 错误码。
|
|
2639
|
+
__SUCCESS__: 成功
|
|
2640
|
+
__其他__: 见附录-错误码表
|
|
2641
|
+
*/
|
|
2642
|
+
ErrCode: string
|
|
2643
|
+
|
|
2644
|
+
/**
|
|
2645
|
+
* 错误消息。
|
|
2646
|
+
*/
|
|
2647
|
+
ErrMessage: string
|
|
2648
|
+
|
|
2649
|
+
/**
|
|
2650
|
+
* 返回结果。
|
|
2651
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2652
|
+
*/
|
|
2653
|
+
Result: BindOpenBankExternalSubMerchantBankAccountResult
|
|
2654
|
+
|
|
2655
|
+
/**
|
|
2656
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2657
|
+
*/
|
|
2658
|
+
RequestId?: string
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2420
2661
|
/**
|
|
2421
2662
|
* 付款人查询结果
|
|
2422
2663
|
*/
|
|
@@ -2536,36 +2777,23 @@ export interface AddMerchantResponse {
|
|
|
2536
2777
|
}
|
|
2537
2778
|
|
|
2538
2779
|
/**
|
|
2539
|
-
*
|
|
2780
|
+
* RegisterBill返回参数结构体
|
|
2540
2781
|
*/
|
|
2541
|
-
export interface
|
|
2542
|
-
/**
|
|
2543
|
-
* String(20),返回码
|
|
2544
|
-
*/
|
|
2545
|
-
TxnReturnCode?: string
|
|
2546
|
-
|
|
2782
|
+
export interface RegisterBillResponse {
|
|
2547
2783
|
/**
|
|
2548
|
-
*
|
|
2784
|
+
* 银行流水号
|
|
2549
2785
|
*/
|
|
2550
|
-
TxnReturnMsg?: string
|
|
2551
|
-
|
|
2552
|
-
/**
|
|
2553
|
-
* STRING(52),见证系统流水号
|
|
2554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2555
|
-
*/
|
|
2556
2786
|
FrontSeqNo?: string
|
|
2557
2787
|
|
|
2558
2788
|
/**
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
CnsmrSeqNo?: string
|
|
2789
|
+
* 保留字段
|
|
2790
|
+
*/
|
|
2791
|
+
ReservedMessage?: string
|
|
2563
2792
|
|
|
2564
2793
|
/**
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
ReservedMsg?: string
|
|
2794
|
+
* 请求类型
|
|
2795
|
+
*/
|
|
2796
|
+
RequestType?: string
|
|
2569
2797
|
|
|
2570
2798
|
/**
|
|
2571
2799
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2706,6 +2934,89 @@ export interface QueryDownloadBillURLResponse {
|
|
|
2706
2934
|
RequestId?: string
|
|
2707
2935
|
}
|
|
2708
2936
|
|
|
2937
|
+
/**
|
|
2938
|
+
* 云企付-查询订单支付结果
|
|
2939
|
+
*/
|
|
2940
|
+
export interface QueryOpenBankPaymentOrderResult {
|
|
2941
|
+
/**
|
|
2942
|
+
* 渠道商户号。外部接入平台入驻云企付平台下发
|
|
2943
|
+
*/
|
|
2944
|
+
ChannelMerchantId: string
|
|
2945
|
+
|
|
2946
|
+
/**
|
|
2947
|
+
* 外部商户订单号
|
|
2948
|
+
*/
|
|
2949
|
+
OutOrderId: string
|
|
2950
|
+
|
|
2951
|
+
/**
|
|
2952
|
+
* 云企付平台订单号
|
|
2953
|
+
*/
|
|
2954
|
+
ChannelOrderId: string
|
|
2955
|
+
|
|
2956
|
+
/**
|
|
2957
|
+
* 第三方支付平台订单号
|
|
2958
|
+
*/
|
|
2959
|
+
ThirdPayOrderId: string
|
|
2960
|
+
|
|
2961
|
+
/**
|
|
2962
|
+
* INIT:初始化
|
|
2963
|
+
PAYING:支付中
|
|
2964
|
+
DEDUCTED:扣款成功
|
|
2965
|
+
ACCEPTED:支付受理成功
|
|
2966
|
+
SUCCESS:支付成功
|
|
2967
|
+
CLOSED:关单
|
|
2968
|
+
PAY_FAIL:支付失败
|
|
2969
|
+
REVOKE:退票
|
|
2970
|
+
*/
|
|
2971
|
+
OrderStatus: string
|
|
2972
|
+
|
|
2973
|
+
/**
|
|
2974
|
+
* 支付渠道名称,如TENPAY
|
|
2975
|
+
*/
|
|
2976
|
+
ChannelName: string
|
|
2977
|
+
|
|
2978
|
+
/**
|
|
2979
|
+
* 付款方式。如EBANK_PAYMENT
|
|
2980
|
+
OPENBANK_PAYMENT
|
|
2981
|
+
*/
|
|
2982
|
+
PaymentMethod: string
|
|
2983
|
+
|
|
2984
|
+
/**
|
|
2985
|
+
* 订单金额。单位分
|
|
2986
|
+
*/
|
|
2987
|
+
TotalAmount: number
|
|
2988
|
+
|
|
2989
|
+
/**
|
|
2990
|
+
* 实际支付金额。单位分,支付成功时返回
|
|
2991
|
+
*/
|
|
2992
|
+
PayAmount: number
|
|
2993
|
+
|
|
2994
|
+
/**
|
|
2995
|
+
* 失败原因,若失败的返回
|
|
2996
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2997
|
+
*/
|
|
2998
|
+
FailReason: string
|
|
2999
|
+
|
|
3000
|
+
/**
|
|
3001
|
+
* 附加信息,查询时原样透传
|
|
3002
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3003
|
+
*/
|
|
3004
|
+
Attachment: string
|
|
3005
|
+
|
|
3006
|
+
/**
|
|
3007
|
+
* 重定向参数,用于客户端跳转,订单未支付时返回该参数
|
|
3008
|
+
渠道为TENPAY,付款方式为EBANK_PAYMENT时返回
|
|
3009
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3010
|
+
*/
|
|
3011
|
+
RedirectInfo: OpenBankRedirectInfo
|
|
3012
|
+
|
|
3013
|
+
/**
|
|
3014
|
+
* 第三方渠道返回信息,见渠道特殊说明
|
|
3015
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3016
|
+
*/
|
|
3017
|
+
ExternalReturnData: string
|
|
3018
|
+
}
|
|
3019
|
+
|
|
2709
3020
|
/**
|
|
2710
3021
|
* 贸易材料明细查询结果
|
|
2711
3022
|
*/
|
|
@@ -3001,27 +3312,82 @@ export interface QueryBalanceResponse {
|
|
|
3001
3312
|
}
|
|
3002
3313
|
|
|
3003
3314
|
/**
|
|
3004
|
-
*
|
|
3315
|
+
* 云企付-支付下单返回响应
|
|
3005
3316
|
*/
|
|
3006
|
-
export interface
|
|
3317
|
+
export interface CreateOpenBankOrderPaymentResult {
|
|
3007
3318
|
/**
|
|
3008
|
-
*
|
|
3319
|
+
* 云企付平台订单号。
|
|
3009
3320
|
*/
|
|
3010
|
-
|
|
3321
|
+
ChannelOrderId: string
|
|
3011
3322
|
|
|
3012
3323
|
/**
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3324
|
+
* 第三方支付平台返回支付订单号。
|
|
3325
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3326
|
+
*/
|
|
3327
|
+
ThirdPayOrderId: string
|
|
3016
3328
|
|
|
3017
3329
|
/**
|
|
3018
|
-
*
|
|
3019
|
-
|
|
3330
|
+
* 小程序跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。
|
|
3331
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3020
3332
|
*/
|
|
3021
|
-
|
|
3333
|
+
RedirectInfo: OpenBankRedirectInfo
|
|
3022
3334
|
|
|
3023
3335
|
/**
|
|
3024
|
-
|
|
3336
|
+
* 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
|
|
3337
|
+
*/
|
|
3338
|
+
OutOrderId: string
|
|
3339
|
+
}
|
|
3340
|
+
|
|
3341
|
+
/**
|
|
3342
|
+
* QueryOpenBankExternalSubMerchantRegistration请求参数结构体
|
|
3343
|
+
*/
|
|
3344
|
+
export interface QueryOpenBankExternalSubMerchantRegistrationRequest {
|
|
3345
|
+
/**
|
|
3346
|
+
* 渠道商户号。
|
|
3347
|
+
*/
|
|
3348
|
+
ChannelMerchantId: string
|
|
3349
|
+
|
|
3350
|
+
/**
|
|
3351
|
+
* 渠道进件号,与外部进件号二者选填其一。
|
|
3352
|
+
*/
|
|
3353
|
+
ChannelRegistrationNo?: string
|
|
3354
|
+
|
|
3355
|
+
/**
|
|
3356
|
+
* 外部进件号,与渠道进件号二者选填其一。
|
|
3357
|
+
*/
|
|
3358
|
+
OutRegistrationNo?: string
|
|
3359
|
+
|
|
3360
|
+
/**
|
|
3361
|
+
* 环境类型
|
|
3362
|
+
__release__:生产环境
|
|
3363
|
+
__sandbox__:沙箱环境
|
|
3364
|
+
_不填默认为生产环境_
|
|
3365
|
+
*/
|
|
3366
|
+
Environment?: string
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
/**
|
|
3370
|
+
* TerminateContract请求参数结构体
|
|
3371
|
+
*/
|
|
3372
|
+
export interface TerminateContractRequest {
|
|
3373
|
+
/**
|
|
3374
|
+
* 聚鑫分配的支付主MidasAppId
|
|
3375
|
+
*/
|
|
3376
|
+
MidasAppId: string
|
|
3377
|
+
|
|
3378
|
+
/**
|
|
3379
|
+
* 用户ID,长度不小于5位,仅支持字母和数字的组合
|
|
3380
|
+
*/
|
|
3381
|
+
UserId: string
|
|
3382
|
+
|
|
3383
|
+
/**
|
|
3384
|
+
* 指定渠道: wechat:微信支付 qqwallet:QQ钱包
|
|
3385
|
+
bank:网银支付 只有一个渠道时需要指定
|
|
3386
|
+
*/
|
|
3387
|
+
Channel: string
|
|
3388
|
+
|
|
3389
|
+
/**
|
|
3390
|
+
* 枚举值:
|
|
3025
3391
|
CONTRACT_TERMINATION_MODE_BY_OUT_CONTRACT_CODE: 按OutContractCode+ContractSceneId解约
|
|
3026
3392
|
CONTRACT_TERMINATION_MODE_BY_CHANNEL_CONTRACT_CODE:按ChannelContractCode解约
|
|
3027
3393
|
*/
|
|
@@ -3094,6 +3460,31 @@ ANONYMOUS: 匿名类型 USER_ID
|
|
|
3094
3460
|
MigrateMode?: string
|
|
3095
3461
|
}
|
|
3096
3462
|
|
|
3463
|
+
/**
|
|
3464
|
+
* 云企付-设备信息
|
|
3465
|
+
*/
|
|
3466
|
+
export interface OpenBankSceneInfo {
|
|
3467
|
+
/**
|
|
3468
|
+
* 用户端实际 ip,示例值:14.17.22.32
|
|
3469
|
+
*/
|
|
3470
|
+
PayerClientIp: string
|
|
3471
|
+
|
|
3472
|
+
/**
|
|
3473
|
+
* 浏览器 User-Agent
|
|
3474
|
+
*/
|
|
3475
|
+
PayerUa: string
|
|
3476
|
+
|
|
3477
|
+
/**
|
|
3478
|
+
* 用户下单时间,若不上送,服务端默认当前时间
|
|
3479
|
+
*/
|
|
3480
|
+
OrderTime?: string
|
|
3481
|
+
|
|
3482
|
+
/**
|
|
3483
|
+
* 终端设备号(门店号或收银设备 ID),示例值:POS1:1
|
|
3484
|
+
*/
|
|
3485
|
+
DeviceId?: string
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3097
3488
|
/**
|
|
3098
3489
|
* QueryMaliciousRegistration返回参数结构体
|
|
3099
3490
|
*/
|
|
@@ -3204,6 +3595,16 @@ export interface QueryInvoiceRequest {
|
|
|
3204
3595
|
SellerTaxpayerNum?: string
|
|
3205
3596
|
}
|
|
3206
3597
|
|
|
3598
|
+
/**
|
|
3599
|
+
* 创建渠道商户返回结果
|
|
3600
|
+
*/
|
|
3601
|
+
export interface CreateOpenBankMerchantResult {
|
|
3602
|
+
/**
|
|
3603
|
+
* 渠道商户ID。
|
|
3604
|
+
*/
|
|
3605
|
+
ChannelMerchantId: string
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3207
3608
|
/**
|
|
3208
3609
|
* DistributeQueryReceiver请求参数结构体
|
|
3209
3610
|
*/
|
|
@@ -3224,6 +3625,59 @@ export interface DistributeQueryReceiverRequest {
|
|
|
3224
3625
|
Profile?: string
|
|
3225
3626
|
}
|
|
3226
3627
|
|
|
3628
|
+
/**
|
|
3629
|
+
* QueryOpenBankUnbindExternalSubMerchantBankAccount返回参数结构体
|
|
3630
|
+
*/
|
|
3631
|
+
export interface QueryOpenBankUnbindExternalSubMerchantBankAccountResponse {
|
|
3632
|
+
/**
|
|
3633
|
+
* 错误码。
|
|
3634
|
+
__SUCCESS__: 成功
|
|
3635
|
+
__其他__: 见附录-错误码表
|
|
3636
|
+
*/
|
|
3637
|
+
ErrCode: string
|
|
3638
|
+
|
|
3639
|
+
/**
|
|
3640
|
+
* 错误消息。
|
|
3641
|
+
*/
|
|
3642
|
+
ErrMessage: string
|
|
3643
|
+
|
|
3644
|
+
/**
|
|
3645
|
+
* 返回结果。
|
|
3646
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3647
|
+
*/
|
|
3648
|
+
Result: QueryOpenBankUnbindExternalSubMerchantBankAccountResult
|
|
3649
|
+
|
|
3650
|
+
/**
|
|
3651
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3652
|
+
*/
|
|
3653
|
+
RequestId?: string
|
|
3654
|
+
}
|
|
3655
|
+
|
|
3656
|
+
/**
|
|
3657
|
+
* QueryOpenBankDownLoadUrl请求参数结构体
|
|
3658
|
+
*/
|
|
3659
|
+
export interface QueryOpenBankDownLoadUrlRequest {
|
|
3660
|
+
/**
|
|
3661
|
+
* 渠道商户号,外部接入平台方入驻云企付平台后下发。
|
|
3662
|
+
*/
|
|
3663
|
+
ChannelMerchantId: string
|
|
3664
|
+
|
|
3665
|
+
/**
|
|
3666
|
+
* 账单日期,yyyy-MM-dd。
|
|
3667
|
+
*/
|
|
3668
|
+
BillDate: string
|
|
3669
|
+
|
|
3670
|
+
/**
|
|
3671
|
+
* 账单类型,默认交易账单。
|
|
3672
|
+
*/
|
|
3673
|
+
BillType?: string
|
|
3674
|
+
|
|
3675
|
+
/**
|
|
3676
|
+
* 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境。
|
|
3677
|
+
*/
|
|
3678
|
+
Environment?: string
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3227
3681
|
/**
|
|
3228
3682
|
* DownloadBill请求参数结构体
|
|
3229
3683
|
*/
|
|
@@ -3259,23 +3713,68 @@ development: 开发环境
|
|
|
3259
3713
|
}
|
|
3260
3714
|
|
|
3261
3715
|
/**
|
|
3262
|
-
*
|
|
3716
|
+
* RevokeMemberRechargeThirdPay请求参数结构体
|
|
3263
3717
|
*/
|
|
3264
|
-
export interface
|
|
3718
|
+
export interface RevokeMemberRechargeThirdPayRequest {
|
|
3265
3719
|
/**
|
|
3266
|
-
*
|
|
3720
|
+
* STRING(52),原充值的前置流水号
|
|
3267
3721
|
*/
|
|
3268
|
-
|
|
3722
|
+
OldFillFrontSeqNo: string
|
|
3269
3723
|
|
|
3270
3724
|
/**
|
|
3271
|
-
*
|
|
3725
|
+
* STRING(20),原充值的支付渠道类型
|
|
3272
3726
|
*/
|
|
3273
|
-
|
|
3727
|
+
OldFillPayChannelType: string
|
|
3274
3728
|
|
|
3275
3729
|
/**
|
|
3276
|
-
*
|
|
3730
|
+
* STRING(52),原充值的支付渠道交易流水号
|
|
3277
3731
|
*/
|
|
3278
|
-
|
|
3732
|
+
OldPayChannelTranSeqNo: string
|
|
3733
|
+
|
|
3734
|
+
/**
|
|
3735
|
+
* STRING(52),原充值的电商见证宝订单号
|
|
3736
|
+
*/
|
|
3737
|
+
OldFillEjzbOrderNo: string
|
|
3738
|
+
|
|
3739
|
+
/**
|
|
3740
|
+
* STRING(20),申请撤销的会员金额
|
|
3741
|
+
*/
|
|
3742
|
+
ApplyCancelMemberAmt: string
|
|
3743
|
+
|
|
3744
|
+
/**
|
|
3745
|
+
* STRING(20),申请撤销的手续费金额
|
|
3746
|
+
*/
|
|
3747
|
+
ApplyCancelCommission: string
|
|
3748
|
+
|
|
3749
|
+
/**
|
|
3750
|
+
* String(22),商户号
|
|
3751
|
+
*/
|
|
3752
|
+
MrchCode: string
|
|
3753
|
+
|
|
3754
|
+
/**
|
|
3755
|
+
* STRING(300),备注
|
|
3756
|
+
*/
|
|
3757
|
+
Remark?: string
|
|
3758
|
+
|
|
3759
|
+
/**
|
|
3760
|
+
* STRING(300),保留域1
|
|
3761
|
+
*/
|
|
3762
|
+
ReservedMsgOne?: string
|
|
3763
|
+
|
|
3764
|
+
/**
|
|
3765
|
+
* STRING(300),保留域2
|
|
3766
|
+
*/
|
|
3767
|
+
ReservedMsgTwo?: string
|
|
3768
|
+
|
|
3769
|
+
/**
|
|
3770
|
+
* STRING(300),保留域3
|
|
3771
|
+
*/
|
|
3772
|
+
ReservedMsgThree?: string
|
|
3773
|
+
|
|
3774
|
+
/**
|
|
3775
|
+
* STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
|
3776
|
+
*/
|
|
3777
|
+
Profile?: string
|
|
3279
3778
|
}
|
|
3280
3779
|
|
|
3281
3780
|
/**
|
|
@@ -3851,6 +4350,34 @@ export interface QueryContractPayFeeRequest {
|
|
|
3851
4350
|
Profile?: string
|
|
3852
4351
|
}
|
|
3853
4352
|
|
|
4353
|
+
/**
|
|
4354
|
+
* CreateOpenBankExternalSubMerchantRegistration返回参数结构体
|
|
4355
|
+
*/
|
|
4356
|
+
export interface CreateOpenBankExternalSubMerchantRegistrationResponse {
|
|
4357
|
+
/**
|
|
4358
|
+
* 错误码。
|
|
4359
|
+
__SUCCESS__: 成功
|
|
4360
|
+
__其他__: 见附录-错误码表
|
|
4361
|
+
*/
|
|
4362
|
+
ErrCode: string
|
|
4363
|
+
|
|
4364
|
+
/**
|
|
4365
|
+
* 错误消息。
|
|
4366
|
+
*/
|
|
4367
|
+
ErrMessage: string
|
|
4368
|
+
|
|
4369
|
+
/**
|
|
4370
|
+
* 返回结果。
|
|
4371
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4372
|
+
*/
|
|
4373
|
+
Result: CreateOpenBankExternalSubMerchantRegistrationResult
|
|
4374
|
+
|
|
4375
|
+
/**
|
|
4376
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4377
|
+
*/
|
|
4378
|
+
RequestId?: string
|
|
4379
|
+
}
|
|
4380
|
+
|
|
3854
4381
|
/**
|
|
3855
4382
|
* 订单退款响应对象
|
|
3856
4383
|
*/
|
|
@@ -4167,6 +4694,34 @@ export interface UnifiedOrderInSubOrderList {
|
|
|
4167
4694
|
OriginalAmt: number
|
|
4168
4695
|
}
|
|
4169
4696
|
|
|
4697
|
+
/**
|
|
4698
|
+
* UnbindOpenBankExternalSubMerchantBankAccount返回参数结构体
|
|
4699
|
+
*/
|
|
4700
|
+
export interface UnbindOpenBankExternalSubMerchantBankAccountResponse {
|
|
4701
|
+
/**
|
|
4702
|
+
* 错误码。
|
|
4703
|
+
__SUCCESS__: 成功
|
|
4704
|
+
__其他__: 见附录-错误码表
|
|
4705
|
+
*/
|
|
4706
|
+
ErrCode: string
|
|
4707
|
+
|
|
4708
|
+
/**
|
|
4709
|
+
* 错误消息。
|
|
4710
|
+
*/
|
|
4711
|
+
ErrMessage: string
|
|
4712
|
+
|
|
4713
|
+
/**
|
|
4714
|
+
* 返回结果。
|
|
4715
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4716
|
+
*/
|
|
4717
|
+
Result: UnbindOpenBankExternalSubMerchantBankAccountResult
|
|
4718
|
+
|
|
4719
|
+
/**
|
|
4720
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4721
|
+
*/
|
|
4722
|
+
RequestId?: string
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4170
4725
|
/**
|
|
4171
4726
|
* DescribeChargeDetail请求参数结构体
|
|
4172
4727
|
*/
|
|
@@ -4292,6 +4847,42 @@ export interface QueryBankWithdrawCashDetailsRequest {
|
|
|
4292
4847
|
Profile?: string
|
|
4293
4848
|
}
|
|
4294
4849
|
|
|
4850
|
+
/**
|
|
4851
|
+
* 子商户银行卡绑定结果查询返回结果
|
|
4852
|
+
*/
|
|
4853
|
+
export interface QueryOpenBankBindExternalSubMerchantBankAccountResult {
|
|
4854
|
+
/**
|
|
4855
|
+
* 渠道子商户收款方银行卡信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。
|
|
4856
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4857
|
+
*/
|
|
4858
|
+
ExternalSubMerchantBankAccountReturnData: string
|
|
4859
|
+
|
|
4860
|
+
/**
|
|
4861
|
+
* 渠道申请编号。
|
|
4862
|
+
*/
|
|
4863
|
+
ChannelApplyId: string
|
|
4864
|
+
|
|
4865
|
+
/**
|
|
4866
|
+
* 绑定状态。
|
|
4867
|
+
__SUCCESS__: 绑定成功
|
|
4868
|
+
__FAILED__: 绑定失败
|
|
4869
|
+
__PROCESSING__: 绑定中
|
|
4870
|
+
*/
|
|
4871
|
+
BindStatus: string
|
|
4872
|
+
|
|
4873
|
+
/**
|
|
4874
|
+
* 绑定返回描述, 例如失败原因等。
|
|
4875
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4876
|
+
*/
|
|
4877
|
+
BindMessage: string
|
|
4878
|
+
|
|
4879
|
+
/**
|
|
4880
|
+
* 绑卡序列号。
|
|
4881
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4882
|
+
*/
|
|
4883
|
+
BindSerialNo: string
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4295
4886
|
/**
|
|
4296
4887
|
* QueryMerchantPayWayList请求参数结构体
|
|
4297
4888
|
*/
|
|
@@ -4448,154 +5039,43 @@ export interface RevResigterBillSupportWithdrawRequest {
|
|
|
4448
5039
|
}
|
|
4449
5040
|
|
|
4450
5041
|
/**
|
|
4451
|
-
*
|
|
5042
|
+
* CreateInvoice返回参数结构体
|
|
4452
5043
|
*/
|
|
4453
|
-
export interface
|
|
5044
|
+
export interface CreateInvoiceResponse {
|
|
4454
5045
|
/**
|
|
4455
|
-
*
|
|
5046
|
+
* 发票开具结果
|
|
4456
5047
|
*/
|
|
4457
|
-
|
|
5048
|
+
Result: CreateInvoiceResult
|
|
4458
5049
|
|
|
4459
5050
|
/**
|
|
4460
|
-
*
|
|
5051
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4461
5052
|
*/
|
|
4462
|
-
|
|
5053
|
+
RequestId?: string
|
|
5054
|
+
}
|
|
4463
5055
|
|
|
5056
|
+
/**
|
|
5057
|
+
* AddMerchant请求参数结构体
|
|
5058
|
+
*/
|
|
5059
|
+
export interface AddMerchantRequest {
|
|
4464
5060
|
/**
|
|
4465
|
-
*
|
|
5061
|
+
* 法人姓名
|
|
4466
5062
|
*/
|
|
4467
|
-
|
|
5063
|
+
BossName: string
|
|
4468
5064
|
|
|
4469
5065
|
/**
|
|
4470
|
-
*
|
|
5066
|
+
* 营业执照图片【私密区】(系统返回的图片路径),(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
4471
5067
|
*/
|
|
4472
|
-
|
|
5068
|
+
BusinessLicensePicture: string
|
|
4473
5069
|
|
|
4474
5070
|
/**
|
|
4475
|
-
*
|
|
5071
|
+
* 招牌名称
|
|
4476
5072
|
*/
|
|
4477
|
-
|
|
5073
|
+
BrandName: string
|
|
4478
5074
|
|
|
4479
5075
|
/**
|
|
4480
|
-
*
|
|
5076
|
+
* 收单系统分配的密钥
|
|
4481
5077
|
*/
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
/**
|
|
4485
|
-
* 聚鑫分配的安全ID
|
|
4486
|
-
*/
|
|
4487
|
-
MidasSecretId: string
|
|
4488
|
-
|
|
4489
|
-
/**
|
|
4490
|
-
* 父账户账号,资金汇总账号
|
|
4491
|
-
*/
|
|
4492
|
-
BankAccountNumber: string
|
|
4493
|
-
|
|
4494
|
-
/**
|
|
4495
|
-
* 原老订单流水号
|
|
4496
|
-
*/
|
|
4497
|
-
OldTransSequenceNumber: string
|
|
4498
|
-
|
|
4499
|
-
/**
|
|
4500
|
-
* 银行注册商户号
|
|
4501
|
-
*/
|
|
4502
|
-
MerchantCode: string
|
|
4503
|
-
|
|
4504
|
-
/**
|
|
4505
|
-
* 请求类型,固定为MemberTransactionRefundReq
|
|
4506
|
-
*/
|
|
4507
|
-
RequestType: string
|
|
4508
|
-
|
|
4509
|
-
/**
|
|
4510
|
-
* 交易金额
|
|
4511
|
-
*/
|
|
4512
|
-
CurrencyAmount: string
|
|
4513
|
-
|
|
4514
|
-
/**
|
|
4515
|
-
* 交易流水号
|
|
4516
|
-
*/
|
|
4517
|
-
TransSequenceNumber: string
|
|
4518
|
-
|
|
4519
|
-
/**
|
|
4520
|
-
* 渠道
|
|
4521
|
-
*/
|
|
4522
|
-
PayChannel: string
|
|
4523
|
-
|
|
4524
|
-
/**
|
|
4525
|
-
* 原订单号
|
|
4526
|
-
*/
|
|
4527
|
-
OldOrderId: string
|
|
4528
|
-
|
|
4529
|
-
/**
|
|
4530
|
-
* 聚鑫分配的支付主MidasAppId
|
|
4531
|
-
*/
|
|
4532
|
-
MidasAppId: string
|
|
4533
|
-
|
|
4534
|
-
/**
|
|
4535
|
-
* 订单号
|
|
4536
|
-
*/
|
|
4537
|
-
OrderId: string
|
|
4538
|
-
|
|
4539
|
-
/**
|
|
4540
|
-
* Midas环境标识 release 现网环境 sandbox 沙箱环境
|
|
4541
|
-
development 开发环境
|
|
4542
|
-
*/
|
|
4543
|
-
MidasEnvironment: string
|
|
4544
|
-
|
|
4545
|
-
/**
|
|
4546
|
-
* 转出子账户交易网会员代码
|
|
4547
|
-
*/
|
|
4548
|
-
OutTransNetMemberCode?: string
|
|
4549
|
-
|
|
4550
|
-
/**
|
|
4551
|
-
* 转入子账户交易网会员代码
|
|
4552
|
-
*/
|
|
4553
|
-
InTransNetMemberCode?: string
|
|
4554
|
-
|
|
4555
|
-
/**
|
|
4556
|
-
* 保留域
|
|
4557
|
-
*/
|
|
4558
|
-
ReservedMessage?: string
|
|
4559
|
-
|
|
4560
|
-
/**
|
|
4561
|
-
* 平台短号(银行分配)
|
|
4562
|
-
*/
|
|
4563
|
-
PlatformShortNumber?: string
|
|
4564
|
-
|
|
4565
|
-
/**
|
|
4566
|
-
* 0-登记挂账,1-撤销挂账
|
|
4567
|
-
*/
|
|
4568
|
-
TransType?: string
|
|
4569
|
-
|
|
4570
|
-
/**
|
|
4571
|
-
* 交易手续费
|
|
4572
|
-
*/
|
|
4573
|
-
TransFee?: string
|
|
4574
|
-
}
|
|
4575
|
-
|
|
4576
|
-
/**
|
|
4577
|
-
* AddMerchant请求参数结构体
|
|
4578
|
-
*/
|
|
4579
|
-
export interface AddMerchantRequest {
|
|
4580
|
-
/**
|
|
4581
|
-
* 法人姓名
|
|
4582
|
-
*/
|
|
4583
|
-
BossName: string
|
|
4584
|
-
|
|
4585
|
-
/**
|
|
4586
|
-
* 营业执照图片【私密区】(系统返回的图片路径),(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
4587
|
-
*/
|
|
4588
|
-
BusinessLicensePicture: string
|
|
4589
|
-
|
|
4590
|
-
/**
|
|
4591
|
-
* 招牌名称
|
|
4592
|
-
*/
|
|
4593
|
-
BrandName: string
|
|
4594
|
-
|
|
4595
|
-
/**
|
|
4596
|
-
* 收单系统分配的密钥
|
|
4597
|
-
*/
|
|
4598
|
-
OpenKey: string
|
|
5078
|
+
OpenKey: string
|
|
4599
5079
|
|
|
4600
5080
|
/**
|
|
4601
5081
|
* 营业执照过期时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
|
|
@@ -4914,6 +5394,126 @@ export interface CreateRedInvoiceResult {
|
|
|
4914
5394
|
Data: Array<CreateRedInvoiceResultData>
|
|
4915
5395
|
}
|
|
4916
5396
|
|
|
5397
|
+
/**
|
|
5398
|
+
* CreateOpenBankPaymentOrder请求参数结构体
|
|
5399
|
+
*/
|
|
5400
|
+
export interface CreateOpenBankPaymentOrderRequest {
|
|
5401
|
+
/**
|
|
5402
|
+
* 云企付渠道商户号。外部接入平台入驻云企付平台后下发。
|
|
5403
|
+
*/
|
|
5404
|
+
ChannelMerchantId: string
|
|
5405
|
+
|
|
5406
|
+
/**
|
|
5407
|
+
* 渠道名称。
|
|
5408
|
+
__TENPAY__: 商企付
|
|
5409
|
+
__WECHAT__: 微信支付
|
|
5410
|
+
__ALIPAY__: 支付宝
|
|
5411
|
+
*/
|
|
5412
|
+
ChannelName: string
|
|
5413
|
+
|
|
5414
|
+
/**
|
|
5415
|
+
* 付款方式。如
|
|
5416
|
+
__EBANK_PAYMENT__:B2B EBank付款
|
|
5417
|
+
__OPENBANK_PAYMENT__:B2C openbank付款
|
|
5418
|
+
*/
|
|
5419
|
+
PaymentMethod: string
|
|
5420
|
+
|
|
5421
|
+
/**
|
|
5422
|
+
* 付款模式。默认直接支付,如
|
|
5423
|
+
__DIRECT__:直接支付
|
|
5424
|
+
__FREEZE__:担保支付
|
|
5425
|
+
*/
|
|
5426
|
+
PaymentMode: string
|
|
5427
|
+
|
|
5428
|
+
/**
|
|
5429
|
+
* 外部订单号,只能是数字、大小写字母,且在同一个接入平台下唯一,限定长度40位。
|
|
5430
|
+
*/
|
|
5431
|
+
OutOrderId: string
|
|
5432
|
+
|
|
5433
|
+
/**
|
|
5434
|
+
* 付款金额,单位分。
|
|
5435
|
+
*/
|
|
5436
|
+
TotalAmount: number
|
|
5437
|
+
|
|
5438
|
+
/**
|
|
5439
|
+
* 固定值CNY。
|
|
5440
|
+
*/
|
|
5441
|
+
Currency: string
|
|
5442
|
+
|
|
5443
|
+
/**
|
|
5444
|
+
* 付款方信息。
|
|
5445
|
+
*/
|
|
5446
|
+
PayerInfo: OpenBankPayerInfo
|
|
5447
|
+
|
|
5448
|
+
/**
|
|
5449
|
+
* 收款方信息。
|
|
5450
|
+
*/
|
|
5451
|
+
PayeeInfo: OpenBankPayeeInfo
|
|
5452
|
+
|
|
5453
|
+
/**
|
|
5454
|
+
* 通知地址,如www.test.com。
|
|
5455
|
+
*/
|
|
5456
|
+
NotifyUrl?: string
|
|
5457
|
+
|
|
5458
|
+
/**
|
|
5459
|
+
* 订单过期时间,yyyy-MM-dd HH:mm:ss格式。
|
|
5460
|
+
*/
|
|
5461
|
+
ExpireTime?: string
|
|
5462
|
+
|
|
5463
|
+
/**
|
|
5464
|
+
* 前端成功回调URL。条件可选
|
|
5465
|
+
当付款方式PaymentMethod为EBANK_PAYMENT时必填
|
|
5466
|
+
*/
|
|
5467
|
+
FrontUrl?: string
|
|
5468
|
+
|
|
5469
|
+
/**
|
|
5470
|
+
* 前端刷新 URL。条件可选
|
|
5471
|
+
当付款方式PaymentMethod为EBANK_PAYMENT时必填
|
|
5472
|
+
*/
|
|
5473
|
+
RefreshUrl?: string
|
|
5474
|
+
|
|
5475
|
+
/**
|
|
5476
|
+
* 设备信息,条件可选。
|
|
5477
|
+
*/
|
|
5478
|
+
SceneInfo?: OpenBankSceneInfo
|
|
5479
|
+
|
|
5480
|
+
/**
|
|
5481
|
+
* 商品信息,条件可选。
|
|
5482
|
+
*/
|
|
5483
|
+
GoodsInfo?: OpenBankGoodsInfo
|
|
5484
|
+
|
|
5485
|
+
/**
|
|
5486
|
+
* 附加信息,查询时原样返回。
|
|
5487
|
+
*/
|
|
5488
|
+
Attachment?: string
|
|
5489
|
+
|
|
5490
|
+
/**
|
|
5491
|
+
* 若不上传,即使用默认值无需分润
|
|
5492
|
+
__NO_NEED_SHARE__:无需分润;
|
|
5493
|
+
__SHARE_BY_INFO__:分润时指定金额,此时如果分润信息 ProfitShareInfo为空,只冻结,不分账给其他商户;需要调用解冻接口。
|
|
5494
|
+
__SHARE_BY_API__:后续调用分润接口决定分润金额
|
|
5495
|
+
*/
|
|
5496
|
+
ProfitShareFlag?: string
|
|
5497
|
+
|
|
5498
|
+
/**
|
|
5499
|
+
* 分润信息,配合ProfitShareFlag使用。
|
|
5500
|
+
*/
|
|
5501
|
+
ProfitShareInfoList?: Array<OpenBankProfitShareInfo>
|
|
5502
|
+
|
|
5503
|
+
/**
|
|
5504
|
+
* 备注信息。
|
|
5505
|
+
*/
|
|
5506
|
+
Remark?: string
|
|
5507
|
+
|
|
5508
|
+
/**
|
|
5509
|
+
* 环境类型
|
|
5510
|
+
__release__:生产环境
|
|
5511
|
+
__sandbox__:沙箱环境
|
|
5512
|
+
缺省默认为生产环境
|
|
5513
|
+
*/
|
|
5514
|
+
Environment?: string
|
|
5515
|
+
}
|
|
5516
|
+
|
|
4917
5517
|
/**
|
|
4918
5518
|
* QueryReconciliationDocument请求参数结构体
|
|
4919
5519
|
*/
|
|
@@ -4944,6 +5544,40 @@ export interface QueryReconciliationDocumentRequest {
|
|
|
4944
5544
|
Profile?: string
|
|
4945
5545
|
}
|
|
4946
5546
|
|
|
5547
|
+
/**
|
|
5548
|
+
* 第三方子商户银行卡列表查询返回数据
|
|
5549
|
+
*/
|
|
5550
|
+
export interface QueryOpenBankExternalSubMerchantBankAccountData {
|
|
5551
|
+
/**
|
|
5552
|
+
* 开户银行。
|
|
5553
|
+
*/
|
|
5554
|
+
AccountBank: string
|
|
5555
|
+
|
|
5556
|
+
/**
|
|
5557
|
+
* 绑卡序列号。
|
|
5558
|
+
*/
|
|
5559
|
+
BindSerialNo: string
|
|
5560
|
+
|
|
5561
|
+
/**
|
|
5562
|
+
* 账号类型。
|
|
5563
|
+
__COLLECT_MONEY__: 收款卡
|
|
5564
|
+
__PAYMENT__: 付款卡
|
|
5565
|
+
*/
|
|
5566
|
+
AccountType: string
|
|
5567
|
+
|
|
5568
|
+
/**
|
|
5569
|
+
* 支行号。
|
|
5570
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5571
|
+
*/
|
|
5572
|
+
BankBranchId: string
|
|
5573
|
+
|
|
5574
|
+
/**
|
|
5575
|
+
* 银行卡卡后四位。
|
|
5576
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5577
|
+
*/
|
|
5578
|
+
AccountNumberLastFour: string
|
|
5579
|
+
}
|
|
5580
|
+
|
|
4947
5581
|
/**
|
|
4948
5582
|
* DeleteAgentTaxPaymentInfo请求参数结构体
|
|
4949
5583
|
*/
|
|
@@ -4959,6 +5593,84 @@ export interface DeleteAgentTaxPaymentInfoRequest {
|
|
|
4959
5593
|
Profile?: string
|
|
4960
5594
|
}
|
|
4961
5595
|
|
|
5596
|
+
/**
|
|
5597
|
+
* CreateOpenBankExternalSubMerchantRegistration请求参数结构体
|
|
5598
|
+
*/
|
|
5599
|
+
export interface CreateOpenBankExternalSubMerchantRegistrationRequest {
|
|
5600
|
+
/**
|
|
5601
|
+
* 外部进件序列号。
|
|
5602
|
+
*/
|
|
5603
|
+
OutRegistrationNo: string
|
|
5604
|
+
|
|
5605
|
+
/**
|
|
5606
|
+
* 渠道商户ID。
|
|
5607
|
+
*/
|
|
5608
|
+
ChannelMerchantId: string
|
|
5609
|
+
|
|
5610
|
+
/**
|
|
5611
|
+
* 外部子商户ID,平台侧商户唯一ID。
|
|
5612
|
+
*/
|
|
5613
|
+
OutSubMerchantId: string
|
|
5614
|
+
|
|
5615
|
+
/**
|
|
5616
|
+
* 渠道名称。
|
|
5617
|
+
__TENPAY__: 商企付
|
|
5618
|
+
__WECHAT__: 微信支付
|
|
5619
|
+
__ALIPAY__: 支付宝
|
|
5620
|
+
*/
|
|
5621
|
+
ChannelName: string
|
|
5622
|
+
|
|
5623
|
+
/**
|
|
5624
|
+
* 支付方式。
|
|
5625
|
+
__EBANK_PAYMENT__: ebank支付
|
|
5626
|
+
__OPENBANK_PAYMENT__: openbank支付
|
|
5627
|
+
*/
|
|
5628
|
+
PaymentMethod: string
|
|
5629
|
+
|
|
5630
|
+
/**
|
|
5631
|
+
* 社会信用代码。
|
|
5632
|
+
*/
|
|
5633
|
+
BusinessLicenseNumber: string
|
|
5634
|
+
|
|
5635
|
+
/**
|
|
5636
|
+
* 外部子商户名称。
|
|
5637
|
+
*/
|
|
5638
|
+
OutSubMerchantName: string
|
|
5639
|
+
|
|
5640
|
+
/**
|
|
5641
|
+
* 法人姓名。
|
|
5642
|
+
*/
|
|
5643
|
+
LegalName?: string
|
|
5644
|
+
|
|
5645
|
+
/**
|
|
5646
|
+
* 外部子商户简称。
|
|
5647
|
+
*/
|
|
5648
|
+
OutSubMerchantShortName?: string
|
|
5649
|
+
|
|
5650
|
+
/**
|
|
5651
|
+
* 外部子商户描述。
|
|
5652
|
+
*/
|
|
5653
|
+
OutSubMerchantDescription?: string
|
|
5654
|
+
|
|
5655
|
+
/**
|
|
5656
|
+
* 第三方子商户进件信息,为JSON格式字符串。详情见附录-复杂类型。
|
|
5657
|
+
*/
|
|
5658
|
+
ExternalSubMerchantRegistrationData?: string
|
|
5659
|
+
|
|
5660
|
+
/**
|
|
5661
|
+
* 通知地址。
|
|
5662
|
+
*/
|
|
5663
|
+
NotifyUrl?: string
|
|
5664
|
+
|
|
5665
|
+
/**
|
|
5666
|
+
* 环境类型。
|
|
5667
|
+
__release__:生产环境
|
|
5668
|
+
__sandbox__:沙箱环境
|
|
5669
|
+
_不填默认为生产环境_
|
|
5670
|
+
*/
|
|
5671
|
+
Environment?: string
|
|
5672
|
+
}
|
|
5673
|
+
|
|
4962
5674
|
/**
|
|
4963
5675
|
* ViewContract返回参数结构体
|
|
4964
5676
|
*/
|
|
@@ -4986,6 +5698,52 @@ export interface ViewContractResponse {
|
|
|
4986
5698
|
RequestId?: string
|
|
4987
5699
|
}
|
|
4988
5700
|
|
|
5701
|
+
/**
|
|
5702
|
+
* CreateOpenBankMerchant请求参数结构体
|
|
5703
|
+
*/
|
|
5704
|
+
export interface CreateOpenBankMerchantRequest {
|
|
5705
|
+
/**
|
|
5706
|
+
* 外部商户ID。
|
|
5707
|
+
*/
|
|
5708
|
+
OutMerchantId: string
|
|
5709
|
+
|
|
5710
|
+
/**
|
|
5711
|
+
* 渠道名称。
|
|
5712
|
+
__TENPAY__: 商企付
|
|
5713
|
+
__WECHAT__: 微信支付
|
|
5714
|
+
__ALIPAY__: 支付宝
|
|
5715
|
+
*/
|
|
5716
|
+
ChannelName: string
|
|
5717
|
+
|
|
5718
|
+
/**
|
|
5719
|
+
* 外部商户名称。
|
|
5720
|
+
*/
|
|
5721
|
+
OutMerchantName: string
|
|
5722
|
+
|
|
5723
|
+
/**
|
|
5724
|
+
* 第三方渠道商户信息。详情见附录-复杂类型。
|
|
5725
|
+
*/
|
|
5726
|
+
ExternalMerchantInfo: string
|
|
5727
|
+
|
|
5728
|
+
/**
|
|
5729
|
+
* 外部商户简称。
|
|
5730
|
+
*/
|
|
5731
|
+
OutMerchantShortName?: string
|
|
5732
|
+
|
|
5733
|
+
/**
|
|
5734
|
+
* 外部商户描述
|
|
5735
|
+
*/
|
|
5736
|
+
OutMerchantDescription?: string
|
|
5737
|
+
|
|
5738
|
+
/**
|
|
5739
|
+
* 环境类型。
|
|
5740
|
+
__release__:生产环境
|
|
5741
|
+
__sandbox__:沙箱环境
|
|
5742
|
+
_不填默认为生产环境_
|
|
5743
|
+
*/
|
|
5744
|
+
Environment?: string
|
|
5745
|
+
}
|
|
5746
|
+
|
|
4989
5747
|
/**
|
|
4990
5748
|
* 查询订单接口的出参,订单列表
|
|
4991
5749
|
*/
|
|
@@ -6314,68 +7072,23 @@ export interface DeduceQuotaRequest {
|
|
|
6314
7072
|
}
|
|
6315
7073
|
|
|
6316
7074
|
/**
|
|
6317
|
-
*
|
|
7075
|
+
* 对接账户余额查询数据
|
|
6318
7076
|
*/
|
|
6319
|
-
export interface
|
|
6320
|
-
/**
|
|
6321
|
-
* STRING(52),原充值的前置流水号
|
|
6322
|
-
*/
|
|
6323
|
-
OldFillFrontSeqNo: string
|
|
6324
|
-
|
|
6325
|
-
/**
|
|
6326
|
-
* STRING(20),原充值的支付渠道类型
|
|
6327
|
-
*/
|
|
6328
|
-
OldFillPayChannelType: string
|
|
6329
|
-
|
|
6330
|
-
/**
|
|
6331
|
-
* STRING(52),原充值的支付渠道交易流水号
|
|
6332
|
-
*/
|
|
6333
|
-
OldPayChannelTranSeqNo: string
|
|
6334
|
-
|
|
6335
|
-
/**
|
|
6336
|
-
* STRING(52),原充值的电商见证宝订单号
|
|
6337
|
-
*/
|
|
6338
|
-
OldFillEjzbOrderNo: string
|
|
6339
|
-
|
|
6340
|
-
/**
|
|
6341
|
-
* STRING(20),申请撤销的会员金额
|
|
6342
|
-
*/
|
|
6343
|
-
ApplyCancelMemberAmt: string
|
|
6344
|
-
|
|
6345
|
-
/**
|
|
6346
|
-
* STRING(20),申请撤销的手续费金额
|
|
6347
|
-
*/
|
|
6348
|
-
ApplyCancelCommission: string
|
|
6349
|
-
|
|
6350
|
-
/**
|
|
6351
|
-
* String(22),商户号
|
|
6352
|
-
*/
|
|
6353
|
-
MrchCode: string
|
|
6354
|
-
|
|
6355
|
-
/**
|
|
6356
|
-
* STRING(300),备注
|
|
6357
|
-
*/
|
|
6358
|
-
Remark?: string
|
|
6359
|
-
|
|
6360
|
-
/**
|
|
6361
|
-
* STRING(300),保留域1
|
|
6362
|
-
*/
|
|
6363
|
-
ReservedMsgOne?: string
|
|
6364
|
-
|
|
7077
|
+
export interface QueryMerchantBalanceData {
|
|
6365
7078
|
/**
|
|
6366
|
-
*
|
|
7079
|
+
* 余额币种
|
|
6367
7080
|
*/
|
|
6368
|
-
|
|
7081
|
+
Currency: string
|
|
6369
7082
|
|
|
6370
7083
|
/**
|
|
6371
|
-
*
|
|
7084
|
+
* 账户余额
|
|
6372
7085
|
*/
|
|
6373
|
-
|
|
7086
|
+
Balance: string
|
|
6374
7087
|
|
|
6375
7088
|
/**
|
|
6376
|
-
*
|
|
7089
|
+
* 商户ID
|
|
6377
7090
|
*/
|
|
6378
|
-
|
|
7091
|
+
MerchantId: string
|
|
6379
7092
|
}
|
|
6380
7093
|
|
|
6381
7094
|
/**
|
|
@@ -7105,64 +7818,199 @@ __id_card_back__:身份证图片反面
|
|
|
7105
7818
|
__tax_type__:完税类型:0-自然人,1-个体工商户
|
|
7106
7819
|
__channel_account__:渠道账号(_敏感信息_ 使用 __AES128-CBC-PKCS#7__ 加密)
|
|
7107
7820
|
*/
|
|
7108
|
-
Type: string
|
|
7821
|
+
Type: string
|
|
7822
|
+
|
|
7823
|
+
/**
|
|
7824
|
+
* 扩展信息
|
|
7825
|
+
*/
|
|
7826
|
+
Value: string
|
|
7827
|
+
}
|
|
7828
|
+
|
|
7829
|
+
/**
|
|
7830
|
+
* QueryOpenBankExternalSubMerchantRegistration返回参数结构体
|
|
7831
|
+
*/
|
|
7832
|
+
export interface QueryOpenBankExternalSubMerchantRegistrationResponse {
|
|
7833
|
+
/**
|
|
7834
|
+
* 错误码。
|
|
7835
|
+
__SUCCESS__: 成功
|
|
7836
|
+
__其他__: 见附录-错误码表
|
|
7837
|
+
*/
|
|
7838
|
+
ErrCode: string
|
|
7839
|
+
|
|
7840
|
+
/**
|
|
7841
|
+
* 错误消息。
|
|
7842
|
+
*/
|
|
7843
|
+
ErrMessage: string
|
|
7844
|
+
|
|
7845
|
+
/**
|
|
7846
|
+
* 返回结果。
|
|
7847
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7848
|
+
*/
|
|
7849
|
+
Result: QueryOpenBankExternalSubMerchantRegistrationResult
|
|
7850
|
+
|
|
7851
|
+
/**
|
|
7852
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7853
|
+
*/
|
|
7854
|
+
RequestId?: string
|
|
7855
|
+
}
|
|
7856
|
+
|
|
7857
|
+
/**
|
|
7858
|
+
* CreatePayMerchant返回参数结构体
|
|
7859
|
+
*/
|
|
7860
|
+
export interface CreatePayMerchantResponse {
|
|
7861
|
+
/**
|
|
7862
|
+
* 分配给商户的 AppId。该 AppId 为后续各项 交易的商户标识。
|
|
7863
|
+
*/
|
|
7864
|
+
MerchantAppId: string
|
|
7865
|
+
|
|
7866
|
+
/**
|
|
7867
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7868
|
+
*/
|
|
7869
|
+
RequestId?: string
|
|
7870
|
+
}
|
|
7871
|
+
|
|
7872
|
+
/**
|
|
7873
|
+
* UnbindRelateAcct返回参数结构体
|
|
7874
|
+
*/
|
|
7875
|
+
export interface UnbindRelateAcctResponse {
|
|
7876
|
+
/**
|
|
7877
|
+
* String(20),返回码
|
|
7878
|
+
*/
|
|
7879
|
+
TxnReturnCode?: string
|
|
7880
|
+
|
|
7881
|
+
/**
|
|
7882
|
+
* String(100),返回信息
|
|
7883
|
+
*/
|
|
7884
|
+
TxnReturnMsg?: string
|
|
7885
|
+
|
|
7886
|
+
/**
|
|
7887
|
+
* String(22),交易流水号
|
|
7888
|
+
*/
|
|
7889
|
+
CnsmrSeqNo?: string
|
|
7890
|
+
|
|
7891
|
+
/**
|
|
7892
|
+
* STRING(52),见证系统流水号(即电商见证宝系统生成的流水号,可关联具体一笔请求)
|
|
7893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7894
|
+
*/
|
|
7895
|
+
FrontSeqNo?: string
|
|
7896
|
+
|
|
7897
|
+
/**
|
|
7898
|
+
* STRING(1027),保留域
|
|
7899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7900
|
+
*/
|
|
7901
|
+
ReservedMsg?: string
|
|
7902
|
+
|
|
7903
|
+
/**
|
|
7904
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7905
|
+
*/
|
|
7906
|
+
RequestId?: string
|
|
7907
|
+
}
|
|
7908
|
+
|
|
7909
|
+
/**
|
|
7910
|
+
* ApplyOutwardOrder请求参数结构体
|
|
7911
|
+
*/
|
|
7912
|
+
export interface ApplyOutwardOrderRequest {
|
|
7913
|
+
/**
|
|
7914
|
+
* 对接方汇出指令编号
|
|
7915
|
+
*/
|
|
7916
|
+
TransactionId: string
|
|
7917
|
+
|
|
7918
|
+
/**
|
|
7919
|
+
* 定价币种
|
|
7920
|
+
*/
|
|
7921
|
+
PricingCurrency: string
|
|
7922
|
+
|
|
7923
|
+
/**
|
|
7924
|
+
* 源币种
|
|
7925
|
+
*/
|
|
7926
|
+
SourceCurrency: string
|
|
7927
|
+
|
|
7928
|
+
/**
|
|
7929
|
+
* 目的币种
|
|
7930
|
+
*/
|
|
7931
|
+
TargetCurrency: string
|
|
7932
|
+
|
|
7933
|
+
/**
|
|
7934
|
+
* 收款人类型(银行卡填"BANK_ACCOUNT")
|
|
7935
|
+
*/
|
|
7936
|
+
PayeeType: string
|
|
7937
|
+
|
|
7938
|
+
/**
|
|
7939
|
+
* 收款人账号
|
|
7940
|
+
*/
|
|
7941
|
+
PayeeAccount: string
|
|
7942
|
+
|
|
7943
|
+
/**
|
|
7944
|
+
* 源币种金额
|
|
7945
|
+
*/
|
|
7946
|
+
SourceAmount?: number
|
|
7947
|
+
|
|
7948
|
+
/**
|
|
7949
|
+
* 目的金额
|
|
7950
|
+
*/
|
|
7951
|
+
TargetAmount?: number
|
|
7952
|
+
|
|
7953
|
+
/**
|
|
7954
|
+
* 收款人姓名(PayeeType为"BANK_COUNT"时必填)
|
|
7955
|
+
*/
|
|
7956
|
+
PayeeName?: string
|
|
7957
|
+
|
|
7958
|
+
/**
|
|
7959
|
+
* 收款人地址(PayeeType为"BANK_COUNT"时必填)
|
|
7960
|
+
*/
|
|
7961
|
+
PayeeAddress?: string
|
|
7962
|
+
|
|
7963
|
+
/**
|
|
7964
|
+
* 收款人银行账号类型(PayeeType为"BANK_COUNT"时必填)
|
|
7965
|
+
个人填"INDIVIDUAL"
|
|
7966
|
+
企业填"CORPORATE"
|
|
7967
|
+
*/
|
|
7968
|
+
PayeeBankAccountType?: string
|
|
7109
7969
|
|
|
7110
7970
|
/**
|
|
7111
|
-
*
|
|
7971
|
+
* 收款人国家或地区编码(PayeeType为"BANK_COUNT"时必填)
|
|
7112
7972
|
*/
|
|
7113
|
-
|
|
7114
|
-
}
|
|
7973
|
+
PayeeCountryCode?: string
|
|
7115
7974
|
|
|
7116
|
-
/**
|
|
7117
|
-
* CreatePayMerchant返回参数结构体
|
|
7118
|
-
*/
|
|
7119
|
-
export interface CreatePayMerchantResponse {
|
|
7120
7975
|
/**
|
|
7121
|
-
*
|
|
7976
|
+
* 收款人开户银行名称(PayeeType为"BANK_COUNT"时必填)
|
|
7122
7977
|
*/
|
|
7123
|
-
|
|
7978
|
+
PayeeBankName?: string
|
|
7124
7979
|
|
|
7125
7980
|
/**
|
|
7126
|
-
*
|
|
7981
|
+
* 收款人开户银行地址(PayeeType为"BANK_COUNT"时必填)
|
|
7127
7982
|
*/
|
|
7128
|
-
|
|
7129
|
-
}
|
|
7983
|
+
PayeeBankAddress?: string
|
|
7130
7984
|
|
|
7131
|
-
/**
|
|
7132
|
-
* UnbindRelateAcct返回参数结构体
|
|
7133
|
-
*/
|
|
7134
|
-
export interface UnbindRelateAcctResponse {
|
|
7135
7985
|
/**
|
|
7136
|
-
*
|
|
7986
|
+
* 收款人开户银行所在国家或地区编码(PayeeType为"BANK_COUNT"时必填)
|
|
7137
7987
|
*/
|
|
7138
|
-
|
|
7988
|
+
PayeeBankDistrict?: string
|
|
7139
7989
|
|
|
7140
7990
|
/**
|
|
7141
|
-
*
|
|
7991
|
+
* 收款银行SwiftCode(PayeeType为"BANK_COUNT"时必填)
|
|
7142
7992
|
*/
|
|
7143
|
-
|
|
7993
|
+
PayeeBankSwiftCode?: string
|
|
7144
7994
|
|
|
7145
7995
|
/**
|
|
7146
|
-
*
|
|
7996
|
+
* 收款银行国际编码类型
|
|
7147
7997
|
*/
|
|
7148
|
-
|
|
7998
|
+
PayeeBankType?: string
|
|
7149
7999
|
|
|
7150
8000
|
/**
|
|
7151
|
-
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
FrontSeqNo?: string
|
|
8001
|
+
* 收款银行国际编码
|
|
8002
|
+
*/
|
|
8003
|
+
PayeeBankCode?: string
|
|
7155
8004
|
|
|
7156
8005
|
/**
|
|
7157
|
-
|
|
7158
|
-
|
|
7159
|
-
|
|
7160
|
-
ReservedMsg?: string
|
|
8006
|
+
* 收款人附言
|
|
8007
|
+
*/
|
|
8008
|
+
ReferenceForBeneficiary?: string
|
|
7161
8009
|
|
|
7162
8010
|
/**
|
|
7163
|
-
*
|
|
8011
|
+
* 接入环境。沙箱环境填sandbox
|
|
7164
8012
|
*/
|
|
7165
|
-
|
|
8013
|
+
Profile?: string
|
|
7166
8014
|
}
|
|
7167
8015
|
|
|
7168
8016
|
/**
|
|
@@ -7292,123 +8140,19 @@ development: 开发环境
|
|
|
7292
8140
|
}
|
|
7293
8141
|
|
|
7294
8142
|
/**
|
|
7295
|
-
*
|
|
8143
|
+
* QueryAgentStatements请求参数结构体
|
|
7296
8144
|
*/
|
|
7297
|
-
export interface
|
|
7298
|
-
/**
|
|
7299
|
-
* 请求类型 此接口固定填:MemberRechargeThirdPayReq
|
|
7300
|
-
*/
|
|
7301
|
-
RequestType: string
|
|
7302
|
-
|
|
7303
|
-
/**
|
|
7304
|
-
* 商户号
|
|
7305
|
-
*/
|
|
7306
|
-
MerchantCode: string
|
|
7307
|
-
|
|
7308
|
-
/**
|
|
7309
|
-
* 支付渠道
|
|
7310
|
-
*/
|
|
7311
|
-
PayChannel: string
|
|
7312
|
-
|
|
7313
|
-
/**
|
|
7314
|
-
* 子渠道
|
|
7315
|
-
*/
|
|
7316
|
-
PayChannelSubId: number
|
|
7317
|
-
|
|
7318
|
-
/**
|
|
7319
|
-
* 交易订单号
|
|
7320
|
-
*/
|
|
7321
|
-
OrderId: string
|
|
7322
|
-
|
|
7323
|
-
/**
|
|
7324
|
-
* 父账户账号,资金汇总账号
|
|
7325
|
-
*/
|
|
7326
|
-
BankAccountNumber: string
|
|
7327
|
-
|
|
7328
|
-
/**
|
|
7329
|
-
* 平台短号(银行分配)
|
|
7330
|
-
*/
|
|
7331
|
-
PlatformShortNumber: string
|
|
7332
|
-
|
|
7333
|
-
/**
|
|
7334
|
-
* 聚鑫分配的安全ID
|
|
7335
|
-
*/
|
|
7336
|
-
MidasSecretId: string
|
|
7337
|
-
|
|
7338
|
-
/**
|
|
7339
|
-
* 聚鑫分配的支付主MidasAppId
|
|
7340
|
-
*/
|
|
7341
|
-
MidasAppId: string
|
|
7342
|
-
|
|
7343
|
-
/**
|
|
7344
|
-
* 计费签名
|
|
7345
|
-
*/
|
|
7346
|
-
MidasSignature: string
|
|
7347
|
-
|
|
7348
|
-
/**
|
|
7349
|
-
* 交易流水号
|
|
7350
|
-
*/
|
|
7351
|
-
TransSequenceNumber: string
|
|
7352
|
-
|
|
7353
|
-
/**
|
|
7354
|
-
* 子账户账号
|
|
7355
|
-
*/
|
|
7356
|
-
BankSubAccountNumber: string
|
|
7357
|
-
|
|
7358
|
-
/**
|
|
7359
|
-
* 交易手续费,以元为单位
|
|
7360
|
-
*/
|
|
7361
|
-
TransFee: string
|
|
7362
|
-
|
|
7363
|
-
/**
|
|
7364
|
-
* 第三方支付渠道类型 0001-微信 0002-支付宝 0003-京东支付
|
|
7365
|
-
*/
|
|
7366
|
-
ThirdPayChannel: string
|
|
7367
|
-
|
|
7368
|
-
/**
|
|
7369
|
-
* 第三方渠道商户号
|
|
7370
|
-
*/
|
|
7371
|
-
ThirdPayChannelMerchantCode: string
|
|
7372
|
-
|
|
7373
|
-
/**
|
|
7374
|
-
* 第三方渠道订单号或流水号
|
|
7375
|
-
*/
|
|
7376
|
-
ThirdPayChannelOrderId: string
|
|
7377
|
-
|
|
7378
|
-
/**
|
|
7379
|
-
* 交易金额
|
|
7380
|
-
*/
|
|
7381
|
-
CurrencyAmount: string
|
|
7382
|
-
|
|
7383
|
-
/**
|
|
7384
|
-
* 单位,1:元,2:角,3:分
|
|
7385
|
-
*/
|
|
7386
|
-
CurrencyUnit: string
|
|
7387
|
-
|
|
7388
|
-
/**
|
|
7389
|
-
* 币种
|
|
7390
|
-
*/
|
|
7391
|
-
CurrencyType: string
|
|
7392
|
-
|
|
7393
|
-
/**
|
|
7394
|
-
* 交易网会员代码
|
|
7395
|
-
*/
|
|
7396
|
-
TransNetMemberCode: string
|
|
7397
|
-
|
|
7398
|
-
/**
|
|
7399
|
-
* midas环境参数
|
|
7400
|
-
*/
|
|
7401
|
-
MidasEnvironment: string
|
|
7402
|
-
|
|
8145
|
+
export interface QueryAgentStatementsRequest {
|
|
7403
8146
|
/**
|
|
7404
|
-
*
|
|
8147
|
+
* 结算单日期,月结算单填每月1日
|
|
7405
8148
|
*/
|
|
7406
|
-
|
|
8149
|
+
Date: string
|
|
7407
8150
|
|
|
7408
8151
|
/**
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
8152
|
+
* 日结算单:daily
|
|
8153
|
+
月结算单:monthly
|
|
8154
|
+
*/
|
|
8155
|
+
Type: string
|
|
7412
8156
|
}
|
|
7413
8157
|
|
|
7414
8158
|
/**
|
|
@@ -7810,83 +8554,195 @@ export interface ViewShopResult {
|
|
|
7810
8554
|
}
|
|
7811
8555
|
|
|
7812
8556
|
/**
|
|
7813
|
-
* 查询汇出数据
|
|
8557
|
+
* 查询汇出数据
|
|
8558
|
+
*/
|
|
8559
|
+
export interface QueryOutwardOrderData {
|
|
8560
|
+
/**
|
|
8561
|
+
* 商户号
|
|
8562
|
+
*/
|
|
8563
|
+
MerchantId: string
|
|
8564
|
+
|
|
8565
|
+
/**
|
|
8566
|
+
* 对接方汇出指令编号
|
|
8567
|
+
*/
|
|
8568
|
+
TransactionId: string
|
|
8569
|
+
|
|
8570
|
+
/**
|
|
8571
|
+
* 财务日期
|
|
8572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8573
|
+
*/
|
|
8574
|
+
AcctDate: string
|
|
8575
|
+
|
|
8576
|
+
/**
|
|
8577
|
+
* 定价币种
|
|
8578
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8579
|
+
*/
|
|
8580
|
+
PricingCurrency: string
|
|
8581
|
+
|
|
8582
|
+
/**
|
|
8583
|
+
* 源币种
|
|
8584
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8585
|
+
*/
|
|
8586
|
+
SourceCurrency: string
|
|
8587
|
+
|
|
8588
|
+
/**
|
|
8589
|
+
* 源金额
|
|
8590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8591
|
+
*/
|
|
8592
|
+
SourceAmount: string
|
|
8593
|
+
|
|
8594
|
+
/**
|
|
8595
|
+
* 目的币种
|
|
8596
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8597
|
+
*/
|
|
8598
|
+
TargetCurrency: string
|
|
8599
|
+
|
|
8600
|
+
/**
|
|
8601
|
+
* 目的金额
|
|
8602
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8603
|
+
*/
|
|
8604
|
+
TargetAmount: string
|
|
8605
|
+
|
|
8606
|
+
/**
|
|
8607
|
+
* 汇率
|
|
8608
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8609
|
+
*/
|
|
8610
|
+
FxRate: string
|
|
8611
|
+
|
|
8612
|
+
/**
|
|
8613
|
+
* 指令状态
|
|
8614
|
+
*/
|
|
8615
|
+
Status: string
|
|
8616
|
+
|
|
8617
|
+
/**
|
|
8618
|
+
* 失败原因
|
|
8619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8620
|
+
*/
|
|
8621
|
+
FailReason: string
|
|
8622
|
+
|
|
8623
|
+
/**
|
|
8624
|
+
* 退汇金额
|
|
8625
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8626
|
+
*/
|
|
8627
|
+
RefundAmount: string
|
|
8628
|
+
|
|
8629
|
+
/**
|
|
8630
|
+
* 退汇币种
|
|
8631
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8632
|
+
*/
|
|
8633
|
+
RefundCurrency: string
|
|
8634
|
+
}
|
|
8635
|
+
|
|
8636
|
+
/**
|
|
8637
|
+
* 第三方子商户进件结果查询返回结果
|
|
7814
8638
|
*/
|
|
7815
|
-
export interface
|
|
8639
|
+
export interface QueryOpenBankExternalSubMerchantRegistrationResult {
|
|
7816
8640
|
/**
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
8641
|
+
* 进件状态。
|
|
8642
|
+
__SUCCESS__: 进件成功
|
|
8643
|
+
__FAILED__: 进件失败
|
|
8644
|
+
__PROCESSING__: 进件中
|
|
8645
|
+
*/
|
|
8646
|
+
RegistrationStatus: string
|
|
7820
8647
|
|
|
7821
8648
|
/**
|
|
7822
|
-
|
|
8649
|
+
* 进件返回描述, 例如失败原因等。
|
|
8650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8651
|
+
*/
|
|
8652
|
+
RegistrationMessage: string
|
|
8653
|
+
|
|
8654
|
+
/**
|
|
8655
|
+
* 渠道进件号。
|
|
7823
8656
|
*/
|
|
7824
|
-
|
|
8657
|
+
ChannelRegistrationNo: string
|
|
7825
8658
|
|
|
7826
8659
|
/**
|
|
7827
|
-
*
|
|
8660
|
+
* 渠道子商户ID(进件成功返回)。
|
|
7828
8661
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7829
8662
|
*/
|
|
7830
|
-
|
|
8663
|
+
ChannelSubMerchantId: string
|
|
7831
8664
|
|
|
7832
8665
|
/**
|
|
7833
|
-
*
|
|
8666
|
+
* 外部子商户名称(进件成功返回)。
|
|
7834
8667
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7835
8668
|
*/
|
|
7836
|
-
|
|
8669
|
+
OutSubMerchantName: string
|
|
7837
8670
|
|
|
7838
8671
|
/**
|
|
7839
|
-
*
|
|
8672
|
+
* 渠道名称(进件成功返回)。
|
|
8673
|
+
__TENPAY__: 商企付
|
|
8674
|
+
__WECHAT__: 微信支付
|
|
8675
|
+
__ALIPAY__: 支付宝
|
|
7840
8676
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7841
8677
|
*/
|
|
7842
|
-
|
|
8678
|
+
ChannelName: string
|
|
7843
8679
|
|
|
7844
8680
|
/**
|
|
7845
|
-
*
|
|
8681
|
+
* 支付方式(进件成功返回)。
|
|
8682
|
+
__EBANK_PAYMENT__: ebank支付
|
|
8683
|
+
__OPENBANK_PAYMENT__: openbank支付
|
|
7846
8684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7847
8685
|
*/
|
|
7848
|
-
|
|
8686
|
+
PaymentMethod: string
|
|
7849
8687
|
|
|
7850
8688
|
/**
|
|
7851
|
-
*
|
|
8689
|
+
* 社会信用代码。
|
|
7852
8690
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7853
8691
|
*/
|
|
7854
|
-
|
|
8692
|
+
BusinessLicenseNumber: string
|
|
7855
8693
|
|
|
7856
8694
|
/**
|
|
7857
|
-
*
|
|
8695
|
+
* 法人姓名
|
|
7858
8696
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7859
8697
|
*/
|
|
7860
|
-
|
|
8698
|
+
LegalName: string
|
|
7861
8699
|
|
|
7862
8700
|
/**
|
|
7863
|
-
*
|
|
8701
|
+
* 第三方渠道查询进件返回数据。详情见附录-复杂类型。
|
|
7864
8702
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7865
8703
|
*/
|
|
7866
|
-
|
|
8704
|
+
ExternalReturnData: string
|
|
8705
|
+
}
|
|
8706
|
+
|
|
8707
|
+
/**
|
|
8708
|
+
* 云企付-跳转参数,用于小程序前端跳转
|
|
8709
|
+
*/
|
|
8710
|
+
export interface OpenBankRedirectInfo {
|
|
8711
|
+
/**
|
|
8712
|
+
* 生成二维码,引导用户扫码
|
|
8713
|
+
*/
|
|
8714
|
+
QRCodeUrl: string
|
|
7867
8715
|
|
|
7868
8716
|
/**
|
|
7869
|
-
*
|
|
8717
|
+
* 二维码凭证
|
|
7870
8718
|
*/
|
|
7871
|
-
|
|
8719
|
+
QRCodeKey: string
|
|
7872
8720
|
|
|
7873
8721
|
/**
|
|
7874
|
-
*
|
|
8722
|
+
* 跳转 URL,用于客户端跳转,订单未支付时返回该参数
|
|
7875
8723
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7876
8724
|
*/
|
|
7877
|
-
|
|
8725
|
+
Url: string
|
|
7878
8726
|
|
|
7879
8727
|
/**
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
|
|
7883
|
-
RefundAmount: string
|
|
8728
|
+
* 跳转凭证过期时间,yyyy-MM-dd HH:mm:ss
|
|
8729
|
+
*/
|
|
8730
|
+
ExpireTime: string
|
|
7884
8731
|
|
|
7885
8732
|
/**
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
8733
|
+
* 小程序 appid
|
|
8734
|
+
*/
|
|
8735
|
+
MpAppId: string
|
|
8736
|
+
|
|
8737
|
+
/**
|
|
8738
|
+
* 小程序路径
|
|
8739
|
+
*/
|
|
8740
|
+
MpPath: string
|
|
8741
|
+
|
|
8742
|
+
/**
|
|
8743
|
+
* 小程序原始 id
|
|
8744
|
+
*/
|
|
8745
|
+
MpUserName: string
|
|
7890
8746
|
}
|
|
7891
8747
|
|
|
7892
8748
|
/**
|
|
@@ -8064,6 +8920,31 @@ export interface RefundMemberTransactionResponse {
|
|
|
8064
8920
|
RequestId?: string
|
|
8065
8921
|
}
|
|
8066
8922
|
|
|
8923
|
+
/**
|
|
8924
|
+
* QueryOpenBankDownLoadUrl返回参数结构体
|
|
8925
|
+
*/
|
|
8926
|
+
export interface QueryOpenBankDownLoadUrlResponse {
|
|
8927
|
+
/**
|
|
8928
|
+
* 业务系统返回码,SUCCESS表示成功,其他表示失败。
|
|
8929
|
+
*/
|
|
8930
|
+
ErrCode: string
|
|
8931
|
+
|
|
8932
|
+
/**
|
|
8933
|
+
* 业务系统返回消息。
|
|
8934
|
+
*/
|
|
8935
|
+
ErrMessage: string
|
|
8936
|
+
|
|
8937
|
+
/**
|
|
8938
|
+
* 查询对账文件下载响应对象。
|
|
8939
|
+
*/
|
|
8940
|
+
Result: QueryOpenBankDownLoadUrlResult
|
|
8941
|
+
|
|
8942
|
+
/**
|
|
8943
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8944
|
+
*/
|
|
8945
|
+
RequestId?: string
|
|
8946
|
+
}
|
|
8947
|
+
|
|
8067
8948
|
/**
|
|
8068
8949
|
* RevResigterBillSupportWithdraw返回参数结构体
|
|
8069
8950
|
*/
|
|
@@ -8309,6 +9190,31 @@ export interface CreateSinglePaymentResponse {
|
|
|
8309
9190
|
RequestId?: string
|
|
8310
9191
|
}
|
|
8311
9192
|
|
|
9193
|
+
/**
|
|
9194
|
+
* CloseOpenBankPaymentOrder请求参数结构体
|
|
9195
|
+
*/
|
|
9196
|
+
export interface CloseOpenBankPaymentOrderRequest {
|
|
9197
|
+
/**
|
|
9198
|
+
* 渠道商户ID,云企付平台下发给外部接入平台。
|
|
9199
|
+
*/
|
|
9200
|
+
ChannelMerchantId: string
|
|
9201
|
+
|
|
9202
|
+
/**
|
|
9203
|
+
* 外部商户订单号,与ChannelOrderId不能同时为空
|
|
9204
|
+
*/
|
|
9205
|
+
OutOrderId?: string
|
|
9206
|
+
|
|
9207
|
+
/**
|
|
9208
|
+
* 云企付平台订单号,与OutOrderId不能同时为空
|
|
9209
|
+
*/
|
|
9210
|
+
ChannelOrderId?: string
|
|
9211
|
+
|
|
9212
|
+
/**
|
|
9213
|
+
* 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
|
|
9214
|
+
*/
|
|
9215
|
+
Environment?: string
|
|
9216
|
+
}
|
|
9217
|
+
|
|
8312
9218
|
/**
|
|
8313
9219
|
* 合同明细响应对象
|
|
8314
9220
|
*/
|
|
@@ -9255,6 +10161,126 @@ development: 开发环境
|
|
|
9255
10161
|
PaymentNotifyUrl?: string
|
|
9256
10162
|
}
|
|
9257
10163
|
|
|
10164
|
+
/**
|
|
10165
|
+
* RechargeByThirdPay请求参数结构体
|
|
10166
|
+
*/
|
|
10167
|
+
export interface RechargeByThirdPayRequest {
|
|
10168
|
+
/**
|
|
10169
|
+
* 请求类型 此接口固定填:MemberRechargeThirdPayReq
|
|
10170
|
+
*/
|
|
10171
|
+
RequestType: string
|
|
10172
|
+
|
|
10173
|
+
/**
|
|
10174
|
+
* 商户号
|
|
10175
|
+
*/
|
|
10176
|
+
MerchantCode: string
|
|
10177
|
+
|
|
10178
|
+
/**
|
|
10179
|
+
* 支付渠道
|
|
10180
|
+
*/
|
|
10181
|
+
PayChannel: string
|
|
10182
|
+
|
|
10183
|
+
/**
|
|
10184
|
+
* 子渠道
|
|
10185
|
+
*/
|
|
10186
|
+
PayChannelSubId: number
|
|
10187
|
+
|
|
10188
|
+
/**
|
|
10189
|
+
* 交易订单号
|
|
10190
|
+
*/
|
|
10191
|
+
OrderId: string
|
|
10192
|
+
|
|
10193
|
+
/**
|
|
10194
|
+
* 父账户账号,资金汇总账号
|
|
10195
|
+
*/
|
|
10196
|
+
BankAccountNumber: string
|
|
10197
|
+
|
|
10198
|
+
/**
|
|
10199
|
+
* 平台短号(银行分配)
|
|
10200
|
+
*/
|
|
10201
|
+
PlatformShortNumber: string
|
|
10202
|
+
|
|
10203
|
+
/**
|
|
10204
|
+
* 聚鑫分配的安全ID
|
|
10205
|
+
*/
|
|
10206
|
+
MidasSecretId: string
|
|
10207
|
+
|
|
10208
|
+
/**
|
|
10209
|
+
* 聚鑫分配的支付主MidasAppId
|
|
10210
|
+
*/
|
|
10211
|
+
MidasAppId: string
|
|
10212
|
+
|
|
10213
|
+
/**
|
|
10214
|
+
* 计费签名
|
|
10215
|
+
*/
|
|
10216
|
+
MidasSignature: string
|
|
10217
|
+
|
|
10218
|
+
/**
|
|
10219
|
+
* 交易流水号
|
|
10220
|
+
*/
|
|
10221
|
+
TransSequenceNumber: string
|
|
10222
|
+
|
|
10223
|
+
/**
|
|
10224
|
+
* 子账户账号
|
|
10225
|
+
*/
|
|
10226
|
+
BankSubAccountNumber: string
|
|
10227
|
+
|
|
10228
|
+
/**
|
|
10229
|
+
* 交易手续费,以元为单位
|
|
10230
|
+
*/
|
|
10231
|
+
TransFee: string
|
|
10232
|
+
|
|
10233
|
+
/**
|
|
10234
|
+
* 第三方支付渠道类型 0001-微信 0002-支付宝 0003-京东支付
|
|
10235
|
+
*/
|
|
10236
|
+
ThirdPayChannel: string
|
|
10237
|
+
|
|
10238
|
+
/**
|
|
10239
|
+
* 第三方渠道商户号
|
|
10240
|
+
*/
|
|
10241
|
+
ThirdPayChannelMerchantCode: string
|
|
10242
|
+
|
|
10243
|
+
/**
|
|
10244
|
+
* 第三方渠道订单号或流水号
|
|
10245
|
+
*/
|
|
10246
|
+
ThirdPayChannelOrderId: string
|
|
10247
|
+
|
|
10248
|
+
/**
|
|
10249
|
+
* 交易金额
|
|
10250
|
+
*/
|
|
10251
|
+
CurrencyAmount: string
|
|
10252
|
+
|
|
10253
|
+
/**
|
|
10254
|
+
* 单位,1:元,2:角,3:分
|
|
10255
|
+
*/
|
|
10256
|
+
CurrencyUnit: string
|
|
10257
|
+
|
|
10258
|
+
/**
|
|
10259
|
+
* 币种
|
|
10260
|
+
*/
|
|
10261
|
+
CurrencyType: string
|
|
10262
|
+
|
|
10263
|
+
/**
|
|
10264
|
+
* 交易网会员代码
|
|
10265
|
+
*/
|
|
10266
|
+
TransNetMemberCode: string
|
|
10267
|
+
|
|
10268
|
+
/**
|
|
10269
|
+
* midas环境参数
|
|
10270
|
+
*/
|
|
10271
|
+
MidasEnvironment: string
|
|
10272
|
+
|
|
10273
|
+
/**
|
|
10274
|
+
* 保留域
|
|
10275
|
+
*/
|
|
10276
|
+
ReservedMessage?: string
|
|
10277
|
+
|
|
10278
|
+
/**
|
|
10279
|
+
* 备注
|
|
10280
|
+
*/
|
|
10281
|
+
Remark?: string
|
|
10282
|
+
}
|
|
10283
|
+
|
|
9258
10284
|
/**
|
|
9259
10285
|
* DistributeRemoveReceiver返回参数结构体
|
|
9260
10286
|
*/
|
|
@@ -9905,6 +10931,30 @@ export interface ExecuteMemberTransactionResponse {
|
|
|
9905
10931
|
RequestId?: string
|
|
9906
10932
|
}
|
|
9907
10933
|
|
|
10934
|
+
/**
|
|
10935
|
+
* 第三方子商户银行卡解绑结果查询返回结果
|
|
10936
|
+
*/
|
|
10937
|
+
export interface QueryOpenBankUnbindExternalSubMerchantBankAccountResult {
|
|
10938
|
+
/**
|
|
10939
|
+
* 渠道申请编号。
|
|
10940
|
+
*/
|
|
10941
|
+
ChannelApplyId: string
|
|
10942
|
+
|
|
10943
|
+
/**
|
|
10944
|
+
* 解绑状态。
|
|
10945
|
+
__SUCCESS__: 解绑成功
|
|
10946
|
+
__FAILED__: 解绑失败
|
|
10947
|
+
__PROCESSING__: 解绑中
|
|
10948
|
+
*/
|
|
10949
|
+
UnbindStatus: string
|
|
10950
|
+
|
|
10951
|
+
/**
|
|
10952
|
+
* 解绑返回描述, 例如失败原因等。
|
|
10953
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10954
|
+
*/
|
|
10955
|
+
UnbindMessage: string
|
|
10956
|
+
}
|
|
10957
|
+
|
|
9908
10958
|
/**
|
|
9909
10959
|
* 提交申报材料结果
|
|
9910
10960
|
*/
|
|
@@ -10322,6 +11372,26 @@ export interface RegisterBillRequest {
|
|
|
10322
11372
|
MidasEnvironment?: string
|
|
10323
11373
|
}
|
|
10324
11374
|
|
|
11375
|
+
/**
|
|
11376
|
+
* 云企付-商品信息
|
|
11377
|
+
*/
|
|
11378
|
+
export interface OpenBankGoodsInfo {
|
|
11379
|
+
/**
|
|
11380
|
+
* 商品名称,默认值“商品支付”
|
|
11381
|
+
*/
|
|
11382
|
+
GoodsName: string
|
|
11383
|
+
|
|
11384
|
+
/**
|
|
11385
|
+
* 商品详细描述(商品列表)
|
|
11386
|
+
*/
|
|
11387
|
+
GoodsDetail?: string
|
|
11388
|
+
|
|
11389
|
+
/**
|
|
11390
|
+
* 商品简单描述。需传入应用市场上的 APP 名字-实际商品名称,例如:天天爱消除-游戏充值
|
|
11391
|
+
*/
|
|
11392
|
+
GoodsDescription?: string
|
|
11393
|
+
}
|
|
11394
|
+
|
|
10325
11395
|
/**
|
|
10326
11396
|
* 子订单列表
|
|
10327
11397
|
*/
|
|
@@ -10704,9 +11774,42 @@ export interface DownloadBillResponse {
|
|
|
10704
11774
|
DownloadUrl?: string
|
|
10705
11775
|
|
|
10706
11776
|
/**
|
|
10707
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11777
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11778
|
+
*/
|
|
11779
|
+
RequestId?: string
|
|
11780
|
+
}
|
|
11781
|
+
|
|
11782
|
+
/**
|
|
11783
|
+
* QueryOpenBankBindExternalSubMerchantBankAccount请求参数结构体
|
|
11784
|
+
*/
|
|
11785
|
+
export interface QueryOpenBankBindExternalSubMerchantBankAccountRequest {
|
|
11786
|
+
/**
|
|
11787
|
+
* 渠道子商户ID。
|
|
11788
|
+
*/
|
|
11789
|
+
ChannelSubMerchantId: string
|
|
11790
|
+
|
|
11791
|
+
/**
|
|
11792
|
+
* 渠道商户ID。
|
|
11793
|
+
*/
|
|
11794
|
+
ChannelMerchantId: string
|
|
11795
|
+
|
|
11796
|
+
/**
|
|
11797
|
+
* 渠道申请编号,与外部申请编号二者选填其一。
|
|
11798
|
+
*/
|
|
11799
|
+
ChannelApplyId?: string
|
|
11800
|
+
|
|
11801
|
+
/**
|
|
11802
|
+
* 环境类型。
|
|
11803
|
+
__release__:生产环境
|
|
11804
|
+
__sandbox__:沙箱环境
|
|
11805
|
+
_不填默认为生产环境_
|
|
11806
|
+
*/
|
|
11807
|
+
Environment?: string
|
|
11808
|
+
|
|
11809
|
+
/**
|
|
11810
|
+
* 外部申请编号,与渠道申请编号二者选填其一。
|
|
10708
11811
|
*/
|
|
10709
|
-
|
|
11812
|
+
OutApplyId?: string
|
|
10710
11813
|
}
|
|
10711
11814
|
|
|
10712
11815
|
/**
|
|
@@ -11272,19 +12375,31 @@ export interface QueryTransferResultRequest {
|
|
|
11272
12375
|
}
|
|
11273
12376
|
|
|
11274
12377
|
/**
|
|
11275
|
-
*
|
|
12378
|
+
* QueryOpenBankExternalSubMerchantBankAccount返回参数结构体
|
|
11276
12379
|
*/
|
|
11277
|
-
export interface
|
|
12380
|
+
export interface QueryOpenBankExternalSubMerchantBankAccountResponse {
|
|
11278
12381
|
/**
|
|
11279
|
-
|
|
12382
|
+
* 错误码。
|
|
12383
|
+
__SUCCESS__: 成功
|
|
12384
|
+
__其他__: 见附录-错误码表
|
|
12385
|
+
*/
|
|
12386
|
+
ErrCode: string
|
|
12387
|
+
|
|
12388
|
+
/**
|
|
12389
|
+
* 错误消息。
|
|
11280
12390
|
*/
|
|
11281
|
-
|
|
12391
|
+
ErrMessage: string
|
|
11282
12392
|
|
|
11283
12393
|
/**
|
|
11284
|
-
*
|
|
11285
|
-
|
|
12394
|
+
* 返回结果。
|
|
12395
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11286
12396
|
*/
|
|
11287
|
-
|
|
12397
|
+
Result: QueryOpenBankExternalSubMerchantBankAccountResult
|
|
12398
|
+
|
|
12399
|
+
/**
|
|
12400
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12401
|
+
*/
|
|
12402
|
+
RequestId?: string
|
|
11288
12403
|
}
|
|
11289
12404
|
|
|
11290
12405
|
/**
|
|
@@ -11542,18 +12657,166 @@ export interface OrderItem {
|
|
|
11542
12657
|
}
|
|
11543
12658
|
|
|
11544
12659
|
/**
|
|
11545
|
-
*
|
|
12660
|
+
* RefundMemberTransaction请求参数结构体
|
|
11546
12661
|
*/
|
|
11547
|
-
export interface
|
|
12662
|
+
export interface RefundMemberTransactionRequest {
|
|
11548
12663
|
/**
|
|
11549
|
-
*
|
|
12664
|
+
* 转出见证子账户的户名
|
|
11550
12665
|
*/
|
|
11551
|
-
|
|
12666
|
+
OutSubAccountName: string
|
|
11552
12667
|
|
|
11553
12668
|
/**
|
|
11554
|
-
*
|
|
12669
|
+
* 转入见证子账户的户名
|
|
11555
12670
|
*/
|
|
11556
|
-
|
|
12671
|
+
InSubAccountName: string
|
|
12672
|
+
|
|
12673
|
+
/**
|
|
12674
|
+
* 子渠道
|
|
12675
|
+
*/
|
|
12676
|
+
PayChannelSubId: number
|
|
12677
|
+
|
|
12678
|
+
/**
|
|
12679
|
+
* 转出见证子账户账号
|
|
12680
|
+
*/
|
|
12681
|
+
OutSubAccountNumber: string
|
|
12682
|
+
|
|
12683
|
+
/**
|
|
12684
|
+
* 计费签名
|
|
12685
|
+
*/
|
|
12686
|
+
MidasSignature: string
|
|
12687
|
+
|
|
12688
|
+
/**
|
|
12689
|
+
* 转入见证子账户账号
|
|
12690
|
+
*/
|
|
12691
|
+
InSubAccountNumber: string
|
|
12692
|
+
|
|
12693
|
+
/**
|
|
12694
|
+
* 聚鑫分配的安全ID
|
|
12695
|
+
*/
|
|
12696
|
+
MidasSecretId: string
|
|
12697
|
+
|
|
12698
|
+
/**
|
|
12699
|
+
* 父账户账号,资金汇总账号
|
|
12700
|
+
*/
|
|
12701
|
+
BankAccountNumber: string
|
|
12702
|
+
|
|
12703
|
+
/**
|
|
12704
|
+
* 原老订单流水号
|
|
12705
|
+
*/
|
|
12706
|
+
OldTransSequenceNumber: string
|
|
12707
|
+
|
|
12708
|
+
/**
|
|
12709
|
+
* 银行注册商户号
|
|
12710
|
+
*/
|
|
12711
|
+
MerchantCode: string
|
|
12712
|
+
|
|
12713
|
+
/**
|
|
12714
|
+
* 请求类型,固定为MemberTransactionRefundReq
|
|
12715
|
+
*/
|
|
12716
|
+
RequestType: string
|
|
12717
|
+
|
|
12718
|
+
/**
|
|
12719
|
+
* 交易金额
|
|
12720
|
+
*/
|
|
12721
|
+
CurrencyAmount: string
|
|
12722
|
+
|
|
12723
|
+
/**
|
|
12724
|
+
* 交易流水号
|
|
12725
|
+
*/
|
|
12726
|
+
TransSequenceNumber: string
|
|
12727
|
+
|
|
12728
|
+
/**
|
|
12729
|
+
* 渠道
|
|
12730
|
+
*/
|
|
12731
|
+
PayChannel: string
|
|
12732
|
+
|
|
12733
|
+
/**
|
|
12734
|
+
* 原订单号
|
|
12735
|
+
*/
|
|
12736
|
+
OldOrderId: string
|
|
12737
|
+
|
|
12738
|
+
/**
|
|
12739
|
+
* 聚鑫分配的支付主MidasAppId
|
|
12740
|
+
*/
|
|
12741
|
+
MidasAppId: string
|
|
12742
|
+
|
|
12743
|
+
/**
|
|
12744
|
+
* 订单号
|
|
12745
|
+
*/
|
|
12746
|
+
OrderId: string
|
|
12747
|
+
|
|
12748
|
+
/**
|
|
12749
|
+
* Midas环境标识 release 现网环境 sandbox 沙箱环境
|
|
12750
|
+
development 开发环境
|
|
12751
|
+
*/
|
|
12752
|
+
MidasEnvironment: string
|
|
12753
|
+
|
|
12754
|
+
/**
|
|
12755
|
+
* 转出子账户交易网会员代码
|
|
12756
|
+
*/
|
|
12757
|
+
OutTransNetMemberCode?: string
|
|
12758
|
+
|
|
12759
|
+
/**
|
|
12760
|
+
* 转入子账户交易网会员代码
|
|
12761
|
+
*/
|
|
12762
|
+
InTransNetMemberCode?: string
|
|
12763
|
+
|
|
12764
|
+
/**
|
|
12765
|
+
* 保留域
|
|
12766
|
+
*/
|
|
12767
|
+
ReservedMessage?: string
|
|
12768
|
+
|
|
12769
|
+
/**
|
|
12770
|
+
* 平台短号(银行分配)
|
|
12771
|
+
*/
|
|
12772
|
+
PlatformShortNumber?: string
|
|
12773
|
+
|
|
12774
|
+
/**
|
|
12775
|
+
* 0-登记挂账,1-撤销挂账
|
|
12776
|
+
*/
|
|
12777
|
+
TransType?: string
|
|
12778
|
+
|
|
12779
|
+
/**
|
|
12780
|
+
* 交易手续费
|
|
12781
|
+
*/
|
|
12782
|
+
TransFee?: string
|
|
12783
|
+
}
|
|
12784
|
+
|
|
12785
|
+
/**
|
|
12786
|
+
* 第三方子商户银行卡绑定返回结果
|
|
12787
|
+
*/
|
|
12788
|
+
export interface BindOpenBankExternalSubMerchantBankAccountResult {
|
|
12789
|
+
/**
|
|
12790
|
+
* 渠道申请编号。
|
|
12791
|
+
*/
|
|
12792
|
+
ChannelApplyId: string
|
|
12793
|
+
|
|
12794
|
+
/**
|
|
12795
|
+
* 绑定状态。
|
|
12796
|
+
__SUCCESS__: 绑定成功
|
|
12797
|
+
__FAILED__: 绑定失败
|
|
12798
|
+
__PROCESSING__: 绑定中。
|
|
12799
|
+
注意:若返回绑定中,需要再次调用绑定结果查询接口,查询结果。
|
|
12800
|
+
*/
|
|
12801
|
+
BindStatus: string
|
|
12802
|
+
|
|
12803
|
+
/**
|
|
12804
|
+
* 绑定返回描述, 例如失败原因等。
|
|
12805
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12806
|
+
*/
|
|
12807
|
+
BindMessage: string
|
|
12808
|
+
|
|
12809
|
+
/**
|
|
12810
|
+
* 渠道子商户银行账户信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。
|
|
12811
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12812
|
+
*/
|
|
12813
|
+
ExternalSubMerchantBankAccountReturnData: string
|
|
12814
|
+
|
|
12815
|
+
/**
|
|
12816
|
+
* 绑卡序列号。
|
|
12817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12818
|
+
*/
|
|
12819
|
+
BindSerialNo: string
|
|
11557
12820
|
}
|
|
11558
12821
|
|
|
11559
12822
|
/**
|
|
@@ -11848,20 +13111,34 @@ export interface DownloadOrgFileResponse {
|
|
|
11848
13111
|
}
|
|
11849
13112
|
|
|
11850
13113
|
/**
|
|
11851
|
-
*
|
|
13114
|
+
* 云企付-收款人信息
|
|
11852
13115
|
*/
|
|
11853
|
-
export interface
|
|
13116
|
+
export interface OpenBankPayeeInfo {
|
|
11854
13117
|
/**
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
Storage: string
|
|
13118
|
+
* 收款方唯一标识。当渠道为TENPAY,付款方式为EBANK_PAYMENT,必填,上送收款方入驻云企付商户ID;付款方式为OPENBANK_PAYMENT时,非必填,输入外部收款方的标识ID
|
|
13119
|
+
*/
|
|
13120
|
+
PayeeId?: string
|
|
11859
13121
|
|
|
11860
13122
|
/**
|
|
11861
|
-
*
|
|
11862
|
-
|
|
13123
|
+
* 收款方名称。当渠道为TENPAY,付款方式为EBANK_PAYMENT时,上送收款方入驻云企付的商户名称;
|
|
13124
|
+
渠道为TENPAY,付款方式为OPENBANK_PAYMENT时必选,上送收款方账户名称
|
|
11863
13125
|
*/
|
|
11864
|
-
|
|
13126
|
+
PayeeName?: string
|
|
13127
|
+
|
|
13128
|
+
/**
|
|
13129
|
+
* 银行账号。渠道为TENPAY,付款方式为OPENBANK_PAYMENT时必选
|
|
13130
|
+
*/
|
|
13131
|
+
BankAccountNumber?: string
|
|
13132
|
+
|
|
13133
|
+
/**
|
|
13134
|
+
* 支行名称。
|
|
13135
|
+
*/
|
|
13136
|
+
BankBranchName?: string
|
|
13137
|
+
|
|
13138
|
+
/**
|
|
13139
|
+
* 联行号。渠道为TENPAY,付款方式为OPENBANK_PAYMENT时必选
|
|
13140
|
+
*/
|
|
13141
|
+
BankBranchId?: string
|
|
11865
13142
|
}
|
|
11866
13143
|
|
|
11867
13144
|
/**
|
|
@@ -11970,6 +13247,44 @@ export interface PayDataResult {
|
|
|
11970
13247
|
PaymentOptionTen?: string
|
|
11971
13248
|
}
|
|
11972
13249
|
|
|
13250
|
+
/**
|
|
13251
|
+
* QueryOpenBankExternalSubMerchantBankAccount请求参数结构体
|
|
13252
|
+
*/
|
|
13253
|
+
export interface QueryOpenBankExternalSubMerchantBankAccountRequest {
|
|
13254
|
+
/**
|
|
13255
|
+
* 渠道商户ID。
|
|
13256
|
+
*/
|
|
13257
|
+
ChannelMerchantId: string
|
|
13258
|
+
|
|
13259
|
+
/**
|
|
13260
|
+
* 渠道子商户ID。
|
|
13261
|
+
*/
|
|
13262
|
+
ChannelSubMerchantId: string
|
|
13263
|
+
|
|
13264
|
+
/**
|
|
13265
|
+
* 渠道名称。
|
|
13266
|
+
__TENPAY__: 商企付
|
|
13267
|
+
__WECHAT__: 微信支付
|
|
13268
|
+
__ALIPAY__: 支付宝
|
|
13269
|
+
*/
|
|
13270
|
+
ChannelName: string
|
|
13271
|
+
|
|
13272
|
+
/**
|
|
13273
|
+
* 支付方式。
|
|
13274
|
+
__EBANK_PAYMENT__: ebank支付
|
|
13275
|
+
__OPENBANK_PAYMENT__: openbank支付
|
|
13276
|
+
*/
|
|
13277
|
+
PaymentMethod: string
|
|
13278
|
+
|
|
13279
|
+
/**
|
|
13280
|
+
* 环境类型。
|
|
13281
|
+
__release__:生产环境
|
|
13282
|
+
__sandbox__:沙箱环境
|
|
13283
|
+
_不填默认为生产环境_
|
|
13284
|
+
*/
|
|
13285
|
+
Environment?: string
|
|
13286
|
+
}
|
|
13287
|
+
|
|
11973
13288
|
/**
|
|
11974
13289
|
* QueryReconciliationDocument返回参数结构体
|
|
11975
13290
|
*/
|
|
@@ -12904,31 +14219,99 @@ export interface QueryRefundRequest {
|
|
|
12904
14219
|
/**
|
|
12905
14220
|
* 聚鑫分配的安全ID
|
|
12906
14221
|
*/
|
|
12907
|
-
MidasSecretId: string
|
|
14222
|
+
MidasSecretId: string
|
|
14223
|
+
|
|
14224
|
+
/**
|
|
14225
|
+
* 按照聚鑫安全密钥计算的签名
|
|
14226
|
+
*/
|
|
14227
|
+
MidasSignature: string
|
|
14228
|
+
|
|
14229
|
+
/**
|
|
14230
|
+
* 环境名:
|
|
14231
|
+
release: 现网环境
|
|
14232
|
+
sandbox: 沙箱环境
|
|
14233
|
+
development: 开发环境
|
|
14234
|
+
缺省: release
|
|
14235
|
+
*/
|
|
14236
|
+
MidasEnvironment?: string
|
|
14237
|
+
}
|
|
14238
|
+
|
|
14239
|
+
/**
|
|
14240
|
+
* CreateExternalAnchor接口返回参数
|
|
14241
|
+
*/
|
|
14242
|
+
export interface CreateExternalAnchorData {
|
|
14243
|
+
/**
|
|
14244
|
+
* 主播Id
|
|
14245
|
+
*/
|
|
14246
|
+
AnchorId: string
|
|
14247
|
+
}
|
|
14248
|
+
|
|
14249
|
+
/**
|
|
14250
|
+
* BindOpenBankExternalSubMerchantBankAccount请求参数结构体
|
|
14251
|
+
*/
|
|
14252
|
+
export interface BindOpenBankExternalSubMerchantBankAccountRequest {
|
|
14253
|
+
/**
|
|
14254
|
+
* 渠道商户ID。
|
|
14255
|
+
*/
|
|
14256
|
+
ChannelMerchantId: string
|
|
14257
|
+
|
|
14258
|
+
/**
|
|
14259
|
+
* 渠道子商户ID。
|
|
14260
|
+
*/
|
|
14261
|
+
ChannelSubMerchantId: string
|
|
14262
|
+
|
|
14263
|
+
/**
|
|
14264
|
+
* 渠道名称。
|
|
14265
|
+
__TENPAY__: 商企付
|
|
14266
|
+
__WECHAT__: 微信支付
|
|
14267
|
+
__ALIPAY__: 支付宝
|
|
14268
|
+
*/
|
|
14269
|
+
ChannelName: string
|
|
14270
|
+
|
|
14271
|
+
/**
|
|
14272
|
+
* 支付方式。
|
|
14273
|
+
__EBANK_PAYMENT__: ebank支付
|
|
14274
|
+
__OPENBANK_PAYMENT__: openbank支付
|
|
14275
|
+
*/
|
|
14276
|
+
PaymentMethod: string
|
|
14277
|
+
|
|
14278
|
+
/**
|
|
14279
|
+
* 第三方渠道子商户收款方银行卡信息, 为JSON格式字符串。详情见附录-复杂类型。
|
|
14280
|
+
*/
|
|
14281
|
+
ExternalSubMerchantBindBankAccountData: string
|
|
14282
|
+
|
|
14283
|
+
/**
|
|
14284
|
+
* 外部申请编号。
|
|
14285
|
+
*/
|
|
14286
|
+
OutApplyId: string
|
|
12908
14287
|
|
|
12909
14288
|
/**
|
|
12910
|
-
*
|
|
14289
|
+
* 通知地址。
|
|
12911
14290
|
*/
|
|
12912
|
-
|
|
14291
|
+
NotifyUrl?: string
|
|
12913
14292
|
|
|
12914
14293
|
/**
|
|
12915
|
-
*
|
|
12916
|
-
|
|
12917
|
-
|
|
12918
|
-
|
|
12919
|
-
缺省: release
|
|
14294
|
+
* 环境类型。
|
|
14295
|
+
__release__:生产环境
|
|
14296
|
+
__sandbox__:沙箱环境
|
|
14297
|
+
_不填默认为生产环境_
|
|
12920
14298
|
*/
|
|
12921
|
-
|
|
14299
|
+
Environment?: string
|
|
12922
14300
|
}
|
|
12923
14301
|
|
|
12924
14302
|
/**
|
|
12925
|
-
*
|
|
14303
|
+
* 云企付-分润信息
|
|
12926
14304
|
*/
|
|
12927
|
-
export interface
|
|
14305
|
+
export interface OpenBankProfitShareInfo {
|
|
12928
14306
|
/**
|
|
12929
|
-
*
|
|
14307
|
+
* 分润接收方,渠道商户号ID
|
|
12930
14308
|
*/
|
|
12931
|
-
|
|
14309
|
+
RecvId?: string
|
|
14310
|
+
|
|
14311
|
+
/**
|
|
14312
|
+
* 分润金额,单位分
|
|
14313
|
+
*/
|
|
14314
|
+
ProfitShareFee?: number
|
|
12932
14315
|
}
|
|
12933
14316
|
|
|
12934
14317
|
/**
|
|
@@ -14240,6 +15623,26 @@ export interface DescribeOrderStatusRequest {
|
|
|
14240
15623
|
TransDate?: string
|
|
14241
15624
|
}
|
|
14242
15625
|
|
|
15626
|
+
/**
|
|
15627
|
+
* 云企付-关单响应
|
|
15628
|
+
*/
|
|
15629
|
+
export interface CloseOpenBankPaymentOrderResult {
|
|
15630
|
+
/**
|
|
15631
|
+
* 外部商户订单号
|
|
15632
|
+
*/
|
|
15633
|
+
OutOrderId: string
|
|
15634
|
+
|
|
15635
|
+
/**
|
|
15636
|
+
* 云企付平台订单号
|
|
15637
|
+
*/
|
|
15638
|
+
ChannelOrderId: string
|
|
15639
|
+
|
|
15640
|
+
/**
|
|
15641
|
+
* 订单状态。关单成功CLOSED
|
|
15642
|
+
*/
|
|
15643
|
+
OrderStatus: string
|
|
15644
|
+
}
|
|
15645
|
+
|
|
14243
15646
|
/**
|
|
14244
15647
|
* CreateAnchor返回参数结构体
|
|
14245
15648
|
*/
|
|
@@ -14660,6 +16063,32 @@ export interface RegisterInfo {
|
|
|
14660
16063
|
OrganizationType: string
|
|
14661
16064
|
}
|
|
14662
16065
|
|
|
16066
|
+
/**
|
|
16067
|
+
* QueryOpenBankPaymentOrder返回参数结构体
|
|
16068
|
+
*/
|
|
16069
|
+
export interface QueryOpenBankPaymentOrderResponse {
|
|
16070
|
+
/**
|
|
16071
|
+
* 业务系统返回码,SUCCESS表示成功,其他表示失败。
|
|
16072
|
+
*/
|
|
16073
|
+
ErrCode: string
|
|
16074
|
+
|
|
16075
|
+
/**
|
|
16076
|
+
* 业务系统返回消息。
|
|
16077
|
+
*/
|
|
16078
|
+
ErrMessage: string
|
|
16079
|
+
|
|
16080
|
+
/**
|
|
16081
|
+
* 查询支付结果响应对象。
|
|
16082
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16083
|
+
*/
|
|
16084
|
+
Result: QueryOpenBankPaymentOrderResult
|
|
16085
|
+
|
|
16086
|
+
/**
|
|
16087
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
16088
|
+
*/
|
|
16089
|
+
RequestId?: string
|
|
16090
|
+
}
|
|
16091
|
+
|
|
14663
16092
|
/**
|
|
14664
16093
|
* QueryMaliciousRegistration请求参数结构体
|
|
14665
16094
|
*/
|
|
@@ -14756,6 +16185,23 @@ export interface QueryOrderResponse {
|
|
|
14756
16185
|
RequestId?: string
|
|
14757
16186
|
}
|
|
14758
16187
|
|
|
16188
|
+
/**
|
|
16189
|
+
* 上传文件响应对象
|
|
16190
|
+
*/
|
|
16191
|
+
export interface UploadFileResult {
|
|
16192
|
+
/**
|
|
16193
|
+
* 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
|
|
16194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16195
|
+
*/
|
|
16196
|
+
Storage: string
|
|
16197
|
+
|
|
16198
|
+
/**
|
|
16199
|
+
* 文件路径
|
|
16200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16201
|
+
*/
|
|
16202
|
+
FilePath: string
|
|
16203
|
+
}
|
|
16204
|
+
|
|
14759
16205
|
/**
|
|
14760
16206
|
* QueryTrade请求参数结构体
|
|
14761
16207
|
*/
|
|
@@ -14949,23 +16395,36 @@ export interface QueryAgentTaxPaymentBatchRequest {
|
|
|
14949
16395
|
}
|
|
14950
16396
|
|
|
14951
16397
|
/**
|
|
14952
|
-
*
|
|
16398
|
+
* RegisterBillSupportWithdraw返回参数结构体
|
|
14953
16399
|
*/
|
|
14954
|
-
export interface
|
|
16400
|
+
export interface RegisterBillSupportWithdrawResponse {
|
|
14955
16401
|
/**
|
|
14956
|
-
*
|
|
16402
|
+
* String(20),返回码
|
|
14957
16403
|
*/
|
|
14958
|
-
|
|
16404
|
+
TxnReturnCode?: string
|
|
14959
16405
|
|
|
14960
16406
|
/**
|
|
14961
|
-
*
|
|
16407
|
+
* String(100),返回信息
|
|
14962
16408
|
*/
|
|
14963
|
-
|
|
16409
|
+
TxnReturnMsg?: string
|
|
14964
16410
|
|
|
14965
16411
|
/**
|
|
14966
|
-
|
|
14967
|
-
|
|
14968
|
-
|
|
16412
|
+
* STRING(52),见证系统流水号
|
|
16413
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16414
|
+
*/
|
|
16415
|
+
FrontSeqNo?: string
|
|
16416
|
+
|
|
16417
|
+
/**
|
|
16418
|
+
* String(22),交易流水号
|
|
16419
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16420
|
+
*/
|
|
16421
|
+
CnsmrSeqNo?: string
|
|
16422
|
+
|
|
16423
|
+
/**
|
|
16424
|
+
* STRING(1027),保留域
|
|
16425
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16426
|
+
*/
|
|
16427
|
+
ReservedMsg?: string
|
|
14969
16428
|
|
|
14970
16429
|
/**
|
|
14971
16430
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -14974,110 +16433,31 @@ export interface RegisterBillResponse {
|
|
|
14974
16433
|
}
|
|
14975
16434
|
|
|
14976
16435
|
/**
|
|
14977
|
-
*
|
|
16436
|
+
* QueryOpenBankBindExternalSubMerchantBankAccount返回参数结构体
|
|
14978
16437
|
*/
|
|
14979
|
-
export interface
|
|
14980
|
-
/**
|
|
14981
|
-
* 对接方汇出指令编号
|
|
14982
|
-
*/
|
|
14983
|
-
TransactionId: string
|
|
14984
|
-
|
|
14985
|
-
/**
|
|
14986
|
-
* 定价币种
|
|
14987
|
-
*/
|
|
14988
|
-
PricingCurrency: string
|
|
14989
|
-
|
|
14990
|
-
/**
|
|
14991
|
-
* 源币种
|
|
14992
|
-
*/
|
|
14993
|
-
SourceCurrency: string
|
|
14994
|
-
|
|
14995
|
-
/**
|
|
14996
|
-
* 目的币种
|
|
14997
|
-
*/
|
|
14998
|
-
TargetCurrency: string
|
|
14999
|
-
|
|
15000
|
-
/**
|
|
15001
|
-
* 收款人类型(银行卡填"BANK_ACCOUNT")
|
|
15002
|
-
*/
|
|
15003
|
-
PayeeType: string
|
|
15004
|
-
|
|
15005
|
-
/**
|
|
15006
|
-
* 收款人账号
|
|
15007
|
-
*/
|
|
15008
|
-
PayeeAccount: string
|
|
15009
|
-
|
|
15010
|
-
/**
|
|
15011
|
-
* 源币种金额
|
|
15012
|
-
*/
|
|
15013
|
-
SourceAmount?: number
|
|
15014
|
-
|
|
15015
|
-
/**
|
|
15016
|
-
* 目的金额
|
|
15017
|
-
*/
|
|
15018
|
-
TargetAmount?: number
|
|
15019
|
-
|
|
15020
|
-
/**
|
|
15021
|
-
* 收款人姓名(PayeeType为"BANK_COUNT"时必填)
|
|
15022
|
-
*/
|
|
15023
|
-
PayeeName?: string
|
|
15024
|
-
|
|
15025
|
-
/**
|
|
15026
|
-
* 收款人地址(PayeeType为"BANK_COUNT"时必填)
|
|
15027
|
-
*/
|
|
15028
|
-
PayeeAddress?: string
|
|
15029
|
-
|
|
16438
|
+
export interface QueryOpenBankBindExternalSubMerchantBankAccountResponse {
|
|
15030
16439
|
/**
|
|
15031
|
-
*
|
|
15032
|
-
|
|
15033
|
-
|
|
16440
|
+
* 错误码。
|
|
16441
|
+
__SUCCESS__: 成功
|
|
16442
|
+
__其他__: 见附录-错误码表
|
|
15034
16443
|
*/
|
|
15035
|
-
|
|
15036
|
-
|
|
15037
|
-
/**
|
|
15038
|
-
* 收款人国家或地区编码(PayeeType为"BANK_COUNT"时必填)
|
|
15039
|
-
*/
|
|
15040
|
-
PayeeCountryCode?: string
|
|
15041
|
-
|
|
15042
|
-
/**
|
|
15043
|
-
* 收款人开户银行名称(PayeeType为"BANK_COUNT"时必填)
|
|
15044
|
-
*/
|
|
15045
|
-
PayeeBankName?: string
|
|
15046
|
-
|
|
15047
|
-
/**
|
|
15048
|
-
* 收款人开户银行地址(PayeeType为"BANK_COUNT"时必填)
|
|
15049
|
-
*/
|
|
15050
|
-
PayeeBankAddress?: string
|
|
15051
|
-
|
|
15052
|
-
/**
|
|
15053
|
-
* 收款人开户银行所在国家或地区编码(PayeeType为"BANK_COUNT"时必填)
|
|
15054
|
-
*/
|
|
15055
|
-
PayeeBankDistrict?: string
|
|
15056
|
-
|
|
15057
|
-
/**
|
|
15058
|
-
* 收款银行SwiftCode(PayeeType为"BANK_COUNT"时必填)
|
|
15059
|
-
*/
|
|
15060
|
-
PayeeBankSwiftCode?: string
|
|
15061
|
-
|
|
15062
|
-
/**
|
|
15063
|
-
* 收款银行国际编码类型
|
|
15064
|
-
*/
|
|
15065
|
-
PayeeBankType?: string
|
|
16444
|
+
ErrCode: string
|
|
15066
16445
|
|
|
15067
16446
|
/**
|
|
15068
|
-
*
|
|
16447
|
+
* 错误消息。
|
|
15069
16448
|
*/
|
|
15070
|
-
|
|
16449
|
+
ErrMessage: string
|
|
15071
16450
|
|
|
15072
16451
|
/**
|
|
15073
|
-
|
|
15074
|
-
|
|
15075
|
-
|
|
16452
|
+
* 返回结果。
|
|
16453
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16454
|
+
*/
|
|
16455
|
+
Result: QueryOpenBankBindExternalSubMerchantBankAccountResult
|
|
15076
16456
|
|
|
15077
16457
|
/**
|
|
15078
|
-
*
|
|
16458
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15079
16459
|
*/
|
|
15080
|
-
|
|
16460
|
+
RequestId?: string
|
|
15081
16461
|
}
|
|
15082
16462
|
|
|
15083
16463
|
/**
|
|
@@ -15552,6 +16932,27 @@ export interface RefundOrderRequest {
|
|
|
15552
16932
|
OrderNo: string
|
|
15553
16933
|
}
|
|
15554
16934
|
|
|
16935
|
+
/**
|
|
16936
|
+
* 云企付-付款人信息
|
|
16937
|
+
*/
|
|
16938
|
+
export interface OpenBankPayerInfo {
|
|
16939
|
+
/**
|
|
16940
|
+
* 付款方唯一标识。当TENPAY时,必填上送
|
|
16941
|
+
付款方入驻云企付商户ID。
|
|
16942
|
+
*/
|
|
16943
|
+
PayerId?: string
|
|
16944
|
+
|
|
16945
|
+
/**
|
|
16946
|
+
* 付款方名称。当TENPAY上送付款方入驻云企付的商户名称。
|
|
16947
|
+
*/
|
|
16948
|
+
PayerName?: string
|
|
16949
|
+
|
|
16950
|
+
/**
|
|
16951
|
+
* 付款方付款账户标识,当付款方式为OPENBANK_PAYMENT时,必输表示企业账户ID。
|
|
16952
|
+
*/
|
|
16953
|
+
BindSerialNo?: string
|
|
16954
|
+
}
|
|
16955
|
+
|
|
15555
16956
|
/**
|
|
15556
16957
|
* 交易明细信息
|
|
15557
16958
|
*/
|
|
@@ -16068,6 +17469,43 @@ export interface ApplyTradeData {
|
|
|
16068
17469
|
Status: string
|
|
16069
17470
|
}
|
|
16070
17471
|
|
|
17472
|
+
/**
|
|
17473
|
+
* 第三方子商户银行卡列表查询返回结果
|
|
17474
|
+
*/
|
|
17475
|
+
export interface QueryOpenBankExternalSubMerchantBankAccountResult {
|
|
17476
|
+
/**
|
|
17477
|
+
* 第三方渠道子商户查询银行账户返回。
|
|
17478
|
+
*/
|
|
17479
|
+
AccountList: Array<QueryOpenBankExternalSubMerchantBankAccountData>
|
|
17480
|
+
}
|
|
17481
|
+
|
|
17482
|
+
/**
|
|
17483
|
+
* CreateOpenBankPaymentOrder返回参数结构体
|
|
17484
|
+
*/
|
|
17485
|
+
export interface CreateOpenBankPaymentOrderResponse {
|
|
17486
|
+
/**
|
|
17487
|
+
* 业务系统返回码,SUCCESS表示成功,其他表示失败。
|
|
17488
|
+
*/
|
|
17489
|
+
ErrCode: string
|
|
17490
|
+
|
|
17491
|
+
/**
|
|
17492
|
+
* 业务系统返回消息。
|
|
17493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17494
|
+
*/
|
|
17495
|
+
ErrMessage: string
|
|
17496
|
+
|
|
17497
|
+
/**
|
|
17498
|
+
* 统一下单响应对象。
|
|
17499
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17500
|
+
*/
|
|
17501
|
+
Result: CreateOpenBankOrderPaymentResult
|
|
17502
|
+
|
|
17503
|
+
/**
|
|
17504
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
17505
|
+
*/
|
|
17506
|
+
RequestId?: string
|
|
17507
|
+
}
|
|
17508
|
+
|
|
16071
17509
|
/**
|
|
16072
17510
|
* DeduceQuota返回参数结构体
|
|
16073
17511
|
*/
|
|
@@ -16317,6 +17755,39 @@ export interface TerminateContractResponse {
|
|
|
16317
17755
|
RequestId?: string
|
|
16318
17756
|
}
|
|
16319
17757
|
|
|
17758
|
+
/**
|
|
17759
|
+
* QueryOpenBankUnbindExternalSubMerchantBankAccount请求参数结构体
|
|
17760
|
+
*/
|
|
17761
|
+
export interface QueryOpenBankUnbindExternalSubMerchantBankAccountRequest {
|
|
17762
|
+
/**
|
|
17763
|
+
* 渠道子商户ID。
|
|
17764
|
+
*/
|
|
17765
|
+
ChannelSubMerchantId: string
|
|
17766
|
+
|
|
17767
|
+
/**
|
|
17768
|
+
* 渠道商户ID。
|
|
17769
|
+
*/
|
|
17770
|
+
ChannelMerchantId: string
|
|
17771
|
+
|
|
17772
|
+
/**
|
|
17773
|
+
* 渠道申请编号,与外部申请编号二者选填其一。
|
|
17774
|
+
*/
|
|
17775
|
+
ChannelApplyId?: string
|
|
17776
|
+
|
|
17777
|
+
/**
|
|
17778
|
+
* 环境类型。
|
|
17779
|
+
__release__:生产环境
|
|
17780
|
+
__sandbox__:沙箱环境
|
|
17781
|
+
_不填默认为生产环境_
|
|
17782
|
+
*/
|
|
17783
|
+
Environment?: string
|
|
17784
|
+
|
|
17785
|
+
/**
|
|
17786
|
+
* 外部申请编号,与渠道申请编号二者选填其一。
|
|
17787
|
+
*/
|
|
17788
|
+
OutApplyId?: string
|
|
17789
|
+
}
|
|
17790
|
+
|
|
16320
17791
|
/**
|
|
16321
17792
|
* QueryMerchant请求参数结构体
|
|
16322
17793
|
*/
|