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

# Payment API

One API to access payment data from multiple payment processors, including providers like Mollie and Stripe. Retrieve transactions, balances, payments, and refunds through a single integration.

## Common use cases

* **Reporting.** Connect to payment processors to provide reporting to your end-users.
* **Accounting automation.** Sync payment data into accounting workflows automatically.

## In this section

<CardGroup cols={2}>
  <Card title="Glossary" icon="book" href="/guides/by-api/payment/glossary/transactions">
    Key concepts and data types used in the Payment API.
  </Card>

  <Card title="Connectors & coverage" icon="plug" href="/guides/by-api/payment/connectors-and-coverage">
    Supported payment processors and feature coverage per connector.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/endpoints/payment">
    All Payment API endpoints.
  </Card>
</CardGroup>
