Recurly

The subscription management platform delivering unrivaled results to smart brands worldwide.

Go to site
Explore
/
Apps
/
Recurly

Recurly API Integrations

Build and run workflows using the Recurly API. Use 1000s of source-available triggers and actions across 1,600+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The Recurly API provides developers an array of powerful methods to build and integrate with Recurly’s subscription billing service. Using the API, you can create unique customer experiences, customized to fit your brand and needs, as well as payment collection, tracking usage in real-time, setting up promotions, and managing customer subscriptions.

Here are some common examples you can build with the Recurly API:

  • Manage customers & accounts: Create and update customers, their billing info and subscription plans.
  • Collect payments: Accept ACH payments, one-time credit cards, and update subscription payment methods.
  • Real-time usage tracking: Track changes in user usage to power usage-based billing & usage-based access management.
  • Promotions & discounts: Create and apply discounts to accounts, including coupon codes and percentage discounts.
  • Reporting & Analytics: Get real-time reports to quickly gauge and understand your business performance.
  • Security & Fraud Prevention: Prevent fraudulent transactions and manage customer data securely.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = defineComponent({
  props: {
    recurly: {
      type: "app",
      app: "recurly",
    }
  },
  async run({steps, $}) {
    const recurly = require('recurly')
    const client = new recurly.Client(this.recurly.$auth.api_key)
    return await client.listAccounts()
  },
})

Choose an API to Connect with Recurly API

1
-
12
of
1,600+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
Send Message (Advanced) with Discord Webhook API on New Account Created from Recurly API
Recurly + Discord Webhook
 
Try it
Get Film with SWAPI - Star Wars API on New Account Created from Recurly API
Recurly + SWAPI - Star Wars
 
Try it
Send any HTTP Request with HTTP / Webhook API on New Account Created from Recurly API
Recurly + HTTP / Webhook
 
Try it
Create Image with OpenAI API on New Account Created from Recurly API
Recurly + OpenAI (ChatGPT)
 
Try it
Get Backlinks One Per Domain with Ahrefs API on New Account Created from Recurly API
Recurly + Ahrefs
 
Try it
New Account Created from the Recurly API

Emit new event when a new account is created. See the docs.

 
Try it
New Invoice Created from the Recurly API

Emit new event when a new invoice is created. See the docs.

 
Try it
New Subscription Created from the Recurly API

Emit new event when a new subscription is created. See the docs.

 
Try it
New Transaction Created from the Recurly API

Emit new event when a new transaction is created. See the docs.

 
Try it

Authentication

Recurly uses API keys for authentication. When you connect your Recurly account, Pipedream securely stores the keys so you can easily authenticate to Recurly APIs in both code and no-code steps.

To access your API key, navigate to Integrations > API Credentials in your Recurly account (https://[your_subdomain].recurly.com/integrations/api_keys).