# Handle refund resolution after approving return request

## Handle refund resolution after approving return request

This guide outlines the process for managing refund resolutions in Synctrack after a return request has been approved.

### Approving the Return Request

* Navigate to the pending returns section.
* Review the return request details.
* Approve the return request if appropriate.
* Click button Refund

### Refund Resolution Modal

After approving the return request, a modal will appear, presenting options for refund resolution.

Important: By default, the resolution shown will be the one the shopper chose on the return portal. You will have 4 main options for processing the refund

#### Option A: Refund to Original Payment Method

* This option refunds the amount to the payment method used in the original purchase.
* Synctrack will immediately create a Refund on your Shopline admin.

<figure><img src="/files/sh7IvTxChKi42Sr5uoLD" alt=""><figcaption></figcaption></figure>

#### Option B: Refund to Gift Card

* This option issues the refund amount as a gift card.
* Synctrack will immediately create a gift card on your Shopline admin.

<figure><img src="/files/rtFSUqA3SC5yK2FV35D0" alt=""><figcaption></figcaption></figure>

#### Option C: Refund to Discount Code

* This option creates a discount code for the refund amount.
* Synctrack will immediately create a discount code for the shopper in Shopline.

<figure><img src="/files/jB0At8tTiUYn2qOZVMKr" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.returnsdrive.com/process-rma/handle-refund-resolution-after-approving-return-request.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
