Recharge Connector
Connect Recharge so Applied can look up subscription and billing context and run guided subscription workflows.
Use this Connector when support conversations depend on Recharge customers, subscriptions, charges, or orders.
Common use cases
- Look up Recharge customers by email.
- Inspect subscriptions, charges, and orders.
- Update subscriptions after customer confirmation.
- Process subscription or billing workflows from a Flow.
For customer-visible subscription or payment changes, use a Flow that confirms identity and captures approval before calling Recharge.
Before you begin
Before connecting Recharge, make sure:
- You can access the Recharge merchant portal.
- Your Recharge user can manage API tokens.
- Your team knows whether Applied should only read data or also write changes.
- You have a test customer or subscription available for validation.
Only Recharge store owners can view API tokens by default. Store owners can grant staff access to the API Tokens page.
Get a Recharge API token
Recharge API tokens are created in the merchant portal.
- In Recharge, go to Tools & apps.
- Open API tokens.
- Click Create an API Token.
- Enter a name, such as
Applied Labs. - Enter the contact email.
- Choose scope permissions.
- Save and copy the token.
Applied sends this token as X-Recharge-Access-Token.
Choose Recharge scopes
Recharge scopes can be No access, Read access, or Read and Write access.
For support workflows, common scopes include:
- Customer read access for customer lookup.
- Customer write access only if Applied should update customer details.
- Subscription read access for subscription lookup.
- Subscription write access for subscription updates.
- Charges and orders read access for billing and order context.
- Charges, orders, payments, or process-charge write access only for workflows that explicitly need those actions.
Do not grant broad write access unless the connected Flows require it.
Connect Recharge in Applied
- Open Connectors.
- Click New.
- Choose Recharge.
- Paste the Recharge API token into the API token field.
- Create the connection.
Validate the connection
After setup:
- Look up a test customer by email.
- Confirm returned customer and subscription details match Recharge.
- If write actions are enabled, run one low-risk test update.
- Confirm the change appears in Recharge.
Common issues
Recharge says the token is invalid
Confirm the token was copied from Tools & apps > API tokens and pasted without extra spaces.
Lookup works, but updates fail
Review token scopes. Read access can return data but cannot update customers, subscriptions, charges, or orders.
The API token page is not visible
Ask a Recharge store owner to grant staff access to API tokens or create the token.