# Sample refund policy

## Overview

Due to industry regulations, all websites must have a viewable [privacy policy](/product-catalog/product-catalog/sample-privacy-policy.md) and refund policy. We have created sample policies for you to use, or you can write your own if you choose.

## Refund policy

The refund policy explains how you handle returns, refunds, and exchanges. You can display this policy on either the product page or the checkout page of your website. 2Checkout makes every effort to refer refund requests to you, the seller, but reserves the right to issue a refund if necessary.

{% hint style="warning" %}
Though “No Refund” policies are generally permitted, 2Checkout strongly recommends against this business practice because it often leads to high customer chargebacks. There are certain situations where 2Checkout cannot permit “No Refund” policies. If this applies to you, 2Checkout will let you know.
{% endhint %}

### Sample refund policies

{% tabs %}
{% tab title="Goods" %}
This is a sample that you can use to create/customize the refund policy for goods to be displayed on your website:

> If you are not 100% satisfied with your purchase, you can either return your order for a full refund or exchange it for something else. You can return or exchange your purchase for up to 120 days from the purchase date. Returned or exchanged products must be in the condition you received them and in the original box and/or packaging.
> {% endtab %}

{% tab title="Services" %}
This is a sample that you can use to create/customize the refund policy for services to be displayed on your website:

> If you are not 100% satisfied with your purchase, within 120 days from the purchase date, we will fully refund the cost of your order.
> {% endtab %}
> {% endtabs %}

### Related resources

* [Product Delivery Information (Sample)](/product-catalog/product-catalog/product-delivery-information-sample.md)
* [Sample Privacy Policy](/product-catalog/product-catalog/sample-privacy-policy.md)
* [Products and subscriptions listing query parameters](https://verifone.cloud/docs/2checkout/Documentation/myAccount/Products-and-subscriptions-listing-query-parameters)


---

# 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.2checkout.com/product-catalog/product-catalog/sample-refund-policy.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.
