---
title: "Retrieve an Account Number"
method: GET
path: "/account_numbers/{account_number_id}"
---

# Retrieve an Account Number

`GET /account_numbers/{account_number_id}`

## Path parameters

- `account_number_id` string, required — The identifier of the Account Number to retrieve.

## Response `200`

Account Number

- AccountNumber — Each account can have multiple account and routing numbers. We recommend that you use a set per vendor. This is similar to how you use different passwords for different websites. Account numbers can also be used to seamlessly reconcile inbound payments. Generating a unique account number per vendor ensures you always know the originator of an incoming payment.
  - `account_id` string, required — The identifier for the account this Account Number belongs to.
  - `account_number` string, required — The account number.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Account Number was created.
  - `id` string, required — The Account Number identifier.
  - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
  - `inbound_ach` object, required — Properties related to how this Account Number handles inbound ACH transfers.
    - `debit_status` 'allowed' | 'blocked', required — Whether ACH debits are allowed against this Account Number. Note that they will still be declined if this is `allowed` if the Account Number is not active.
  - `inbound_checks` object, required — Properties related to how this Account Number should handle inbound check withdrawals.
    - `status` 'allowed' | 'check_transfers_only', required — How Increase should process checks with this account number printed on them.
  - `name` string, required — The name you choose for the Account Number.
  - `routing_number` string, required — The American Bankers' Association (ABA) Routing Transit Number (RTN).
  - `status` 'active' | 'disabled' | 'canceled', required — This indicates if payments can be made to the Account Number.
  - `type` 'account_number', required — A constant representing the object's type. For this resource it will always be `account_number`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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