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

# Payments

> Read payment and subscription history (read-only).

Read-only access to payment and subscription records for your account.

<Note>
  Read-only — no create, update, or delete.
</Note>

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/payments/retrieve-all-payments" horizontal>
    `GET` `/payments/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/payments/retrieve-one-payments" horizontal>
    `GET` `/payments/{payment_id}`
  </Card>
</CardGroup>
