Account List

接口说明 查询商户的账户列表
接口地址 https://api.moni.im/transfer/api/v1/account_list
测试接口地址 https://testwebapi.omipay.com.cn/transfer/api/v1/account_list
请求参数 参数名称 类型 属性
currency String 非必录。若该字段不为空,则返回该币种对应的账户列表;否则返回所有账户列表
返回值 名称 类型 说明
成功返回 is_success Bool 成功时返回true
accounts List 账户列表

列表元素如下:

字段 类型 说明
id Long 账户ID
currency String 账户币种
name String 账户名称
status String 账户状态

状态如下:

Normal 正常
Closed 关闭

 

 

失败返回 is_success Bool 失败时返回false
error_code String 错误码
error_msg String 错误信息
错误说明 错误码 说明



发表评论

邮箱地址不会被公开。 必填项已用*标注