查询账户可用资金简要描述 获取可用资金 请求URL /open/api/card/merchant/funds/findFunds 请求方式 GET 返回参数说明 参数名类型说明successboolean成功标志errorboolean失败标志msgstring返回处理消息codeinteger返回代码modeldouble可用资金 返回示例 JSON{ "success": true, "error":false, "msg": "成功", "code": 0, "model": 2000.01, "traceId": 1646651297839 } 备注 更多返回错误代码请看首页的错误代码描述Updated over 1 year ago 风控webhook删卡成功【回调】Did this page help you?YesNoCopy Page简要描述请求URL请求方式返回参数说明返回示例备注