> ## 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.

# Transactions

### Definition

A transaction is a record of a money movement processed by a payment provider. It includes the amount, currency, status, and the date of the movement.

### Purpose

Transactions provide the detailed history of all money movements handled by the payment provider.

### Relationships

* A transaction can be linked to a payment or a refund.

### Endpoints

| Method | Endpoint                                                                                | Description                                         |
| ------ | --------------------------------------------------------------------------------------- | --------------------------------------------------- |
| GET    | [Retrieve all transactions](/api-reference/endpoints/payment/retrieve-all-transactions) | Retrieve all transactions from the payment provider |
