# Refunds

Operations for managing payment refunds

## List Refunds

 - [GET /refund](https://docs.easypay.pt/pt/openapi/refunds/list-refund.md): Cursor based endpoint to retrieve all account refunds.

## Refunds a Single Transaction or Frequent Transaction

 - [POST /refund/{id}](https://docs.easypay.pt/pt/openapi/refunds/paths/~1refund~1%7Bid%7D/post.md): Each method has a specific time window during which a refund can be issued. Once this period expires, refunds can no longer be processed via the API for that payment.

### Refund Deadlines by Payment Method

| Payment Method         | Maximum Refund Time |
|------------------------|---------------------|
| MBWay                  | 12 months           |
| Visa & Mastercard      | 12 months           |
| Apple Pay              | 12 months           |
| Google Pay             | 12 months           |
| Samsung Pay            | 12 months           |
| MB SPG references      | 120 days            |
| Other MB references    | No limit            |
| Direct Debit           | 180 days            |

## Shows refund details

 - [GET /refund/{id}](https://docs.easypay.pt/pt/openapi/refunds/paths/~1refund~1%7Bid%7D/get.md)

