> ## 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 purchase details

> Endpoints for fetching purchase details

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve a list of purchase details" icon="arrow-right" href="/payment/api/get-purchase-details/retrieve-a-list-of-purchase-details" horizontal>
    **GET** /v1/
  </Card>

  <Card title="Retrieve one purchase detail" icon="arrow-right" href="/payment/api/get-purchase-details/retrieve-one-purchase-detail" horizontal>
    **GET** /v1/\{id}
  </Card>
</CardGroup>
