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

# Stripe

Integrating Stripe with Referral Rocket allows you to automate and streamline your referral reward program. This powerful combination enables you to capture referrals and distribute rewards effortlessly, enhancing customer engagement and loyalty.

### Key Features

1. **Automated Reward Distribution**: When a referral is successful, the system automatically detects the referral and surfaces the referrer in the reward table. You can then credit or issues a coupon to the customer's Stripe account or subscription. You can [setup auto reward](/docs/integrations/stripe/how-to-setup-stripe/stripe-settings.md) to disburse rewards automatically.&#x20;
2. **Flexible Reward Options**:
   * Apply account credits
   * Issue discount coupons
   * Adjust subscription pricing

**How It Works**

Select Participants:

1. From the "Reward Due" list, choose the participants to reward.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdZ71FOnGbo8Y3pr9p6QO6kAKBc5Yf4aW6S6lopEEIRHI1keKTGMc6RTPxTm2cRwJRzpvX0N1y39brazViGSCgVTEotw3teClafbcKK1ynvHzWxkVFtRRV1z0r2Mf1nIkhGFmMvB-Ye-sFa6-pGXOVZYJ4?key=BNR7HBoBMEZq8jIWC-9sEg" alt=""><figcaption></figcaption></figure>

2. Issue Rewards:
   1. Click "Issue Reward" and select "Send Rewards with Stripe" from the dropdown.
3. Click "Send Rewards with Stripe" to automatically apply the discount to the selected customer(participant).<br>

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

Referral-Rocket will verify email matches, streamlining the reward process and enhancing customer engagement and attach the discount coupon. The coupon is created based on the campaign settings and is applied to the customers next invoice.&#x20;

Note: If a customer has a previous discount(coupon) that they have not redeemed yet, the customer's reward cannot be applied due to overriding their previous reward. In such cases, Referral-Rocket will show those customers (participants) who were not rewarded successfully.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe7DYjOoBbwhsegMiZf1J9w83aszqFCJKcGhoiCpMIvBgFIjqpIl3cvZuwJK04Dl5ZkSFlg_EXHgj_2lDn5qrl72ay1bF0ETikjtdQZjEOghOHhlRXVuczq8peA_n8HLyFnxK9acUbuqcJBuEvKm1XYvsk?key=BNR7HBoBMEZq8jIWC-9sEg" alt=""><figcaption></figcaption></figure>

Learn how to setup Stripe integration with Referral Rocket [here](/docs/integrations/stripe/how-to-setup-stripe.md).


---

# 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://referral-rocket.gitbook.io/docs/rewards/stripe.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.
