- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- pub账号相关接口
- pub入金相关接口
- pub转账相关接口
- pub-inte相关接口
- pub订单相关接口
- pub钱包相关接口
- pub出金相关接口
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
(pub)获取货币国家对应的静态账户
GET
/pub-fund/v1/inte/wireTransfer/info
pub-inte相关接口
接口变更记录#
变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|
2023-09-11 | XXX | 初始化文档 |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
错误码#
code | msg | msg_cn |
---|---|---|
9511 | inte msg error | inte返回消息错误 |
接口压测#
请求参数
Query 参数
currency
string
币种
outwardCountry
string
国家
type
string
必需
uuid
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/pub-fund/v1/inte/wireTransfer/info?currency=&outwardCountry=&type=&uuid='
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
array [object {26}]
可选
bankAddress
string
开户银行地址
bankCode
string
银行账号
bankInfo
string
可选
bankName
string
银行名称
currency
string
币种
depositRateAdjust
integer <int32>
可选
depositVoucher
integer <int32>
入金凭证
descriptions
array[object (Description) {2}]
入金文案备注
enabled
integer <int32>
可选
id
string
可选
isDeleted
integer <int32>
可选
isVisibleRegion
boolean
可选
maxMoney
string
最大金额
minMoney
string
最小金额
outwardCountry
array[string]
入金国籍
payee
string
开户名称
payeeAddress
string
收款人地址
remark
string
可选
rtime
string
可选
shopid
string
入金商铺id
swiftCode
string
Swift代码
timeFrameEnable
integer <int32>
可选
type
integer <int32>
可选
utime
string
可选
withdrawalRateAdjust
integer <int32>
可选
bsbCode
string
可选
msg
string
可选
success
boolean
可选
示例
{
"code": 0,
"data": [
{
"bankAddress": "string",
"bankCode": "string",
"bankInfo": "string",
"bankName": "string",
"currency": "string",
"depositRateAdjust": 0,
"depositVoucher": 0,
"descriptions": [
{
"context": "string",
"language": "string"
}
],
"enabled": 0,
"id": "string",
"isDeleted": 0,
"isVisibleRegion": true,
"maxMoney": "string",
"minMoney": "string",
"outwardCountry": [
"string"
],
"payee": "string",
"payeeAddress": "string",
"remark": "string",
"rtime": "string",
"shopid": "string",
"swiftCode": "string",
"timeFrameEnable": 0,
"type": 0,
"utime": "string",
"withdrawalRateAdjust": 0,
"bsbCode": "string"
}
],
"msg": "string",
"success": true
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-05-31 03:48:58