> ## Documentation Index
> Fetch the complete documentation index at: https://developer.novacpayment.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Learn how to manage refunds with Novac.

## Overview

Refunds let you return money to your customers, either fully or partially. With Novac, you can create refunds, track their status, and retrieve refund history to ensure transparency and smooth customer experiences.

***

## Quick Actions

<CardGroup cols={2}>
  <Card title="Create Refund" icon="rotate-left" href="/api-reference/refunds/create-refund">
    Initiate a full refund for a completed transaction.
  </Card>

  <Card title="Create Partial Refund" icon="percent" href="/api-reference/refunds/create-partial-refund">
    Refund a portion of a transaction amount.\
    Useful for partial order cancellations or adjustments.
  </Card>

  <Card title="Retrieve Single Refund" icon="receipt" href="/api-reference/refunds/retrieve-single-refund">
    Get details of a specific refund request.
  </Card>

  <Card title="Retrieve Refund Lists" icon="list" href="/api-reference/refunds/retrieve-refund-lists">
    Fetch a list of all refunds initiated from your account.
  </Card>
</CardGroup>
