查询蚂蚁供应商银行账号信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
bank_id | Number | 可选 | 20200515186 | bank主键id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CallResult | 返回值 | 返回值 |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlipayInfopCeresSupplierbankQueryRequest req = new AlipayInfopCeresSupplierbankQueryRequest(); req.setBankId(20200515186L); AlipayInfopCeresSupplierbankQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | < alipay_infop_ceres_supplierbank_query_response > < result > < err_code >0</ err_code > < bank_info > < bank_branch_name >1</ bank_branch_name > < account >1</ account > < swift_code >1</ swift_code > < account_name >1</ account_name > < type >alipay</ type > </ bank_info > < err_message >系统异常</ err_message > < is_success >true</ is_success > </ result > </ alipay_infop_ceres_supplierbank_query_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|