---
title: "Get account"
method: GET
path: "/accounts/{id}"
tags: ["Accounts"]
---

# Get account

`GET /accounts/{id}`

Get account balances, liabilities, and other detailed account information for a single deposit account.

## Path parameters

- `id` string, uuid, required

## Response `200`

The deposit account details including balances

- DepositAccountDetails — A deposit (bank) account.
  - `accountCategory` 'DEPOSIT_ACCOUNT', required — Category of account
  - `accountType` 'CHECKING', required — Type of deposit account
  - `accountId` string, required — Unique identifier for the account
  - `accountNumber` string, required — Full account number
  - `accountNumberDisplay` string, required — Masked or truncated account number for display
  - `productName` string, required — Product name for the account
  - `nickName` string — User-assigned nickname for the account
  - `nickname` string — Alternate nickname field
  - `currency` Currency, required — Currency information.
    - `currencyCode` string, required — ISO 4217 currency code
  - `status` 'OPEN' | 'CLOSED' | 'DELINQUENT' | 'NEGATIVECURRENTBALANCE' | 'PAID' | 'PENDINGCLOSE' | 'PENDINGOPEN' | 'RESTRICTED', required — Status of the account
  - `description` string — Description of the account
  - `accountOpenDate` string, date, required — Date the account was opened (YYYY-MM-DD)
  - `accountCloseDate` string, date — Date the account was closed (YYYY-MM-DD). Present only for closed accounts.
  - `currentBalance` number, double, required — Current balance of the account
  - `availableBalance` number, double, required — Available balance of the account
  - `balanceAsOf` string, date-time — Timestamp of when the balance was calculated
  - `lineOfBusiness` string — Line of business for the account
  - `routingTransitNumber` string, required — Routing transit number (RTN) for the account
  - `balanceType` 'ASSET', required — Type of balance
  - `interestRate` number, double — Interest rate for the account
  - `transferIn` boolean — Whether the account supports incoming transfers
  - `transferOut` boolean — Whether the account supports outgoing transfers

## Other responses

- `401` — Missing or invalid OAuth 2.0 Bearer token
- `403` — Insufficient permissions or IP not whitelisted
- `404` — Resource not found
- `500` — Unexpected server error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-fdx-api.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-fdx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-fdx-api/revisions/a5b23a590c8a/schema)
