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

# Explore your payments

There are two ways you can get visibility of your payments, regardless of which state they are in:

<CardGroup>
  <Card title="Payment timeline in the Primer Dashboard" icon="desktop">
    Easy-to-use UI to browse and review the details of all your payments.
  </Card>

  <Card title="Payments API" icon="user">
    Retrieve details of your payments programmatically via API.
  </Card>
</CardGroup>

### Payment timeline

Access all your Primer payments from the payments list in the Primer Dashboard, where you can navigate, search and filter your payments with an easy-to-use interface.

Each payment has a [payment timeline](/concepts/payment-timeline), which shows a detailed view of all events, providing full transparency into everything that's happened to your payment.

### Payments API

To retrieve your payments programmatically, you can either:

* retrieve a single payment using the Primer payment ID - see the [API reference](/api-reference/v2.4/api-reference/payments-api/get-a-payment) for more.
* search and retrieve a list of payments - see the [API reference](/api-reference/v2.4/api-reference/payments-api/search-&-list-payments) and [specific guide](/manage-payments/search-payments) for more.
