> ## 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 invoice information

> Endpoints for fetching invoice information

## Endpoints

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

  <Card title="Get invoices for a given accountId" icon="arrow-right" href="/payment/api/get-invoice-information/get-invoices-for-a-given-accountid" horizontal>
    **GET** /v1/account/\{accountId}
  </Card>

  <Card title="Get invoice for given reference number" icon="arrow-right" href="/payment/api/get-invoice-information/get-invoice-for-given-reference-number" horizontal>
    **GET** /v1/referenceNumber/\{referenceNumber}
  </Card>
</CardGroup>
