# Funds/Deposit

## Apply for Binding Direct Recharge Payment Wallet Address

> bizType=fund.app.DepositAppDubboService.applyRechargeBindAddress\
> Apply for Binding Direct Recharge Payment Wallet Address\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.applyRechargeBindAddress":{"post":{"summary":"Apply for Binding Direct Recharge Payment Wallet Address","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.applyRechargeBindAddress\nApply for Binding Direct Recharge Payment Wallet Address\nAccessible after login","operationId":"applyRechargeBindAddress","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerRechargeWalletAddrReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultCustomerRechargeWalletAddrRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"CustomerRechargeWalletAddrReqDto":{"type":"object","required":["accountCurrency","blockchainName","country","customerGroupId","paymentChannelClientType","paymentChannelCode","paymentChannelType","paymentMerchantNo"],"properties":{"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentChannelCode":{"type":"string","description":"Payment Channel Code"},"paymentChannelType":{"type":"string","description":"Payment Channel Type"},"paymentMerchantNo":{"type":"string","description":"Payment merchant number"},"paymentChannelClientType":{"type":"string","description":"Payment channel client type pc, mobile"},"accountCurrency":{"type":"string","description":"Account Currency Code"},"blockchainName":{"type":"string","description":"Chain Name"},"country":{"type":"string","description":"Country (Country where the customer account is opened)"},"extend":{"type":"string","description":"Extended Fields"}}},"BaseResultCustomerRechargeWalletAddrRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"$ref":"#/components/schemas/CustomerRechargeWalletAddrRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CustomerRechargeWalletAddrRespDto":{"type":"object","properties":{"paymentCode":{"type":"string","description":"Payment channel code"},"currency":{"type":"string","description":"Payment currency"},"blockchainName":{"type":"string","description":"Chain Name"},"address":{"type":"string","description":"Payment address"},"expireTime":{"type":"integer","description":"Address expiration time"}}}}}}
```

## Mark the exchange rate for opening card fee deposit

> bizType=fund.app.DepositAppDubboService.markOpenCardDepositRate\
> Mark the exchange rate for opening card fee deposit\
> Login required to access

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.markOpenCardDepositRate":{"post":{"summary":"Mark the exchange rate for opening card fee deposit","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.markOpenCardDepositRate\nMark the exchange rate for opening card fee deposit\nLogin required to access","operationId":"applyRechargeBindAddress","tags":["Funds/Deposit"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"depositRateSerialNo":{"type":"string","description":"Deposit exchange rate serial number"},"paymentCurrency":{"type":"string","description":"Payment currency"},"blockchainName":{"type":"string","description":"Chain Name"},"address":{"type":"string","description":"Receiving address"}},"required":["depositRateSerialNo","paymentCurrency","blockchainName"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"boolean","description":"Data Body"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}},"headers":{}}}}}}}
```

## Prepayment order information

