← Tools Reference

Recurly

Recurly integration (Finance). Imported from open-connector.

API key6 toolshttps://v3.recurly.com
GET
recurly_list_accounts
List Recurly accounts with pagination and common filters.

/accounts

10 parameters
ParamTypeRequiredDescription
idsarrayoptionalRecurly resource IDs to fetch in one list call. Do not combine ids with other f…
limitintegeroptionalThe maximum number of Recurly records to return.
orderstringoptionalThe Recurly sort order.
sortstringoptionalThe Recurly timestamp field used for sorting.
beginTimestringoptionalInclusively filter records by this ISO 8601 begin time when sorting by created_…
endTimestringoptionalInclusively filter records by this ISO 8601 end time when sorting by created_at…
nextPathstringoptionalThe next path returned by a previous Recurly list response, such as /accounts?c…
emailstringoptionalFilter for accounts with this exact email address.
subscriberbooleanoptionalFilter for accounts with or without an active, canceled, or future subscription.
pastDuebooleanoptionalFilter for accounts with an invoice in the past_due state.
GET
recurly_get_account
Retrieve one Recurly account by ID or code.

/accounts/{accountId}

1 parameter
ParamTypeRequiredDescription
accountIdstringrequiredThe Recurly account ID or code.
GET
recurly_list_plans
List Recurly plans with pagination and common filters.

/plans

8 parameters
ParamTypeRequiredDescription
idsarrayoptionalRecurly resource IDs to fetch in one list call. Do not combine ids with other f…
limitintegeroptionalThe maximum number of Recurly records to return.
orderstringoptionalThe Recurly sort order.
sortstringoptionalThe Recurly timestamp field used for sorting.
beginTimestringoptionalInclusively filter records by this ISO 8601 begin time when sorting by created_…
endTimestringoptionalInclusively filter records by this ISO 8601 end time when sorting by created_at…
nextPathstringoptionalThe next path returned by a previous Recurly list response, such as /accounts?c…
statestringoptionalFilter plans by state.
GET
recurly_get_plan
Retrieve one Recurly plan by ID or code.

/plans/{planId}

1 parameter
ParamTypeRequiredDescription
planIdstringrequiredThe Recurly plan ID or code.
GET
recurly_list_subscriptions
List Recurly subscriptions with pagination and common filters.

/subscriptions

8 parameters
ParamTypeRequiredDescription
idsarrayoptionalRecurly resource IDs to fetch in one list call. Do not combine ids with other f…
limitintegeroptionalThe maximum number of Recurly records to return.
orderstringoptionalThe Recurly sort order.
sortstringoptionalThe Recurly timestamp field used for sorting.
beginTimestringoptionalInclusively filter records by this ISO 8601 begin time when sorting by created_…
endTimestringoptionalInclusively filter records by this ISO 8601 end time when sorting by created_at…
nextPathstringoptionalThe next path returned by a previous Recurly list response, such as /accounts?c…
statestringoptionalFilter subscriptions by state.
GET
recurly_get_subscription
Retrieve one Recurly subscription by ID or UUID.

/subscriptions/{subscriptionId}

1 parameter
ParamTypeRequiredDescription
subscriptionIdstringrequiredThe Recurly subscription ID or UUID.