Skip to main content

Recurly Connector

Prerequisites

  • A Recurly account (any plan)
  • Admin access to generate API credentials

Getting Your Credentials

Recurly uses a Private API Key for authentication.

  1. Log into the Recurly Dashboard
  2. Go to Integrations > API Credentials
  3. Copy your Private API Key

If you need to generate a new key, click Generate New Private API Key. Note that generating a new key invalidates the previous one.

Choosing a Region

Recurly operates in two regions:

  • US (default): https://v3.recurly.com
  • EU: https://v3.eu.recurly.com

Select the region that matches where your Recurly site is hosted.

Configuration in Landed

FieldValue
API KeyYour Recurly private API key
Regionus (default) or eu

Available Streams

StreamDescriptionSync Mode
accountsCustomer accounts with billing address, statusIncremental
subscriptionsSubscription records with plan, state, datesIncremental
invoicesInvoice records with line items and totalsIncremental
transactionsPayment transactionsIncremental
plansSubscription plan definitionsIncremental
line_itemsIndividual line items from invoicesIncremental
add_onsPlan add-on definitionsIncremental
couponsDiscount coupon recordsIncremental
credit_paymentsCredit payment recordsIncremental
itemsItem catalog entriesIncremental

Common Issues

SymptomCauseFix
401 UnauthorizedInvalid API keyGenerate a new key in Recurly > Integrations > API Credentials
403 ForbiddenInsufficient permissionsEnsure you are using an admin-level API key
Wrong data returnedIncorrect regionSwitch region from us to eu (or vice versa) to match your Recurly site
Rate limit exceededToo many API callsLanded handles rate limiting automatically

Static IPs for Allowlisting

If your Recurly configuration requires IP allowlisting:

  • Production: 34.170.185.84, 35.192.90.94
  • Staging: 34.171.93.34