> bizType=fund.app.DepositAppDubboService.prePaymentOrder\
> version=0.0.1\
> Prepayment order information, the order information will only be saved for 15 minutes, when paying the order, you need to pass the result returned by this interface and enter the orderNo.\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.prePaymentOrder":{"post":{"summary":"Prepayment order information","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.prePaymentOrder\nversion=0.0.1\nPrepayment order information, the order information will only be saved for 15 minutes, when paying the order, you need to pass the result returned by this interface and enter the orderNo.\nAccess after login","operationId":"applyRechargeBindAddress","tags":["Funds/Deposit"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"extend":{"type":"string","description":"Deposit order extended field information"}},"required":["extend"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code, the service module that the current request will ultimately process, can be empty"},"code":{"type":"string","description":"Status return code, code=0, indicates the current request operation is successful, other codes indicate operation failure"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Global link flag, consistent with the trace in the request header, for easy problem location"},"msgParams":{"type":"string","description":"Placeholder parameter string in the return status description, multiple parameters separated by commas, used to handle variable information in the status description, providing a user-friendly interactive experience"},"data":{"type":"string","description":"Response body, deposit unique identifier, valid for 15 minutes."},"ok":{"type":"boolean","description":"Operation success, true=success, false=failure"},"fail":{"type":"boolean","description":"Operation failure, true=success, false=failure"}}}}},"headers":{}}}}}}}
```

## Transfer of assets and funds between different gameplay with the same currency

> bizType=fund.app.DepositAppDubboService.capitalTransfer Transfer of funds between different gameplay with the same assets Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.capitalTransfer":{"post":{"summary":"Transfer of assets and funds between different gameplay with the same currency","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.capitalTransfer Transfer of funds between different gameplay with the same assets Access after login","operationId":"capitalTransfer","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CapitalTransferReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultAmountTransferVo"}}},"headers":{}}}}}},"components":{"schemas":{"CapitalTransferReqDto":{"type":"object","required":["amount","toCustomerNo","toTradeType"],"properties":{"accountId":{"type":"integer","format":"int64","description":"Account ID"},"accountDigit":{"type":"integer","format":"int32","description":"Account Decimal Places"},"toTradeType":{"type":"integer","format":"int64","description":"Transfer to Account Gameplay"},"toAccountId":{"type":"integer","format":"int64","description":"Transfer to Account ID"},"toCustomerNo":{"type":"string","description":"Transfer to customer number"},"toAccountDigit":{"type":"integer","format":"int32","description":"Transfer to Account Decimal Places"},"amount":{"type":"number","description":"amount"},"currency":{"type":"string","description":"Currency for transfer"}}},"BaseResultAmountTransferVo":{"type":"object","properties":{"bizCode":{"type":"string","title":"Module identifier code"},"code":{"type":"string","title":"Status return code"},"msg":{"type":"string","title":"Status description"},"tm":{"type":"integer","format":"int64","title":"Processing time (milliseconds)"},"trace":{"type":"string","title":"Tracking code"},"msgParams":{"type":"string","title":"Placeholder parameter string in return description, multiple parameters separated by commas"},"ok":{"type":"boolean"},"fail":{"type":"boolean"},"data":{"title":"Data Body","$ref":"#/components/schemas/AmountTransferVo"}},"title":"BaseResultAmountTransferVo"},"AmountTransferVo":{"type":"object","properties":{"surplusAmount":{"type":"string","description":"Amount of change"}},"required":["surplusAmount"]}}}}
```

## Transfer assets and funds from the proxy client to the client being represented

> bizType=fund.app.DepositAppDubboService.capitalTransferForAgent\
> Transfer of the same assets and funds between different gameplay\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.capitalTransferForAgent":{"post":{"summary":"Transfer assets and funds from the proxy client to the client being represented","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.capitalTransferForAgent\nTransfer of the same assets and funds between different gameplay\nAccessible after login","operationId":"capitalTransfer","tags":["Funds/Deposit"],"parameters":[{"name":"companyId","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"version","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"tradeType":{"type":"integer","format":"int64","description":"Account gameplay, fixed value 7"},"toCustomerNo":{"type":"string","description":"Transfer to customer number"},"amount":{"type":"number","description":"Sliding amount"},"currency":{"type":"string","description":"Transfer out currency"}},"required":["tradeType","toCustomerNo","amount","currency"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultAmountTransferVo"}}},"headers":{}}}}}},"components":{"schemas":{"BaseResultAmountTransferVo":{"type":"object","properties":{"bizCode":{"type":"string","title":"Module identifier code"},"code":{"type":"string","title":"Status return code"},"msg":{"type":"string","title":"Status description"},"tm":{"type":"integer","format":"int64","title":"Processing time (milliseconds)"},"trace":{"type":"string","title":"Tracking code"},"msgParams":{"type":"string","title":"Placeholder parameter string in return description, multiple parameters separated by commas"},"ok":{"type":"boolean"},"fail":{"type":"boolean"},"data":{"title":"Data Body","$ref":"#/components/schemas/AmountTransferVo"}},"title":"BaseResultAmountTransferVo"},"AmountTransferVo":{"type":"object","properties":{"surplusAmount":{"type":"string","description":"Amount of change"}},"required":["surplusAmount"]}}}}
```

## Query Fund Transfer Records

> bizType=fund.app.DepositAppDubboService.capitalTransferRecord\
> Query capital transfer records\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.capitalTransferRecord":{"post":{"summary":"Query Fund Transfer Records","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.capitalTransferRecord\nQuery capital transfer records\nAccessible after login","operationId":"capitalTransferRecord","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CapitalTransferRecordDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultCapitalTransferRecordResDto"}}},"headers":{}}}}}},"components":{"schemas":{"CapitalTransferRecordDto":{"type":"object","properties":{"size":{"type":"integer","format":"int64","description":"Number of Items per Page"},"current":{"type":"integer","format":"int64","description":"Current Page"},"downloadType":{"type":"integer","format":"int32","description":"Download type 1: direct download, 2: asynchronous download"},"startTime":{"type":"integer","format":"int64","description":"Start Time"},"endTime":{"type":"integer","format":"int64","description":"End Time"},"tradeType":{"type":"integer","format":"int64","description":"Play Type Identifier"},"assetsId":{"type":"integer","format":"int64","description":"Asset Id"}}},"BaseResultCapitalTransferRecordResDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"description":"Data Body","$ref":"#/components/schemas/BasePageVoCapitalTransferRecordResDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"BasePageVoCapitalTransferRecordResDto":{"type":"object","properties":{"records":{"type":"array","description":"Result list","items":{"$ref":"#/components/schemas/CapitalTransferRecordResDto"}},"total":{"type":"integer","format":"int64","description":"Total"},"size":{"type":"integer","format":"int64","description":"Number of Items per Page"},"current":{"type":"integer","format":"int64","description":"Current Page"}}},"CapitalTransferRecordResDto":{"type":"object","properties":{"outAccountId":{"type":"integer","description":"Debit Account Id"},"outCurrencyCode":{"type":"string","description":"Debit Account Currency"},"outTradeType":{"type":"integer","description":"Debit Account Play Type"},"outAmount":{"type":"string","description":"Debit Amount"},"inAccountId":{"type":"integer","description":"Credit Account Id"},"inCurrencyCode":{"type":"string","description":"Credit Account Currency"},"inTradeType":{"type":"integer","description":"Credit Account Play Type"},"inAmount":{"type":"string","description":"Credit Amount"},"createTime":{"type":"string","description":"Creation time"}},"required":["outAccountId","outCurrencyCode","outTradeType","outAmount","inAccountId","inCurrencyCode","inTradeType","inAmount","createTime"]}}}}
```

## Asset fund transfer

