Subscriptions Export - External
This export identifies accounts that have an external subscription stored on third-party platforms like Apple App Store or Google Play Store, with all the relevant external subscription details.
External Subscriptions
Subscription Status Filter
All
All external subscriptions regardless of status (ie. state)
Date Range Filters
Activated
External Subscriptions that were activated during the selected time range. Uses in the "activated_at" column of the export.
Modified
External Subscriptions that were modified during the selected time range. Uses in the "modified_at" column of the export. You will only see the subscription modified- original subscription will not show when using export on modified parameter.
Created
External Subscriptions that were created during the selected time range. Uses the "created_at" column of the export. This option will include subscriptions that have been created but have a future activation date.
Export Contents
Column Name | Example | Description |
---|---|---|
account_code | 123456789, [email protected] | Account associated with the External Subscription |
external_product_reference_code | string | A code which associates the external product to a corresponding object or resource in an external platform like the Apple App Store or Google Play Store. |
external_product_reference_source | string | Source connection platform. (e.g. Apple App Store, Google Play) |
app_identifier | string | Identifier of the app that generated the external subscription. |
plan_code | basic | Plan that the customer is subscribed to External Subscription. |
state | active, canceled, expired, or future | Current state of the subscription. |
auto_renew | TRUE, FALSE | Defaults to TRUE for auto-renewing subscriptions. FALSE if subscription configured to expire at the current expiration date. |
quantity | 1 | Identifies the quantity of the subscription purchase. |
activated_at | 2010-03-24 17:18:46 PDT | When the external subscription was activated in the external platform. |
modified_at | 2010-03-24 17:18:44 PDT | When the external subscription was updated in Recurly. |
created_at | 2010-03-24 17:18:44 PDT | When the external subscription was created in Recurly. |
expires_at | 2010-04-23 22:51:53 PDT | When the external subscription expires in the external platform |
last_purchased | 2010-04-23 22:51:53 PDT | When a new billing event occurred on the external subscription in conjunction with a recent billing period, reactivation or upgrade/downgrade. |
external_product_reference_deleted_at | 2010-04-23 22:51:53 PDT | When the External Product association was removed from the External Subscription |
external_product_name | string | The name of the External Product associated with the External Subscription |
external_product_deleted_at | 2010-04-23 22:51:53 PDT | When the External Product association was removed from the External Subscription |
Updated 3 months ago