Recurly is a subscription management and recurring billing platform used to handle plans, invoices, and customer billing details. FlowEQ’s Recurly integration lets your team manage subscriptions and billing actions directly from a Flow in Sidekick. RecurlyDocumentation Index
Fetch the complete documentation index at: https://support.floweq.com/llms.txt
Use this file to discover all available pages before exploring further.
What You Can Do
- List active subscriptions for a customer
- Cancel or terminate a subscription
- Create a line item on an account
- Refund an invoice
- Apply a coupon to an account
- Remove billing information from an account
Quick Tips
- API key required — follow the Configuration guide to connect FlowEQ to Recurly with your API credentials before adding Recurly steps to your Flows.
- List first — use the List Subscription step at the start of a billing Flow to confirm the customer’s active subscriptions and surface the correct subscription ID before canceling or modifying anything.
- Cancel vs. terminate — Cancel Subscription ends the subscription at the end of the current billing period, while Terminate Subscription ends it immediately. Make sure your Flow uses the right action for your refund policy.