> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/plugins/data-sources/recharge.md).

# Recharge

{% hint style="info" %}
The Recharge plugin allows CheckoutChamp to pull subscription details from your Recharge account and apply them in your CheckoutChamp campaign. This saves you the time of manually configuring your subscription billing cycles within CheckoutChamp.
{% endhint %}

{% hint style="info" %}
Please reach out to Recharge to enable access to their API Token section prior to starting this. Direct link to contact can be found [here](https://support.rechargepayments.com/hc/en-us/requests/new)
{% endhint %}

### Step 1: Obtain Recharge API Credentials <a href="#recharge-step1-obtainrechargeapicredentials" id="recharge-step1-obtainrechargeapicredentials"></a>

#### Login to Recharge. Click the “Integrations” Tab and then click “API Tokens…” to uncover your Recharge API Key <a href="#recharge-logintorecharge.clickthe-integrations-tabandthenclick-apitokens...-touncoveryourrechargeapi" id="recharge-logintorecharge.clickthe-integrations-tabandthenclick-apitokens...-touncoveryourrechargeapi"></a>

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

#### Copy your API token if it is displayed on this screen. If it is not displayed click “Create an API Token” and copy the key that is returned to the page. <a href="#recharge-copyyourapitokenifitisdisplayedonthisscreen.ifitisnotdisplayedclick-createanapitoken-andcop" id="recharge-copyyourapitokenifitisdisplayedonthisscreen.ifitisnotdisplayedclick-createanapitoken-andcop"></a>

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

\
SPECIFY READ/WRITE ACCESS FOR ALL PERMISSION FIELDS

#### **Be sure to save/copy the API key as this it is required for the Plugin setup.** <a href="#recharge-besuretosave-copytheapikeyasthisitisrequiredforthepluginsetup" id="recharge-besuretosave-copytheapikeyasthisitisrequiredforthepluginsetup"></a>

### Step 2: Setup the CRM Plugin <a href="#recharge-step2-setupthecrmplugin" id="recharge-step2-setupthecrmplugin"></a>

#### Navigate to **Admin** → **Plugins** → **Data Sources** and click on the green “**+Activate**” button on the Recharge tile <a href="#recharge-navigatetoadmin-plugins-datasourcesandclickonthegreen-activate-buttonontherechargetile" id="recharge-navigatetoadmin-plugins-datasourcesandclickonthegreen-activate-buttonontherechargetile"></a>

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

#### **Shopify StoreURL-** The Shopify StoreURL associated with this Recharge account (this must match your Shopify plugin StoreURL). <a href="#recharge-shopifystoreurl-theshopifystoreurlassociatedwiththisrechargeaccount-thismustmatchyourshopif" id="recharge-shopifystoreurl-theshopifystoreurlassociatedwiththisrechargeaccount-thismustmatchyourshopif"></a>

#### **RechargeAPIToken-** The Recharge API token retrieved from the previous step. <a href="#recharge-rechargeapitoken-therechargeapitokenretrievedfromthepreviousstep" id="recharge-rechargeapitoken-therechargeapitokenretrievedfromthepreviousstep"></a>

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

#### Once the plugin is activated navigate to the Shopify plugin that is associated with this plugin and click “Sync Products”. <a href="#recharge-oncethepluginisactivatednavigatetotheshopifypluginthatisassociatedwiththispluginandclick-sy" id="recharge-oncethepluginisactivatednavigatetotheshopifypluginthatisassociatedwiththispluginandclick-sy"></a>


---

# 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.checkoutchamp.com/crm/plugins/data-sources/recharge.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.
