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

# List Payments

Retrieve a paginated list of all payments associated with your business.

## Request authentication

This endpoint requires a **Secret Key** (`sk_...`) passed in either the `x-api-key` header or as a Bearer token in the `Authorization` header.

## Query parameters

<ResponseField name="page" type="integer">
  The page number to retrieve. Defaults to `1`.
</ResponseField>

<ResponseField name="limit" type="integer">
  The number of payments to retrieve per page. Defaults to `10`.
</ResponseField>