> bizType=fund.app.DepositAppDubboService.capitalTransferSupportDiffCurr\
> Asset fund transfer\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.capitalTransferSupportDiffCurr":{"post":{"summary":"Asset fund transfer","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.capitalTransferSupportDiffCurr\nAsset fund transfer\nAccessible after login","operationId":"capitalTransferSupportDiffCurr","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CapitalTransferDiffCurrReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultAmountTransferVo"}}},"headers":{}}}}}},"components":{"schemas":{"CapitalTransferDiffCurrReqDto":{"type":"object","required":["amount","currency","toCurrency","toCustomerNo","toTradeType","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Transfer to Account Gameplay"},"accountDigit":{"type":"integer","format":"int32","description":"Transfer out Account Decimal Places"},"toTradeType":{"type":"integer","format":"int64","description":"Transfer out Account Gameplay"},"toAccountId":{"type":"integer","format":"int64","description":"Transfer to Account ID"},"toCustomerNo":{"type":"string","description":"Transfer to customer number"},"toAccountDigit":{"type":"integer","format":"int32","description":"Transfer to Account Decimal Places"},"amount":{"type":"number","description":"Sliding amount"},"currency":{"type":"string","description":"Transfer out currency"},"toCurrency":{"type":"string","description":"Transfer to Currency"}}},"BaseResultAmountTransferVo":{"type":"object","properties":{"bizCode":{"type":"string","title":"Module identifier code"},"code":{"type":"string","title":"Status return code"},"msg":{"type":"string","title":"Status description"},"tm":{"type":"integer","format":"int64","title":"Processing time (milliseconds)"},"trace":{"type":"string","title":"Tracking code"},"msgParams":{"type":"string","title":"Placeholder parameter string in return description, multiple parameters separated by commas"},"ok":{"type":"boolean"},"fail":{"type":"boolean"},"data":{"title":"Data Body","$ref":"#/components/schemas/AmountTransferVo"}},"title":"BaseResultAmountTransferVo"},"AmountTransferVo":{"type":"object","properties":{"surplusAmount":{"type":"string","description":"Amount of change"}},"required":["surplusAmount"]}}}}
```

## Create Deposit Proposal

> bizType=fund.app.DepositAppDubboService.createDepositProposal\
> Create Deposit Proposal\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.createDepositProposal":{"post":{"summary":"Create Deposit Proposal","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.createDepositProposal\nCreate Deposit Proposal\nAccessible after login","operationId":"createDepositProposal","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCustomerDepositReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultCreateCustomerDepositRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"CreateCustomerDepositReqDto":{"type":"object","required":["customerGroupId","paymentChannelCode","paymentChannelType","paymentMerchantNo","tradeType","paymentCurrency","accountCurrency","paymentChannelClientType"],"properties":{"accountId":{"type":"integer","format":"int64","description":"Account ID"},"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"depositRateSerialNo":{"type":"string","description":"Deposit Fee Rate Serial Number"},"paymentCurrency":{"type":"string","description":"Deposit Currency Code"},"blockchainName":{"type":"string","description":"Chain name, data dictionary configuration, payment method is digital wallet, display the corresponding chain name (also known as transfer network), such as Omin, ERC20, TRC20"},"accountCurrency":{"type":"string","description":"Account Currency Code"},"exchangeRate":{"type":"number","description":"Exchange Rate"},"paymentChannelCode":{"type":"string","description":"Payment Channel Code"},"paymentChannelType":{"type":"string","description":"Payment Channel Type"},"paymentMerchantNo":{"type":"string","description":"Payment merchant number"},"paymentChannelClientType":{"type":"string","description":"Payment channel client type pc, mobile"},"depositAmount":{"type":"number","description":"Account Deposit Amount"},"thirdAmount":{"type":"number","description":"Request Amount to Third Party, some payment channels require: PayRedeem"},"country":{"type":"string","description":"Country (Country where the customer account is opened)"},"channelCode":{"type":"string","description":"Advertising Source (Customer Account Opening Channel Code)"},"depositFrom":{"type":"string","description":"Deposit Source, values: H5, H5_Android, H5_IOS, PCUI_Windows, PCUI_Mac, APP_Android, APP_IOS"},"callbackUrl":{"type":"string","description":"Front-end callback address"},"showUrl":{"type":"string","description":"YUL1 Address"},"extend":{"type":"string","description":"Extended Fields"},"bankCode":{"type":"string","description":"Withdrawal Bank Code"},"paymentChannelPayType":{"type":"string","description":"Payment Channel Payment Type"},"thirdAccount":{"type":"string","description":"Third-party account"},"remark":{"type":"string","description":"Remarks"},"chainId":{"type":"string","description":"Network Chain ID"}}},"BaseResultCreateCustomerDepositRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"$ref":"#/components/schemas/CreateCustomerDepositRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CreateCustomerDepositRespDto":{"type":"object","properties":{"submitType":{"type":"string","description":"Data Submission Method post_data,inner_browser_open,outer_browser_open"},"url":{"type":"string","description":"Request Address"},"contentType":{"type":"string","description":"Data Type Content-Type text/plain or application/json"},"data":{"type":"string","description":"HTTP Request Parameters for Redirecting to Payment Platform"},"proposalNo":{"type":"string","description":"Proposal number"},"browserOpenUrl":{"type":"string","description":"Directly Redirect to Payment Channel Address"},"amount":{"type":"string","description":"Payment amount, returned only when paymentChannelCode is blockatm_qr"},"currency":{"type":"string","description":"Payment currency, only returned when paymentChannelCode is blockatm_qr"},"toAddress":{"type":"string","description":"Payment address, only returned when paymentChannelCode is blockatm_qr"},"expireTime":{"type":"integer","format":"long","description":"Expiration time, only returned when paymentChannelCode is blockatm_qr"},"apiKey":{"type":"string","description":"apiKey, only returned when paymentChannelCode is blockatm_qr"},"paymentChannelCode":{"type":"string","description":"Payment channel code, only returned when paymentChannelCode is blockatm_qr"}}}}}}
```

## Query direct recharge payment wallet address

