Appearance
功能概述
获取对公账户
接口访问
接口地址
corporate/account
请求方式 Method
GET
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| account | string | 是 | 对公账户名称 |
| depositaryBank | string | 是 | 开户行 |
| branchInformation | string | 是 | 支行信息 |
| bankAccount | string | 是 | 对公账户银行账号 |
返回示例
{
"response": {
"account": "与椰共想(海南)产业投资有限公司",
"depositaryBank": "中国光大银行",
"branchInformation": "中国光大银行中国光大银行股份有限公司海口迎宾支行",
"bankAccount": "78980180802621155"
},
"requestId": "0abe25da-d454-4097-9299-29afca8b662e"
}