> For the complete documentation index, see [llms.txt](https://docs.moregoodreviews.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moregoodreviews.com/platform/referral-program.md).

# Referral Program

The Referral Program lets you earn money by recommending More Good Reviews to others. When someone signs up using your personal referral link and becomes a paying customer, you earn a commission on every payment they make, for as long as they stay subscribed.

### Where to Find It

Click **Refer & Earn** in the main navigation. The page shows your commission rate, referral stats, your personal link, and tables for referrals, commissions, and payouts.

{% hint style="info" %}
The Refer & Earn page is only available on the main account. If you are a sub-account (for example, an agency client), billing and referrals are managed by the account owner.
{% endhint %}

***

### Key Terms

| Term                | Detail                                                               |
| ------------------- | -------------------------------------------------------------------- |
| Commission rate     | 30% of every payment made by a customer you referred                 |
| Commission type     | Recurring, for the lifetime of the customer's subscription           |
| Attribution         | Last-touch by default (the most recent referral link wins at signup) |
| Attribution window  | 90 days from the relevant link click to signup                       |
| Hold period         | 30 days before a commission is approved                              |
| Minimum payout      | $50.00 approved balance required before a payout is sent             |
| Payout method       | Direct bank deposit                                                  |
| Supported countries | US bank accounts only                                                |
| Self-referral       | Not allowed. You cannot earn a commission on your own account        |

***

### Your Referral Link

Every account has a unique referral link shown on the Refer & Earn page. To share it:

1. Copy your link by clicking it in the box at the top of the page.
2. Paste it into an email, message, or post, or use the share buttons below the link.
3. Choose a platform if you prefer a one-click share. Options include LinkedIn, Facebook, Messenger, WhatsApp, X, Reddit, Threads, and email.

When someone clicks your link and signs up within **90 days**, they are automatically connected to your account. You do not need to do anything else. If they sign up after 90 days, the referral is not attributed to you, even if they originally arrived through your link.

For most accounts, if someone clicks another person's referral link after yours, that more recent link receives credit instead (**last-touch** attribution). The 90-day window is measured from that most recent click.

MGR may assign **first-touch** attribution to specific partners by agreement. Under first-touch, credit goes to the partner whose link was clicked first, even if the customer later clicks another referral link before signing up. The 90-day window is measured from that first click. See the [Referral Program Terms](https://moregoodreviews.com/referral-program-terms) for full details.

{% hint style="info" %}
You cannot earn a commission by signing up using your own referral link.
{% endhint %}

{% hint style="success" %}
More Good Reviews helps businesses collect reviews, manage their reputation, and grow through customer feedback. Your referral link is an easy way to share that value with other business owners.
{% endhint %}

***

### How Commissions Work

When a customer you referred makes a payment, a commission is created for that payment. Each commission moves through three stages:

1. **Pending**. The commission is created when a payment is made. It stays pending for 30 days while it clears.
2. **Approved**. After the 30-day hold, the commission is approved and added to your approved balance.
3. **Paid**. Once your approved balance reaches at least $50.00 and you have a bank account connected, your payout is processed.

If a payment is refunded or reversed, the associated commission is also reversed and removed from your balance.

Your commission rate is shown at the top of the Refer & Earn page alongside your total referrals, pending balance, approved balance, and amount paid to date.

***

### Connecting Your Bank Account

To receive payouts, connect a bank account:

1. Click **Connect Bank** at the top of the Refer & Earn page.
2. Follow the secure setup flow to link your account.
3. When finished, the button changes to **Manage Payout Account**. Use it any time to update your details.

{% hint style="warning" %}
Payouts are currently supported for US bank accounts only.
{% endhint %}

***

### Receiving Payouts

Payouts are sent once your approved balance reaches at least $50.00 and your bank account is connected. You do not need to request a payout. When a payout is processed, it appears in the Payouts section of the Refer & Earn page with the amount and date.

***

### Tracking Your Referrals and Commissions

The Refer & Earn page shows a summary of your recent activity. Click **View All** under the Referrals or Commissions sections to see the full list with pagination.

* **Referrals** shows every person who signed up using your link, when they signed up, and their current billing status (Trial, Subscribed, Canceled, or Trial Expired).
* **Commissions** shows each individual commission with the amount, the date it was earned, the date it becomes eligible for payout, and its current status.
* **Payouts** shows completed and pending payouts with the amount and date.

{% hint style="info" %}
You can read the full [Referral Program Terms](https://moregoodreviews.com/referral-program-terms) at any time. There is also a link at the bottom of the Refer & Earn page.
{% 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:

```
GET https://docs.moregoodreviews.com/platform/referral-program.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.