> bizType=fund.app.DepositAppDubboService.getBindRechargeAddress\
> Query direct recharge payment wallet address\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getBindRechargeAddress":{"post":{"summary":"Query direct recharge payment wallet address","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getBindRechargeAddress\nQuery direct recharge payment wallet address\nAccessible after login","operationId":"getBindRechargeAddress","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerRechargeWalletAddrReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultCustomerRechargeWalletAddrRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"CustomerRechargeWalletAddrReqDto":{"type":"object","required":["accountCurrency","blockchainName","country","customerGroupId","paymentChannelClientType","paymentChannelCode","paymentChannelType","paymentMerchantNo"],"properties":{"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentChannelCode":{"type":"string","description":"Payment Channel Code"},"paymentChannelType":{"type":"string","description":"Payment Channel Type"},"paymentMerchantNo":{"type":"string","description":"Payment merchant number"},"paymentChannelClientType":{"type":"string","description":"Payment channel client type pc, mobile"},"accountCurrency":{"type":"string","description":"Account Currency Code"},"blockchainName":{"type":"string","description":"Chain Name"},"country":{"type":"string","description":"Country (Country where the customer account is opened)"},"extend":{"type":"string","description":"Extended Fields"}}},"BaseResultCustomerRechargeWalletAddrRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"$ref":"#/components/schemas/CustomerRechargeWalletAddrRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CustomerRechargeWalletAddrRespDto":{"type":"object","properties":{"paymentCode":{"type":"string","description":"Payment channel code"},"currency":{"type":"string","description":"Payment currency"},"blockchainName":{"type":"string","description":"Chain Name"},"address":{"type":"string","description":"Payment address"},"expireTime":{"type":"integer","description":"Address expiration time"}}}}}}
```

## Get direct top-up payment channel supported currency information

> bizType=fund.app.DepositAppDubboService.getDepositCoinList\
> Get direct top-up payment channel supported currency information\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getCryptoBlockchainInfo":{"post":{"summary":"Get direct top-up payment channel supported currency information","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getDepositCoinList\nGet direct top-up payment channel supported currency information\nAccessible after login","operationId":"getCryptoBlockchainInfo","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CryptoBlockchainReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultCryptoBlockchainRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"CryptoBlockchainReqDto":{"type":"object","required":["currency","paymentCode","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"paymentCode":{"type":"string","description":"Payment channel code"},"currency":{"type":"string","description":"Payment currency"}}},"BaseResultCryptoBlockchainRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"$ref":"#/components/schemas/CryptoBlockchainRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CryptoBlockchainRespDto":{"type":"object","properties":{"paymentCode":{"type":"string","description":"Payment channel code"},"currency":{"type":"string","description":"Payment currency"},"blockchainList":{"type":"array","description":"Payment currency chain list","items":{"type":"string"}}}}}}}
```

## Get the list of account currency information supported by the payment channel

> bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyList\
> Get the list of account currency information supported by the payment channel\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getDepositAccountCurrencyList":{"post":{"summary":"Get the list of account currency information supported by the payment channel","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyList\nGet the list of account currency information supported by the payment channel\nAccessible after login","operationId":"getDepositAccountCurrencyList","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryDepositAccountCurrencyListDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultSetDepositAccountCurrencyRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryDepositAccountCurrencyListDto":{"type":"object","required":["clientType","country","customerGroupId","paymentCode","rechargeType","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"country":{"type":"string","description":"Customer opening country code"},"paymentCode":{"type":"string","description":"Payment channel code"},"rechargeType":{"type":"string","description":"Recharge method"}}},"BaseResultSetDepositAccountCurrencyRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"array","description":"Data Body","uniqueItems":true,"items":{"$ref":"#/components/schemas/DepositAccountCurrencyRespDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"DepositAccountCurrencyRespDto":{"type":"object","properties":{"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentCode":{"type":"string","description":"Payment channel code"},"paymentType":{"type":"string","description":"Payment channel type"},"paymentTypeAlias":{"type":"string","description":"Payment channel type alias"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"accountCurrency":{"type":"string","description":"Account currency"},"singleLowAmount":{"type":"number","description":"Minimum deposit amount per transaction"},"singleHighAmount":{"type":"number","description":"Maximum deposit amount per transaction"},"singleCheckLowAmount":{"type":"number","description":"Minimum deposit amount per transaction for manual review"},"feeType":{"type":"integer","format":"int32","description":"Fee type, fixed amount 'fix', percentage rate 'rate'"},"fee":{"type":"number","description":"Commission fee"},"rechargeType":{"type":"string","description":"Multiple recharge methods separated by commas, 1: Direct recharge, 2: Exchange"}}}}}}
```

## Query the supported recharge account currency and chain information for payment channels

> bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyListV2\
> Query the supported recharge account currency and chain information for payment channels\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getDepositAccountCurrencyListV2":{"post":{"summary":"Query the supported recharge account currency and chain information for payment channels","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyListV2\nQuery the supported recharge account currency and chain information for payment channels\nAccess after login","operationId":"getDepositAccountCurrencyListV2","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryDepositAccountCurrencyListV2Dto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListDepositAccountCurrencyRespV2Dto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryDepositAccountCurrencyListV2Dto":{"type":"object","required":["clientType","country","customerGroupId","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"country":{"type":"string","description":"Customer opening country code"},"paymentCodes":{"type":"string","description":"Payment Channel Code, multiple channel codes"},"paymentTypes":{"type":"string","description":"Payment channel type, multiple type codes"}}},"BaseResultListDepositAccountCurrencyRespV2Dto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"array","description":"Data Body","items":{"$ref":"#/components/schemas/DepositAccountCurrencyRespV2Dto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"DepositAccountCurrencyRespV2Dto":{"type":"object","properties":{"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"accountCurrency":{"type":"string","description":"Account currency"},"blockchainNameList":{"type":"array","description":"Account currency","items":{"type":"string"}}}}}}}
```

## Get a list of deposit currencies supported by customers

