---
title: "Fetch an Account Number"
method: GET
path: "/invoice_account_number/{id}"
tags: ["Invoice Account Number"]
---

# Fetch an Account Number

`GET /invoice_account_number/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The invoice_account_number

- object
  - `account_id` string — ID of the account with which the object is associated. Filterable.
  - `account_number` string — Account number for use with incoming payments
  - `active` boolean — Flag indicating whether payments with this account number will post. Defaults to `true`. Filterable.
  - `bank_id` string — ID of the bank with which the object is associated
  - `id` string — Unique identifier for object
  - `org_id` string — ID of the organization with which the object is associated
  - `tags` string[] — Tags associated with the object. Filterable.
  - `userdata` object — Arbitrary data the user can attach to the object

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/versions/95a3c69c14e8/schema)
