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

# Refunds Overview

> Full and partial refunds

## Refunds

Refund a payment to return funds to the customer's mobile money account.

### Refund Types

* **Full refund** — Omit `amount` to refund the entire payment
* **Partial refund** — Specify `amount` in centavos to refund a portion

### Idempotency

Use the `Idempotency-Key` header to safely retry refund creation.

### Endpoints

| Method | Path               | Description     |
| ------ | ------------------ | --------------- |
| `POST` | `/v1/refunds`      | Create a refund |
| `GET`  | `/v1/refunds/{id}` | Get a refund    |
| `GET`  | `/v1/refunds`      | List refunds    |
