获取账户
GET
/web/v1/slash/connections/{connectionBizId}/accounts/{accountId}JWT获取 Slash 账户的详细信息,包括账号和路由信息。
鉴权
需要有效的 JWT token。Portal 访问权限:system、tenant。
请求参数
| Name | Type | Required | In | Description |
|---|---|---|---|---|
connectionBizId | String | Yes | path | Slash 连接业务 ID。 |
accountId | String | Yes | path | 要获取的账户 ID。 |
成功响应
Not Found404
{
"code": "4040",
"message": "Account not found"
}错误响应
| HTTP 状态码 | 错误码 | 描述 |
|---|---|---|
| 401 | 4010 | JWT token 无效或已过期 |
| 404 | 4040 | 账户或连接未找到 |
说明
- 响应字段使用 Slash 平台返回的 snake_case 格式(
account_number、routing_number、created_at)。