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 1000+ 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()
  },
})
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
Delete Record with Airtable API on New Account Created from Recurly API
Recurly + Airtable
 
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
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).