资金接口/客户存款接口
version: 0.0.1 bizType=fund.app.DepositAppDubboService.getBindRechargeAddress 查询直充支付钱包地址 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}客户组id
支付渠道编码
支付渠道类型
支付商户号
支付通道客户端类型pc、mobile
账户货币编码
链名称
国家(客户账号开户所属国家)
扩展字段
POST /api/global/fund.app.DepositAppDubboService.getBindRechargeAddress HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"customerGroupId": 1,
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text",
"accountCurrency": "text",
"blockchainName": "text",
"country": "text",
"extend": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCode": "text",
"currency": "text",
"blockchainName": "text",
"address": "text",
"expireTime": 1
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.applyRechargeBindAddress 申请绑直充支付钱包地址 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}客户组id
支付渠道编码
支付渠道类型
支付商户号
支付通道客户端类型pc、mobile
账户货币编码
链名称
国家(客户账号开户所属国家)
扩展字段
POST /api/global/fund.app.DepositAppDubboService.applyRechargeBindAddress HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"customerGroupId": 1,
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text",
"accountCurrency": "text",
"blockchainName": "text",
"country": "text",
"extend": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCode": "text",
"currency": "text",
"blockchainName": "text",
"address": "text",
"expireTime": 1
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.capitalTransfer 不同玩法之间相同资产资金划转 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}账户ID
账户小数位
划入账户玩法
划入账户id
划入客户编号
划入账户小数位
amount
划转的币种
划出账户玩法
POST /api/global/fund.app.DepositAppDubboService.capitalTransfer HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 153
{
"accountId": 1,
"accountDigit": 1,
"toTradeType": 1,
"toAccountId": 1,
"toCustomerNo": "text",
"toAccountDigit": 1,
"amount": 1,
"currency": "text",
"tradeType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {
"surplusAmount": "text"
}
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.capitalTransferRecord 查询资金划转记录 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}每页条数
当前页
下载类型 1:直接下载,2:异步下载
开始时间
结束时间
玩法标识
资产id
POST /api/global/fund.app.DepositAppDubboService.capitalTransferRecord HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 92
{
"size": 1,
"current": 1,
"downloadType": 1,
"startTime": 1,
"endTime": 1,
"tradeType": 1,
"assetsId": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"records": [
{
"outAccountId": 1,
"outCurrencyCode": "text",
"outTradeType": 1,
"outAmount": "text",
"inAccountId": 1,
"inCurrencyCode": "text",
"inTradeType": 1,
"inAmount": "text",
"createTime": "text"
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.capitalTransferSupportDiffCurr 资产资金划转 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}划入账户玩法
划出账户小数位
划出账户玩法
划入账户id
划入客户编号
划入账户小数位
滑动金额
划出币种
划入币种
POST /api/global/fund.app.DepositAppDubboService.capitalTransferSupportDiffCurr HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 154
{
"tradeType": 1,
"accountDigit": 1,
"toTradeType": 1,
"toAccountId": 1,
"toCustomerNo": "text",
"toAccountDigit": 1,
"amount": 1,
"currency": "text",
"toCurrency": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {
"surplusAmount": "text"
}
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.createDepositProposal 创建存款提案 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}账户ID
玩法类型
客户组id
存款费率流水号
存款货币编码
链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20
账户货币编码
汇率
支付渠道编码
支付渠道类型
支付商户号
支付通道客户端类型pc、mobile
账户存款金额
给第三方的请求金额,个别支付通道需要:PayRedeem
国家(客户账号开户所属国家)
广告来源(客户账号开户渠道编码)
存款来源,取值H5、H5_Android、H5_IOS、PCUI_Windows、PCUI_Mac、APP_Android、APP_IOS
前台回调地址
YUL1地址
扩展字段
出款银行编码
支付通道支付类型
三方账号
备注
网络链ID
POST /api/global/fund.app.DepositAppDubboService.createDepositProposal HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 537
{
"accountId": 1,
"tradeType": 1,
"customerGroupId": 1,
"depositRateSerialNo": "text",
"paymentCurrency": "text",
"blockchainName": "text",
"accountCurrency": "text",
"exchangeRate": 1,
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text",
"depositAmount": 1,
"thirdAmount": 1,
"country": "text",
"channelCode": "text",
"depositFrom": "text",
"callbackUrl": "text",
"showUrl": "text",
"extend": "text",
"bankCode": "text",
"paymentChannelPayType": "text",
"thirdAccount": "text",
"remark": "text",
"chainId": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"submitType": "text",
"url": "text",
"contentType": "text",
"data": "text",
"proposalNo": "text",
"browserOpenUrl": "text",
"amount": "text",
"currency": "text",
"toAddress": "text",
"expireTime": 1,
"apiKey": "text",
"paymentChannelCode": "text",
"bank": "text",
"branch": "text",
"accountName": "text",
"accountNo": "text"
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getDepositCoinList 获取直充支付通道支持币种信息 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}支付通道编码
支付币种
POST /api/global/fund.app.DepositAppDubboService.getCryptoBlockchainInfo HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"tradeType": 1,
"paymentCode": "text",
"currency": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCode": "text",
"currency": "text",
"blockchainList": [
"text"
]
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyList 获取支付通道支持的账户币种信息列表 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
客户组id
支付通道支持终端类型pc、mobile
客户开户国家编码
支付通道编码
充值方式
POST /api/global/fund.app.DepositAppDubboService.getDepositAccountCurrencyList HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 115
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"country": "text",
"paymentCode": "text",
"rechargeType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"accountCurrency": "text",
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"rechargeType": "text"
}
],
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyListV2 查询支付通道支持的充值账户币种和链信息 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
客户组id
支付通道支持终端类型pc、mobile
客户开户国家编码
支付通道编码,多个通道编码
支付通道类型,多个类型编码
POST /api/global/fund.app.DepositAppDubboService.getDepositAccountCurrencyListV2 HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 116
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"country": "text",
"paymentCodes": "text",
"paymentTypes": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"clientType": "text",
"accountCurrency": "text",
"blockchainNameList": [
"text"
]
}
],
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getDepositCoinList 获取客户支持的存款币种列表 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
客户组id
支付通道支持终端类型pc、mobile
客户开户国家编码
POST /api/global/fund.app.DepositAppDubboService.getDepositCoinList HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 72
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"country": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
"text"
],
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getDepositExchangeRate 获取存款货币对汇率 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}支付货币编码
账户货币编码
支付通道编码
POST /api/global/fund.app.DepositAppDubboService.getDepositExchangeRate HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
token: text
Content-Type: application/json
Accept: */*
Content-Length: 72
{
"paymentCurrency": "text",
"accountCurrency": "text",
"channelCode": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCurrency": "text",
"accountCurrency": "text",
"channelCode": "text",
"depositRateSerialNo": "text",
"exchangeRate": "text",
"formulaSymbol": "text",
"sourceDigits": "text",
"targetDigits": "text"
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getPayChannels 获取支付通道信息 version=0.0.1时请求参数中accountCurrency和rechargeType会作为查询过滤条件 version=0.0.2时请求参数中accountCurrency会作为查询过滤条件 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{token}}玩法类型
客户组id
支付通道编码
支付通道支持终端类型pc、mobile
支付币种编码
账户币种编码
客户开户国家编码
充值方式,1:直充,2:汇兑
POST /api/global/fund.app.DepositAppDubboService.getPayChannels HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
token: text
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"clientType": "text",
"paymentCurrency": "text",
"accountCurrency": "text",
"country": "text",
"rechargeType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"paymentCurrency": "text",
"merchantNo": "text",
"channelConvertRate": true,
"openTime": "text",
"accountCurrency": "text",
"accountCurrencyDigit": 1,
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"sort": 1,
"extend": {
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"rechargeType": "text",
"limitConfigList": [
{
"id": 1,
"companyId": 1,
"depositBaseConfigId": 1,
"accountCurrency": "text",
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"rechargeType": "text"
}
],
"bank": "text",
"branch": "text",
"accountName": "text",
"accountNo": "text"
}
],
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getPayChannelsV2 获取支付通道信息不过滤账户币种和充值方式 accountCurrency和rechargeType不会作查询过滤条件 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
客户组id
支付通道编码
支付通道支持终端类型pc、mobile
支付币种编码
账户币种编码
客户开户国家编码
充值方式,1:直充,2:汇兑
POST /api/global/fund.app.DepositAppDubboService.getPayChannelsV2 HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"clientType": "text",
"paymentCurrency": "text",
"accountCurrency": "text",
"country": "text",
"rechargeType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"paymentCurrency": "text",
"merchantNo": "text",
"channelConvertRate": true,
"openTime": "text",
"accountCurrency": "text",
"accountCurrencyDigit": 1,
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"sort": 1,
"extend": {
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"rechargeType": "text",
"limitConfigList": [
{
"id": 1,
"companyId": 1,
"depositBaseConfigId": 1,
"accountCurrency": "text",
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"rechargeType": "text"
}
],
"bank": "text",
"branch": "text",
"accountName": "text",
"accountNo": "text"
}
],
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getPayChannelsV3 获取支付通道信息过滤账户币种和链名称 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
客户组id
支付通道支持终端类型pc、mobile
账户币种编码
连名称
客户开户国家编码
POST /api/global/fund.app.DepositAppDubboService.getPayChannelsV3 HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"accountCurrency": "text",
"blockchainName": "text",
"country": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"paymentCurrency": "text",
"merchantNo": "text",
"channelConvertRate": true,
"openTime": "text",
"sort": 1,
"extend": {
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"rechargeType": "text",
"limitConfigList": [
{
"id": 1,
"companyId": 1,
"depositBaseConfigId": 1,
"accountCurrency": "text",
"singleLowAmount": "text",
"singleHighAmount": "text",
"singleCheckLowAmount": "text",
"feeType": 1,
"fee": "text",
"rechargeType": "text"
}
]
}
],
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.getPayStatus 查询加密货币支付状态 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}账户货币编码
通道编码
链名称
支付地址
POST /api/global/fund.app.DepositAppDubboService.getPayStatus HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
token: text
Content-Type: application/json
Accept: */*
Content-Length: 88
{
"accountCurrency": "text",
"channelCode": "text",
"blockchainName": "text",
"address": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"accountCurrency": "text",
"channelCode": "text",
"blockchainName": "text",
"address": "text",
"tradeStatus": 1,
"txId": "text",
"amount": "text",
"proposalNo": "text"
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.judgeIsAlreadyDeposit 判断用户是否已入金 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}POST /api/global/fund.app.DepositAppDubboService.judgeIsAlreadyDeposit HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.manualLoan 手动借款 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
账户币种
金额
POST /api/global/fund.app.DepositAppDubboService.manualLoan HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"tradeType": 1,
"accountCurrency": "text",
"amount": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.manualRepayment 手动还款 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
账户币种
金额
POST /api/global/fund.app.DepositAppDubboService.manualRepayment HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"tradeType": 1,
"accountCurrency": "text",
"amount": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.queryDepositProposal 查询存款提案 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}玩法类型
提案号
POST /api/global/fund.app.DepositAppDubboService.queryDepositProposal HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"tradeType": 1,
"proposalNo": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"companyId": 1,
"customerId": 1,
"customerNo": "text",
"accountId": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"tradeType": 1,
"proposalNo": "text",
"country": "text",
"depositCurrency": "text",
"paymentCurrency": "text",
"blockchainName": "text",
"intendAmount": "text",
"toPaymentRate": "text",
"toPaymentAmount": "text",
"fromPaymentAmount": "text",
"paymentRate": "text",
"actualAmount": "text",
"depositFee": "text",
"finalAmount": "text",
"paymentCode": "text",
"paymentType": "text",
"clientType": "text",
"channelCode": "text",
"checkBy": "text",
"remark": "text",
"checkStatus": 1,
"depositStatus": 1,
"paymentStatus": 1,
"amlRet": 1,
"amlFailReasion": "text",
"refundRet": 1,
"notifyStatus": true,
"queryCount": 1,
"queryMaxCount": 1,
"txid": "text",
"rechargeType": "text",
"address": "text",
"thirdId": "text",
"callbackUrl": "text",
"refundToAddr": "text",
"customerGroupId": 1,
"thirdAccount": "text"
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.queryPayChannelType 查询三方支付通道的支付类型 登录后方可访问
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}国家编码
支付通道编码
支付通道类型
支付商户号
支付通道客户端类型pc、mobile
POST /api/global/fund.app.DepositAppDubboService.queryPayChannelType HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 135
{
"country": "text",
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"name": "text",
"code": "text"
}
],
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.capitalTransferForAgent 不同玩法之间相同资产资金划转 登录后方可访问
{{company}}{{LoginResult.data.token}}en-US{{mock_trace}}0.0.1账户玩法,固定值7
划入客户编号
滑动金额
划出币种
POST /api/global/fund.app.DepositAppDubboService.capitalTransferForAgent HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 71
{
"tradeType": 7,
"toCustomerNo": "86021560",
"amount": 100,
"currency": "HKD"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {
"surplusAmount": "text"
}
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.markOpenCardDepositRate 标记开卡费存款使用汇率 登录后方可访问
存款汇率流水号
支付币种
链名称
收款地址
POST /api/global/fund.app.DepositAppDubboService.markOpenCardDepositRate HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 96
{
"depositRateSerialNo": "text",
"paymentCurrency": "text",
"blockchainName": "text",
"address": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.DepositAppDubboService.prePaymentOrder version=0.0.1 预付款订单信息,订单信息只会保存15分钟,支付订单时需要将此接口返回结果,传入orderNo。 登录后方可访问
存款订单扩展字段信息
POST /api/global/fund.app.DepositAppDubboService.prePaymentOrder HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"extend": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": "text",
"ok": true,
"fail": true
}Last updated