---
title: "Get a financial account"
method: GET
path: "/v1/financial_accounts/{id}"
tags: ["financial_accounts"]
---

# Get a financial account

`GET /v1/financial_accounts/{id}`

Get a financial account by its unique identifier.

## Path parameters

- `id` string, required

## Response `200`

The financial account was retrieved

- FinancialAccount — A financial account represents a financial, depository (bank) account managed by Chariot. Chariot maintains a ledger and balances for the account. This account should be funded and have a sufficient available balance before disbursements can be created. Chariot is a financial technology company, not a bank. Chariot Deposit Accounts come through our banking services partner, Column, N.A.
  - `id` string, required — The unique identifier for the account
  - `account_type` 'disbursements' | 'processing' — The type of account. This field is deprecated and will be removed in a future version. Use the program_id field instead.
  - `program_id` string, required — The identifier for the program determining the capabilities of this financial account
  - `bank_provider` string, required — The bank provider for the account
  - `created_at` string, date-time, required — The date and time the account was created
  - `updated_at` string, date-time, required — The date and time the account was last updated

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

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