# Configure rewards

<div align="left"><figure><img src="/files/v2Qc0McHvwuMUmwHSaZn" alt=""><figcaption></figcaption></figure></div>

## Overview

There are 5 different types of rewards in Novel.&#x20;

### **Welcome Bonus**

Reward customer receives after installing your pass. Customers can only receive this welcome bonus once.&#x20;

### **Referral Reward**

Referrer and referee amounts that happen if a customer refers a friend. There is an option for you to delay the referrer bonus until the referee's first order.&#x20;

### **Per Order Reward**

Reward customer gets after placing an order. This can be a flat amount or a percent spend on order.&#x20;

{% hint style="info" %}
Percent spend reward calculation: <mark style="color:purple;">**Percent**</mark> \* (<mark style="color:green;">**Subtotal**</mark> - <mark style="color:orange;">**Discounts - Gift Cards**</mark> - <mark style="color:orange;">**Shipping)**</mark>&#x20;
{% endhint %}

### **Manual Balance Adjustment**&#x20;

One-time adjustment of a customer's balance by a merchant. <mark style="color:purple;">**Search for customer -> Click three dots -> Update Balance**</mark> or from the customer details page.&#x20;

{% hint style="info" %}
You can increase or decreases a customer's balance. To decrease simply input "-" before the value.&#x20;
{% endhint %}

### **Tier Upgrade Bonus**

Reward existing pass holder receives if they elevate tiers. Customers will only receive a specific tier upgrade bonus once.&#x20;

***

### Rewards Expiration&#x20;

You can set an expiration for accrued rewards. Any unused rewards will be removed from the customers balance. For example, if you set the number of days to 365, then all rewards will expire 365 days from the time they are accrued.&#x20;

### Fraud Detection

If any order that results in a reward is cancelled, the accrued reward is revoked from the customer. If a customer attempts to apply more than one Novel store credit balance to an order, Novel prevents this by executing the following steps:&#x20;

* Cancel and refund the order and provide the tag “Fraud Order” for tracking
* Zero out the customer’s store credit balance

{% hint style="info" %}
Novel has a native store credit system that uses gift cards to power these rewards. If you have an existing loyalty program, you can integrate the program with your passes. For more info on loyalty integrations check out the [loyalty integrations section on the left. ](/integrations/loyalty.md)
{% endhint %}


---

# 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://support.novel.com/start-guide/configure-rewards.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.
