> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get account information

> Endpoints for fetching an account

## Endpoints

<CardGroup cols={2}>
  <Card title="Get account" icon="arrow-right" href="/payment/api/get-account-information/get-account" horizontal>
    **GET** /v4/\{id}
  </Card>

  <Card title="Get account by accountNumber" icon="arrow-right" href="/payment/api/get-account-information/get-account-by-accountnumber" horizontal>
    **GET** /v4/accountNumber/\{accountNumber}
  </Card>

  <Card title="Get accounts given customerId" icon="arrow-right" href="/payment/api/get-account-information/get-accounts-given-customerid" horizontal>
    **GET** /v4/customer/\{customerId}
  </Card>

  <Card title="Get accounts lower in the hierarchy" icon="arrow-right" href="/payment/api/get-account-information/get-accounts-lower-in-the-hierarchy" horizontal>
    **GET** /v4/subAccount/\{accountId}
  </Card>

  <Card title="Get account" icon="arrow-right" href="/payment/api/get-account-information/get-account-1" horizontal>
    **GET** /v3/\{id}
    <br />Deprecated
  </Card>

  <Card title="Get accounts given customerId" icon="arrow-right" href="/payment/api/get-account-information/get-account-1" horizontal>
    **GET** /v3/customer/\{customerId}
    <br />Deprecated
  </Card>
</CardGroup>
