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

# Transaction

### Definition

In the Payment API, 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.

<Note>
  "Transaction" also exists in the [Banking API](/unified-apis/banking/concepts/transaction). A payment transaction is a movement processed by a payment provider such as Stripe or Mollie; a banking transaction is a movement recorded on a bank account.
</Note>

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

### See also

* [Payments](/unified-apis/payment/concepts/payment)
* [Refunds](/unified-apis/payment/concepts/refund)
