> 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/razorpayx.md).

# RazorPayX

Referral Rocket uses Razorpay X payout links to send payouts. Additional details about payout links here - <https://razorpay.com/docs/x/payout-links/>\
\
Distributing rewards through Razorpay is simple:

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe6uW_ZK8HeNOn7yqmH-wYglKYt73rwvFH1hvKOiLATr_lUmNlv5KULRaoV9uR9Ke3DQz3i8jRCHuSLiyU2JfEnS_wx3jUjJJHHqjXexSs2-GNTJ5plZE5G5tI2HncI4nLI-v5m?key=ssc0WPIohx4IXmR-VAWpLKp5" alt=""><figcaption></figcaption></figure>

2. Issue Rewards:
   1. Click "Issue Reward" and select "Send Rewards with Razorpay" from the dropdown.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdMJe2_gKQ3DhKnEkdlCpIglgaNI3FsO8LL4kbhziY0iy4BELi_DdoVRvcRTZX6aIP4S8IP2qXDcdUAaHq-uCjRU5YYxw7C4OJjA8vtclggFXZIIKLNoIrjqaDOo32w7DRxSjPg?key=ssc0WPIohx4IXmR-VAWpLKp5" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXftHuJKu3CtDMPZe-8WNhROljU1r22SSu-2UH0TfHHpVt3-VSQBd6g-1XWSJGCvxxTvea0PHt-LbmtZrnjFiHlLYHxFpEnDk1Mw3c9Zr6L1Hd5kWE5cT_ZGjiBWboJEDCMmV8GfZg?key=ssc0WPIohx4IXmR-VAWpLKp5" alt=""><figcaption></figcaption></figure>

* Click "Send Rewards with Razorpay" to send the payout link to the selected participant.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdVQCpVG___yaxMIyIQR1nKrkZ_xDU6OS6l1FM4lb0NJkZqBTvkRwwd_SqD3Quw6Z_lKGNl6audixGrbdDMihrnpMZbrgsu3ifBLtIehXApTv_ER9HrrRXWdQC7RyOBBhFt43FdAA?key=ssc0WPIohx4IXmR-VAWpLKp5" alt=""><figcaption></figcaption></figure>

Referral Rocket will create a contact in Razorpay-X with an email address and send a payout link with reward value to that contact. Razorpay-X will then send the payout link by email automatically. (This contact ID will be added to participant for the next payouts.)

Note:  Razorpay is only available for INR.\
Note: RazorpayX is only available for Prod Accounts in RazorPay. If you are testing using an sandbox environment, Razorpay does not create a working payout link.

<br>


---

# 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/razorpayx.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.
