(pub)转账
POST
/pub-fund/v1/giro/inner
pub转账相关接口
接口变更记录
变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|
2023-09-11 | XXX | 初始化文档 |
请求结构
- 通信协议: Http、Https
- 字符编码: UTF-8
公共参数
https://apifox.com/apidoc/shared-5e679ecb-cbd8-4b2c-bbcb-ab16232fb608/doc-2903487
签名方法
- 暂无
公共返回结果
https://apifox.com/apidoc/shared-5e679ecb-cbd8-4b2c-bbcb-ab16232fb608/doc-2903489
接口描述
- 用于创建转账
错误码
code | msg | msg_cn |
---|---|---|
9212 | wallet withdrawal error:wallet no exist | 钱包,不存在 |
9212 | wallet withdrawal error:withdrawal balance error | 出金金额错误 |
9212 | wallet withdrawal error:distributed id failed to acquire | 获取分布式id失败 |
9212 | wallet withdrawal error:Latest Flow Check Balance Error! | 上下条流水校验失败 |
9214 | flow exist | 流水已存在 |
9216 | wallet drawable balance insufficient | 钱包可提余额不足 |
9215 | wallet balance insufficient | 钱包余额不足 |
9219 | wallet update failed current data is invalid | 钱包,更新失败当前数据无效 |
9211 | wallet deposit error:wallet deposit failed to acquire lock | 钱包存款获取锁失败 |
9211 | wallet deposit error:wallet deposit get lock interrupt | 钱包存款获取锁中断 |
9211 | wallet deposit error:wallet no exist | 钱包不存在 |
9211 | wallet deposit error:deposit balance error | 入金金额错误 |
9211 | wallet deposit error:distributed id failed to acquire | 获取分布式id失败 |
9211 | wallet deposit error:Latest Flow Check Balance Error! | 上下条流水校验金额错误 |
9219 | wallet update failed current data is invalid | 钱包,更新失败当前数据无效 |
XXX | 上面是fund服务返回 | 下面是pub-fund返回 |
9505 | operator mode get error | 获取operatorModeld表失败 |
9506 | illegal arriver amount | 无效的到账金额 |
9508 | get rate error with illegal currency | 获取汇率错误(无效的货币) |
9600 | giro inner error | 内都转账错误 |
9601 | order flow update error | 订单流水更新失败 |
9602 | update order failed | 更新订单失败 |
9603 | create flow id error | 创建流水单号失败 |
9604 | not support giro type | 不支持的转账操作类型 |
9302 | wallet not exist | 钱包不存在 |
9400 | trade account not exists | 交易账号不存在 |
9401 | security has not currency error | 证券转账无此货币 |
9804 | security balance is less withdrawal amount | 证券余额小于出金金额 |
9803 | wallet balance is less withdrawal amount | 钱包余额小于出金金额 |
9808 | security withdraw error | 证券出金错误 |
9702 | security deposit error | 证券入金错误 |
9509 | ts trade error:xxx | 证券交易错误 |
接口压测
无
请求参数
Body 参数application/json
示例代码
返回响应
修改于 2023-09-11 01:32:53