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

# Refunds

### Definition

A refund is a record of money returned to a customer through the payment provider. It reverses all or part of a previous payment.

### Purpose

Refunds track money returned to customers. They reduce the balance held by the payment provider.

### Relationships

* A refund is always linked to an original payment.
* It appears in the transaction history.

### Endpoints

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