> For the complete documentation index, see [llms.txt](https://docs.parcellab.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parcellab.com/docs/retain/returns-portal/features/compensation-methods/refund-options.md).

# Refund Options

## Overview

Refund is listed as one of the compensation methods displayed on the item selection page of the <code class="expression">space.vars.Product\_ReturnsPortal</code> after a return reason has been selected.

<figure><img src="/files/kE8qkzl0WnzEcyDePHti" alt="Refund option selected on item selection page"><figcaption></figcaption></figure>

Refunds can be directed to your customer’s original payment method, as a gift card (for Shopify retailers), or store credit.

{% hint style="info" %}
Your order management system (OMS) needs to support the refund process according to RMA data provided by parcelLab.
{% endhint %}

<figure><img src="/files/G6Te6Fv9C7MkHtFMYbp4" alt="Option to receive refund as a gift card with a 10% bonus or through the original payment method"><figcaption></figcaption></figure>

You can also configure instant refunds, which triggers a refund earlier in the returns process. For more information, refer to the [Configuring Instant Refund](#configuring-instant-refund) section.

## Configuring Refunds

This section describes the configuration required for displaying the Refund option.

### Customer Requirements

For the feature to work, you need to provide the following:

* The return reasons that allow refunds
* Decide whether you want to configure additional refund options (for example: gift card).\
  If you want to configure multiple methods for refunds (that is: gift card and refund to original payment method), refer to the [Configuring Refund Method Selection](#configuring-refund-method-selection) section for additional requirements.

## Configuring Instant Refunds

This section describes the configuration required for instant refunds.

Instant refunds are based on SKU or product ID, product category or customer segmentation (for example: loyal customers).

### Customer Requirements

For configuring instant refunds, you need to provide the following:

* The attribute identifying that the customer can receive an instant refund.\
  This information needs to be sent in the order data.
* Decide when the instant refund should be triggered (for example: when the return has been registered or when the customer dropped off the return at the post office).
* The method for receiving the instant refund indicator (for example: RMA export on the status event).

### Implementation Process

For further information on the requirements for configuring instant refunds, please contact your parcelLab representative.

## Configuring Refund Method Selection

This section describes the configuration required for refund method selection.

If you offer multiple avenues for receiving refunds, your customers can choose how they would like to receive their refund (for example: using the original payment method or gift card). Other options like store credit can be configured as well.

### Customer Requirements

For configuring refund method selection, you need to provide the following:

* The additional refund options to display (for example: gift card)

For refunds to the original payment method, you can choose to display the refund payment provider. Please refer to the [Display Refund Payment Provider](/docs/retain/returns-portal/features/display-refund-payment-provider.md) page for more information.

For refunds as a gift card for your Shopify store, you can opt to configure [a bonus value for your gift card](#overview). The bonus value can be a fixed value, or a percentage of the refund value.

### Implementation Process

For further information on the requirements for configuring refund options, please contact your parcelLab representative.

{% hint style="info" icon="book" %}

#### Check out the parcelLab guides

For further information on configuring refund methods, see our [user guide documentation](https://docs.parcellab.com/guides/returns/return-policies/refund-methods).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.parcellab.com/docs/retain/returns-portal/features/compensation-methods/refund-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
