Account Balance

接口说明 查询商户的账户余额
接口地址 https://www.omipay.com.cn/transfer/api/v1/account_balance
测试接口地址 https://testwebapi.omipay.com.cn/transfer/api/v1/account_balance
请求参数 参数名称 类型 属性
account_id Long 必录,账户ID
返回值 名称 类型 说明
成功返回 is_success Bool 成功时返回true
currency String 账户币种
total_amount Decimal 账户总余额
available_fund Decimal 账户可用余额
失败返回 is_success Bool 失败时返回false
error_code String 错误码
error_msg String 错误信息
错误说明 错误码 说明
ACCOUNT_NOT_EXISTS 账户不存在,可能是账户ID错误



发表评论

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