Recurly integration (Finance). Imported from open-connector.
https://v3.recurly.com/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Recurly resource IDs to fetch in one list call. Do not combine ids with other f… |
| limit | integer | optional | The maximum number of Recurly records to return. |
| order | string | optional | The Recurly sort order. |
| sort | string | optional | The Recurly timestamp field used for sorting. |
| beginTime | string | optional | Inclusively filter records by this ISO 8601 begin time when sorting by created_… |
| endTime | string | optional | Inclusively filter records by this ISO 8601 end time when sorting by created_at… |
| nextPath | string | optional | The next path returned by a previous Recurly list response, such as /accounts?c… |
| string | optional | Filter for accounts with this exact email address. | |
| subscriber | boolean | optional | Filter for accounts with or without an active, canceled, or future subscription. |
| pastDue | boolean | optional | Filter for accounts with an invoice in the past_due state. |
/accounts/{accountId}
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The Recurly account ID or code. |
/plans
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Recurly resource IDs to fetch in one list call. Do not combine ids with other f… |
| limit | integer | optional | The maximum number of Recurly records to return. |
| order | string | optional | The Recurly sort order. |
| sort | string | optional | The Recurly timestamp field used for sorting. |
| beginTime | string | optional | Inclusively filter records by this ISO 8601 begin time when sorting by created_… |
| endTime | string | optional | Inclusively filter records by this ISO 8601 end time when sorting by created_at… |
| nextPath | string | optional | The next path returned by a previous Recurly list response, such as /accounts?c… |
| state | string | optional | Filter plans by state. |
/plans/{planId}
| Param | Type | Required | Description |
|---|---|---|---|
| planId | string | required | The Recurly plan ID or code. |
/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Recurly resource IDs to fetch in one list call. Do not combine ids with other f… |
| limit | integer | optional | The maximum number of Recurly records to return. |
| order | string | optional | The Recurly sort order. |
| sort | string | optional | The Recurly timestamp field used for sorting. |
| beginTime | string | optional | Inclusively filter records by this ISO 8601 begin time when sorting by created_… |
| endTime | string | optional | Inclusively filter records by this ISO 8601 end time when sorting by created_at… |
| nextPath | string | optional | The next path returned by a previous Recurly list response, such as /accounts?c… |
| state | string | optional | Filter subscriptions by state. |
/subscriptions/{subscriptionId}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriptionId | string | required | The Recurly subscription ID or UUID. |