> bizType=fund.app.DepositAppDubboService.getDepositCoinList\
> Get a list of deposit currencies supported by customers\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getDepositCoinList":{"post":{"summary":"Get a list of deposit currencies supported by customers","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getDepositCoinList\nGet a list of deposit currencies supported by customers\nAccessible after login","operationId":"getDepositCoinList","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryDepositCoinListDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultSetString"}}},"headers":{}}}}}},"components":{"schemas":{"QueryDepositCoinListDto":{"type":"object","required":["clientType","country","customerGroupId","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"country":{"type":"string","description":"Customer opening country code"}}},"BaseResultSetString":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"array","description":"Data Body","uniqueItems":true,"items":{"type":"string"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## Get deposit currency exchange rate

> bizType=fund.app.DepositAppDubboService.getDepositExchangeRate\
> Get deposit currency exchange rate\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getDepositExchangeRate":{"post":{"summary":"Get deposit currency exchange rate","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getDepositExchangeRate\nGet deposit currency exchange rate\nAccess after login","operationId":"getDepositExchangeRate","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryCustomerDepositExchangeRateDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultQueryCustomerDepositExchangeRateDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryCustomerDepositExchangeRateDto":{"type":"object","properties":{"paymentCurrency":{"type":"string","description":"Payment Currency Code"},"accountCurrency":{"type":"string","description":"Account Currency Code"},"channelCode":{"type":"string","description":"Payment channel code"}}},"BaseResultQueryCustomerDepositExchangeRateDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"$ref":"#/components/schemas/QueryCustomerDepositExchangeRateDtoResp"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"QueryCustomerDepositExchangeRateDtoResp":{"type":"object","properties":{"paymentCurrency":{"type":"string","description":"Payment Currency Code"},"accountCurrency":{"type":"string","description":"Account Currency Code"},"channelCode":{"type":"string","description":"Payment channel code"},"depositRateSerialNo":{"type":"string","description":"Serial Number"},"exchangeRate":{"type":"string","description":"Exchange Rate"},"formulaSymbol":{"type":"string","description":"Exchange Rate Direction"},"sourceDigits":{"type":"string","description":"Original Currency Asset Decimal Places"},"targetDigits":{"type":"string","description":"Target Currency Asset Decimal Places"}},"required":["depositRateSerialNo","exchangeRate","formulaSymbol","sourceDigits","targetDigits"]}}}}
```

## Get payment channel information

> bizType=fund.app.DepositAppDubboService.getPayChannels\
> Get payment channel information\
> When version=0.0.1, accountCurrency and rechargeType will be used as query filter conditions in the request parameters\
> When version=0.0.2, accountCurrency will be used as query filter conditions in the request parameters\
> Login required to access

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getPayChannels":{"post":{"summary":"Get payment channel information","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getPayChannels\nGet payment channel information\nWhen version=0.0.1, accountCurrency and rechargeType will be used as query filter conditions in the request parameters\nWhen version=0.0.2, accountCurrency will be used as query filter conditions in the request parameters\nLogin required to access","operationId":"getPayChannels","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryCustomerPaymentChannelReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListQueryCustomerPaymentChannelRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryCustomerPaymentChannelReqDto":{"type":"object","required":["accountCurrency","clientType","country","customerGroupId","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentCode":{"type":"string","description":"Payment channel code"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"paymentCurrency":{"type":"string","description":"Payment currency code"},"accountCurrency":{"type":"string","description":"Account currency code"},"country":{"type":"string","description":"Customer opening country code"},"rechargeType":{"type":"string","description":"Recharge Method, 1: Direct Recharge, 2: Remittance"}}},"BaseResultListQueryCustomerPaymentChannelRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"array","description":"Data Body","items":{"$ref":"#/components/schemas/QueryCustomerPaymentChannelRespDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"QueryCustomerPaymentChannelRespDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentCode":{"type":"string","description":"Payment channel code"},"paymentType":{"type":"string","description":"Payment channel type"},"paymentTypeAlias":{"type":"string","description":"Payment channel type alias"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"paymentCurrency":{"type":"string","description":"Payment currency code"},"merchantNo":{"type":"string","description":"Channel merchant number"},"channelConvertRate":{"type":"boolean","description":"Payment channel completion exchange rate conversion"},"openTime":{"type":"string","description":"Deposit time, format is 01:00-12:00,13:00-18:00,19:00-22:00"},"accountCurrency":{"type":"string","description":"Account currency"},"accountCurrencyDigit":{"type":"integer","format":"int32","description":"Decimal places for account currency assets"},"singleLowAmount":{"type":"number","description":"Minimum deposit amount per transaction"},"singleHighAmount":{"type":"number","description":"Maximum deposit amount per transaction"},"singleCheckLowAmount":{"type":"number","description":"Minimum deposit amount per transaction for manual review"},"feeType":{"type":"integer","format":"int32","description":"Fee type, fixed amount 'fix', percentage rate 'rate'"},"fee":{"type":"number","description":"Commission fee"},"sort":{"type":"integer","format":"int32","description":"Sort"},"extend":{"type":"object","description":"Expand data","additionalProperties":{"type":"object","additionalProperties":{"type":"string"}},"properties":{}},"rechargeType":{"type":"string","description":"Multiple recharge methods separated by commas, 1: Direct recharge, 2: Exchange"},"limitConfigList":{"type":"array","items":{"$ref":"#/components/schemas/CustomerGroupDepositLimitConfigVo"}}}},"CustomerGroupDepositLimitConfigVo":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"Primary key id"},"companyId":{"type":"integer","format":"int64","description":"Company ID"},"depositBaseConfigId":{"type":"integer","format":"int64","description":"Basic configuration ID of the company customer group deposit payment channel"},"accountCurrency":{"type":"string","description":"Account currency"},"singleLowAmount":{"type":"number","description":"Minimum deposit amount per transaction"},"singleHighAmount":{"type":"number","description":"Maximum deposit amount per transaction"},"singleCheckLowAmount":{"type":"number","description":"Minimum deposit amount per transaction for manual review"},"feeType":{"type":"integer","format":"int32","description":"Fee type, fixed amount 'fix', percentage rate 'rate'"},"fee":{"type":"number","description":"Commission fee"},"rechargeType":{"type":"string","description":"Recharge methods, connected by commas, 1: Direct recharge, 2: Exchange"}}}}}}
```

