> For the complete documentation index, see [llms.txt](https://help.inveterate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inveterate.com/help-center/guides/program-setup/benefits/credit-based-benefits/store-credits-for-purchase-referral.md).

# Store Credits For Purchase Referral

**Store Credits For Purchase Referral is a benefit that gives your members a credit every time they refer a new customer to your store. Referred customers receive a discount on their first qualifying order, whether that is a one-time product purchase or the membership purchase itself.**

{% hint style="info" %}
Members can only receive credits one time for each new customer they refer to your store. They will not receive credits if they send the link to an existing customer.
{% endhint %}

{% hint style="info" %}
Referred customers will have their discounts applied to cart automatically after clicking the member's referral link, they will not have to take any additional action.
{% endhint %}

{% hint style="warning" %}
Currently this benefit does not work if a customer uses an Express Checkout (Buy Now) button and skips through the cart directly to checkout page. Our team is working on a patch to resolve this.
{% endhint %}

**To set up store credits for purchase referral:**

1. Navigate to the tier you want to activate this benefit on.
2. Select the "Store Credits For Purchase Referral" benefit.
3. Enter the name of the benefit - this is what the customer will see.
4. Enter the description of the benefit.  This is where you describe the referral program to your members.
5. Upload the icon that you want to use.  See below for a template you can use.
6. Configure the referred customer discount settings - this is the discount that the referred customer will receive on their first order.
7. Configure the credit amount - this is the amount your members receive each time they refer a new customer to your store.
8. Save the benefit settings.
9. Enable the benefit.

{% hint style="warning" %}
Troubleshooting Tip: Please ensure that Inveterate is [enabled within your current theme](https://help.inveterate.com/help-center/guides/getting-started/enable-inveterate-on-your-store) if you are experiencing an issue with this benefit
{% endhint %}

{% file src="/files/MKuGkzU1CX4DUdgmyH4i" %}
Referral Credits Benefit Icon Template
{% endfile %}

#### Download the PDF below for step-by-step instructions

{% file src="/files/3zzvbgD4lL3TiMJ8EgKf" %}


---

# 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://help.inveterate.com/help-center/guides/program-setup/benefits/credit-based-benefits/store-credits-for-purchase-referral.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.
