Subscriptions — pending changes - export

All active subscriptions with a pending change that will be applied at the next renewal or a future date.

Overview

Required plan

This feature or setting is available to all customers on any Recurly subscription plan.

Definition

The “Subscriptions - Pending Changes” export enables users to view all active subscriptions with a pending change that will be applied at the next renewal or a future date. This includes changes to the plan, price, or quantity.

Filters

Versions Filter

  • The Versions filter allows you to select the version that is most appropriate for your needs. This is based on the version changelog at the bottom of this page.

Export On Filters

Understand your subscriptions included in the export with the following filters:

  • Created: Displays subscriptions created within a selected time frame, including those with future activation dates.
  • Modified: Shows subscriptions altered in the chosen time frame.

Time Range Filter

  • The Time range filter (dropdown) allows you to view data within a specific period such as last month, year to date or a custom date range. The Start Date and End Date will automatically update based on the value selected in the Time range filter. You can also choose "Between..." in the dropdown, which will allow you to enter a customized date range.

Exports table

Download Button Download our complete export schema

To help you identify and organize information effectively, the export provides a structured table that contains the following columns:

Column NameExampleDescriptionData type
subscription_change_api_idukkl9dx5tm93Unique internal identifier for the pending change subscription.string
account_api_idukkjdj81sialUnique internal identifier for the account.string
subscription_api_idukkl9bwjg4u5Unique internal identifier for the current subscription.string
account_code00148a18-8a5d-438b-a979-0569d580f5e9Unique identifier for the customer's account.string
subscription_uuid6fad91251b20b90458a00b48588c731d1234-abcd-5678-efghUnique identifier for the subscription.string
change_typeplan_change_same_priceThe nature of the change.string
change_initiatorapiPerson or API that initiated the change (e.g., Customer, Merchant, API).string
change_created_at2025-07-20 03:22:25 ESTThe date and time when the pending change was created.timestamp
change_scheduled_at2025-07-31 11:59:59 ESTThe date and time when the pending change is scheduled to be applied (e.g., the next renewal date).timestamp
change_updated_at2025-07-25 11:00:00 ESTThe date and time when the pending change was updated.timestamp
current_plan_api_id143509049eb30fbThe unique id of the current plan.string
pending_plan_api_id143509049eb30fbThe unique id of the pending plan.string
current_add_on_api_id143509049eb30fbThe unique id of the current add on.string
pending_add_on_api_id143509049eb30fbThe unique id of the pending add on if changed.string
current_product_codeproduct12345The current product code.string
pending_product_codeproduct67890The pending product code if changed.string
current_quantity10The current quantitynumeric
pending_quantity12The pending quantity if changed.numeric
current_currencyUSDThe currency of the current subscription period.string
pending_currencyUSDThe currency after the change takes effect.string
current_recurring_amount1200.00The total recurring amount of the current subscription period.numeric
pending_recurring_amount125The new total recurring amount after the change takes effect.numeric

Version changelog