## Get payment channel information without filtering account currency and recharge method

> bizType=fund.app.DepositAppDubboService.getPayChannelsV2 Get payment channel information without filtering account currency and recharge method accountCurrency and rechargeType will not be used as query filtering conditions Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getPayChannelsV2":{"post":{"summary":"Get payment channel information without filtering account currency and recharge method","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getPayChannelsV2 Get payment channel information without filtering account currency and recharge method accountCurrency and rechargeType will not be used as query filtering conditions Accessible after login","operationId":"getPayChannelsV2","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryCustomerPaymentChannelReqV2Dto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListQueryCustomerPaymentChannelRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryCustomerPaymentChannelReqV2Dto":{"type":"object","required":["clientType","country","customerGroupId","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentCode":{"type":"string","description":"Payment channel code"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"paymentCurrency":{"type":"string","description":"Payment currency code"},"accountCurrency":{"type":"string","description":"Account currency code"},"country":{"type":"string","description":"Customer opening country code"},"rechargeType":{"type":"string","description":"Recharge Method, 1: Direct Recharge, 2: Remittance"}}},"BaseResultListQueryCustomerPaymentChannelRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"array","description":"Data Body","items":{"$ref":"#/components/schemas/QueryCustomerPaymentChannelRespDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"QueryCustomerPaymentChannelRespDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentCode":{"type":"string","description":"Payment channel code"},"paymentType":{"type":"string","description":"Payment channel type"},"paymentTypeAlias":{"type":"string","description":"Payment channel type alias"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"paymentCurrency":{"type":"string","description":"Payment currency code"},"merchantNo":{"type":"string","description":"Channel merchant number"},"channelConvertRate":{"type":"boolean","description":"Payment channel completion exchange rate conversion"},"openTime":{"type":"string","description":"Deposit time, format is 01:00-12:00,13:00-18:00,19:00-22:00"},"accountCurrency":{"type":"string","description":"Account currency"},"accountCurrencyDigit":{"type":"integer","format":"int32","description":"Decimal places for account currency assets"},"singleLowAmount":{"type":"number","description":"Minimum deposit amount per transaction"},"singleHighAmount":{"type":"number","description":"Maximum deposit amount per transaction"},"singleCheckLowAmount":{"type":"number","description":"Minimum deposit amount per transaction for manual review"},"feeType":{"type":"integer","format":"int32","description":"Fee type, fixed amount 'fix', percentage rate 'rate'"},"fee":{"type":"number","description":"Commission fee"},"sort":{"type":"integer","format":"int32","description":"Sort"},"extend":{"type":"object","description":"Expand data","additionalProperties":{"type":"object","additionalProperties":{"type":"string"}},"properties":{}},"rechargeType":{"type":"string","description":"Multiple recharge methods separated by commas, 1: Direct recharge, 2: Exchange"},"limitConfigList":{"type":"array","items":{"$ref":"#/components/schemas/CustomerGroupDepositLimitConfigVo"}}}},"CustomerGroupDepositLimitConfigVo":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"Primary key id"},"companyId":{"type":"integer","format":"int64","description":"Company ID"},"depositBaseConfigId":{"type":"integer","format":"int64","description":"Basic configuration ID of the company customer group deposit payment channel"},"accountCurrency":{"type":"string","description":"Account currency"},"singleLowAmount":{"type":"number","description":"Minimum deposit amount per transaction"},"singleHighAmount":{"type":"number","description":"Maximum deposit amount per transaction"},"singleCheckLowAmount":{"type":"number","description":"Minimum deposit amount per transaction for manual review"},"feeType":{"type":"integer","format":"int32","description":"Fee type, fixed amount 'fix', percentage rate 'rate'"},"fee":{"type":"number","description":"Commission fee"},"rechargeType":{"type":"string","description":"Recharge methods, connected by commas, 1: Direct recharge, 2: Exchange"}}}}}}
```

## Get payment channel information filtering account currency and chain name

> bizType=fund.app.DepositAppDubboService.getPayChannelsV3\
> Get payment channel information filtering account currency and chain name\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getPayChannelsV3":{"post":{"summary":"Get payment channel information filtering account currency and chain name","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getPayChannelsV3\nGet payment channel information filtering account currency and chain name\nAccess after login","operationId":"getPayChannelsV3","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryCustomerPaymentChannelReqV3Dto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListQueryCustomerPaymentChannelRespV3Dto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryCustomerPaymentChannelReqV3Dto":{"type":"object","required":["customerGroupId","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"accountCurrency":{"type":"string","description":"Account currency code"},"blockchainName":{"type":"string","description":"Connection name"},"country":{"type":"string","description":"Customer opening country code"}}},"BaseResultListQueryCustomerPaymentChannelRespV3Dto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"array","description":"Data Body","items":{"$ref":"#/components/schemas/QueryCustomerPaymentChannelRespV3Dto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"QueryCustomerPaymentChannelRespV3Dto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"paymentCode":{"type":"string","description":"Payment channel code"},"paymentType":{"type":"string","description":"Payment channel type"},"paymentTypeAlias":{"type":"string","description":"Payment channel type alias"},"clientType":{"type":"string","description":"Payment channel supports terminal types pc, mobile"},"paymentCurrency":{"type":"string","description":"Payment currency code"},"merchantNo":{"type":"string","description":"Channel merchant number"},"channelConvertRate":{"type":"boolean","description":"Payment channel completion exchange rate conversion"},"openTime":{"type":"string","description":"Deposit time, format is 01:00-12:00,13:00-18:00,19:00-22:00"},"sort":{"type":"integer","format":"int32","description":"Sort"},"extend":{"type":"object","description":"Expand data","additionalProperties":{"type":"object","additionalProperties":{"type":"string"}},"properties":{}},"rechargeType":{"type":"string","description":"Multiple recharge methods separated by commas, 1: Direct recharge, 2: Exchange"},"limitConfigList":{"type":"array","items":{"$ref":"#/components/schemas/CustomerGroupDepositLimitConfigV3Vo"}}}},"CustomerGroupDepositLimitConfigV3Vo":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"Primary key id"},"companyId":{"type":"integer","format":"int64","description":"Company ID"},"depositBaseConfigId":{"type":"integer","format":"int64","description":"Basic configuration ID of the company customer group deposit payment channel"},"accountCurrency":{"type":"string","description":"Account currency"},"singleLowAmount":{"type":"string","description":"Minimum deposit amount per transaction"},"singleHighAmount":{"type":"string","description":"Maximum deposit amount per transaction"},"singleCheckLowAmount":{"type":"string","description":"Minimum deposit amount per transaction for manual review"},"feeType":{"type":"integer","format":"int32","description":"Fee type, fixed amount 'fix', percentage rate 'rate'"},"fee":{"type":"string","description":"Commission fee"},"rechargeType":{"type":"string","description":"Recharge methods, connected by commas, 1: Direct recharge, 2: Exchange"}}}}}}
```

## Query encrypted cryptocurrency payment status

> bizType=fund.app.DepositAppDubboService.getPayStatus\
> Query encrypted cryptocurrency payment status\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.getPayStatus":{"post":{"summary":"Query encrypted cryptocurrency payment status","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.getPayStatus\nQuery encrypted cryptocurrency payment status\nAccess after login","operationId":"getPayStatus","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryCoinPayStatusReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultQueryCoinPayStatusRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryCoinPayStatusReqDto":{"type":"object","required":["accountCurrency","blockchainName","channelCode"],"properties":{"accountCurrency":{"type":"string","description":"Account Currency Code"},"channelCode":{"type":"string","description":"Channel code"},"blockchainName":{"type":"string","description":"Chain Name"},"address":{"type":"string","description":"Payment address"}}},"BaseResultQueryCoinPayStatusRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"$ref":"#/components/schemas/QueryCoinPayStatusRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"QueryCoinPayStatusRespDto":{"type":"object","properties":{"accountCurrency":{"type":"string","description":"Account Currency Code"},"channelCode":{"type":"string","description":"Channel code"},"blockchainName":{"type":"string","description":"Chain Name"},"address":{"type":"string","description":"Payment address"},"tradeStatus":{"type":"integer","format":"int32","description":"Transaction status 0:Pending, 1:In progress, 2:Completed, 3:Payment failed"},"txId":{"type":"string","description":"Transaction id"},"amount":{"type":"string","description":"Transaction Amount"},"proposalNo":{"type":"string","description":"Deposit proposal number"}}}}}}
```

## Determine whether the user has deposited

> bizType=fund.app.DepositAppDubboService.judgeIsAlreadyDeposit\
> Determine whether the user has deposited\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.judgeIsAlreadyDeposit":{"post":{"summary":"Determine whether the user has deposited","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.judgeIsAlreadyDeposit\nDetermine whether the user has deposited\nAccessible after login","operationId":"judgeIsAlreadyDeposit","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultBoolean"}}},"headers":{}}}}}},"components":{"schemas":{"BaseResultBoolean":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"boolean","description":"Data Body"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## Manual loan

> bizType=fund.app.DepositAppDubboService.manualLoan\
> Manual loan\
> Accessible after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.manualLoan":{"post":{"summary":"Manual loan","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.manualLoan\nManual loan\nAccessible after login","operationId":"manualLoan","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManualLoanDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResult1"}}},"headers":{}}}}}},"components":{"schemas":{"ManualLoanDto":{"type":"object","required":["accountCurrency","amount","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"accountCurrency":{"type":"string","description":"Account currency"},"amount":{"type":"number","description":"Amount"}}},"BaseResult1":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"object","description":"Data Body","properties":{}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## Manual Repayment

> bizType=fund.app.DepositAppDubboService.manualRepayment\
> Manual Repayment\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.manualRepayment":{"post":{"summary":"Manual Repayment","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.manualRepayment\nManual Repayment\nAccess after login","operationId":"manualRepayment","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManualRepaymentDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResult1"}}},"headers":{}}}}}},"components":{"schemas":{"ManualRepaymentDto":{"type":"object","required":["accountCurrency","amount","tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"accountCurrency":{"type":"string","description":"Account currency"},"amount":{"type":"number","description":"Amount"}}},"BaseResult1":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"object","description":"Data Body","properties":{}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## Query Deposit Proposal

> bizType=fund.app.DepositAppDubboService.queryDepositProposal\
> Query Deposit Proposal\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService/queryDepositProposal":{"post":{"summary":"Query Deposit Proposal","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.queryDepositProposal\nQuery Deposit Proposal\nAccess after login","operationId":"queryDepositProposal","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryCustomerDepositProposalReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultCustomerDepositProposalDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryCustomerDepositProposalReqDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64","description":"Game type"},"proposalNo":{"type":"string","description":"Proposal number"}}},"BaseResultCustomerDepositProposalDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"$ref":"#/components/schemas/CustomerDepositProposalDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CustomerDepositProposalDto":{"type":"object","required":["tradeType"],"properties":{"companyId":{"type":"integer","format":"int64","description":"Company ID"},"customerId":{"type":"integer","format":"int64","description":"Client ID"},"customerNo":{"type":"string","description":"Client number"},"accountId":{"type":"integer","format":"int64","description":"Account ID"},"status":{"type":"integer","format":"int32","description":"Status 1, 2, 3, enable, disable, delete"},"createBy":{"type":"string","description":"Creator"},"createTime":{"type":"integer","format":"int64","description":"Creation time"},"updateBy":{"type":"string","description":"Updater"},"updateTime":{"type":"integer","format":"int64","description":"Update Time"},"tradeType":{"type":"integer","format":"int64"},"proposalNo":{"type":"string","description":"Proposal number"},"country":{"type":"string","description":"Country (Country where the customer account is opened)"},"depositCurrency":{"type":"string","description":"Account currency (trading account currency)"},"paymentCurrency":{"type":"string","description":"Deposit currency (Currency supported by the payment channel)"},"blockchainName":{"type":"string","description":"Chain name, data dictionary configuration, payment method is digital wallet, display the corresponding chain name (also known as transfer network), such as Omin, ERC20, TRC20"},"intendAmount":{"type":"string","description":"Proposal amount (amount received by the platform)"},"toPaymentRate":{"type":"string","description":"Deposit exchange rate used for payment platform"},"toPaymentAmount":{"type":"string","description":"Amount sent to the payment platform (amount received by the payment channel)"},"fromPaymentAmount":{"type":"string","description":"Amount received from the payment platform (amount notified by the payment channel callback)"},"paymentRate":{"type":"string","description":"Deposit exchange rate submitted when generating the deposit proposal, the exchange rate should be changed to the rate at the time of payment notification after the customer pays"},"actualAmount":{"type":"string","description":"Actual deposit amount"},"depositFee":{"type":"string","description":"Deposit fee"},"finalAmount":{"type":"string","description":"Final credited amount"},"paymentCode":{"type":"string","description":"Payment channel code"},"paymentType":{"type":"string","description":"Payment channel type"},"clientType":{"type":"string","description":"Deposit source (terminal types H5_Android, H5_IOS, PCUI_Windows, PCUI_Mac, APP_Android, APP_IOS)"},"channelCode":{"type":"string","description":"Advertising Source (Customer Account Opening Channel Code)"},"checkBy":{"type":"string","description":"Approver"},"remark":{"type":"string","description":"Remarks"},"checkStatus":{"type":"integer","format":"int32","description":"Proposal Status, Pending Approval: 1, Approval Successful: 2, Approval Failed: 3, Proposal Invalid: 4"},"depositStatus":{"type":"integer","format":"int32","description":"Deposit Status, Pending Deposit: 1, Deposit Successful: 2, Deposit Failed: 3"},"paymentStatus":{"type":"integer","format":"int32","description":"Payment Status, Pending Payment: 1, Payment Successful: 2, Payment Failed: 3"},"amlRet":{"type":"integer","format":"int32","description":"AML Verification Result AmlCheckRetEnum: Passed 1, Failed 2"},"amlFailReasion":{"type":"string","description":"Reasons for AML Verification Failure"},"refundRet":{"type":"integer","format":"int32","description":"Refund to Payment Channel: Pending Refund 1, Submission Successful 2, Submission Return Failed 3, Call Exception 4, Refund Successful 5, Refund Failed 6"},"notifyStatus":{"type":"boolean","description":"Payment Notification Status 0: Not Notified, 1: Notified"},"queryCount":{"type":"integer","format":"int32","description":"Number of Times Reconciliation has been Queried"},"queryMaxCount":{"type":"integer","format":"int32","description":"Maximum Number of Times Reconciliation can be Queried"},"txid":{"type":"string","description":"txid"},"rechargeType":{"type":"string","description":"Recharge Method, 1: Direct Recharge, 2: Remittance"},"address":{"type":"string","description":"Receiving address"},"thirdId":{"type":"string","description":"Third-party record id"},"callbackUrl":{"type":"string","description":"Front-end callback address"},"refundToAddr":{"type":"string","description":"Refund entry address"},"customerGroupId":{"type":"integer","format":"int64","description":"Customer group ID"},"thirdAccount":{"type":"string","description":"Third-party account"}}}}}}
```

## Query payment types for third-party payment channels

> bizType=fund.app.DepositAppDubboService.queryPayChannelType\
> Query payment types for third-party payment channels\
> Access after login

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Funds/Deposit"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.DepositAppDubboService.queryPayChannelType":{"post":{"summary":"Query payment types for third-party payment channels","deprecated":false,"description":"bizType=fund.app.DepositAppDubboService.queryPayChannelType\nQuery payment types for third-party payment channels\nAccess after login","operationId":"queryPayChannelType","tags":["Funds/Deposit"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryPayChannelTypeDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListFundPayChannelTypeDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryPayChannelTypeDto":{"type":"object","properties":{"country":{"type":"string","description":"Country Code"},"paymentChannelCode":{"type":"string","description":"Payment channel code"},"paymentChannelType":{"type":"string","description":"Payment channel type"},"paymentMerchantNo":{"type":"string","description":"Payment merchant number"},"paymentChannelClientType":{"type":"string","description":"Payment channel client type pc, mobile"}},"required":["country","paymentChannelCode","paymentChannelType","paymentMerchantNo","paymentChannelClientType"]},"BaseResultListFundPayChannelTypeDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"Module identifier code"},"code":{"type":"string","description":"Status return code"},"msg":{"type":"string","description":"Status description"},"tm":{"type":"integer","format":"int64","description":"Processing time (milliseconds)"},"trace":{"type":"string","description":"Tracking code"},"msgParams":{"type":"string","description":"Placeholder parameter string in return description, multiple parameters separated by commas"},"data":{"type":"array","description":"Data Body","items":{"$ref":"#/components/schemas/FundPayChannelTypeDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"FundPayChannelTypeDto":{"type":"object","properties":{"name":{"type":"string","description":"name"},"code":{"type":"string","description":"code"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.multimarkets.org/client-api/more.../funds-deposit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
