Invoices — external

Simplify external invoice tracking with the Invoices - External export.

Overview

Required plan

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

Prerequisite

You must have external invoices to view this export.

Definition

The "Invoices - External" export function allows Recurly users to identify and manage details pertaining to external invoices that are generated for accounts with subscriptions created on third-party platforms such as the Apple App Store or Google Play Store. By utilizing this export function, you can seamlessly organize and maintain a record of all external invoices, thereby enhancing your revenue tracking and customer service capabilities.

Filters

Date Range Filters

  • Created: External Invoices created within the chosen timeframe.
  • Modified: External Invoices modified within the chosen timeframe.

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:

IdExampleDescriptionData type (max size)
id101Unique code or identifier.string
account_code123456789, [email protected]Unique identifier for Recurly customers, defaulting to email if not specified. Links multiple exports as a primary, unchangeable ID.varchar(50)
external_subscription_idext001sIdentifier for the subscription on the external platform.string
external_idex001idUnique ID representing the invoice on the external platform.varchar(255)
statepending, active, canceled, expiredCurrent subscription state.string
total60The total amount charged in the invoice.numeric
currencyUSDCurrency used to denote amount and balance in the invoice.varchar(3)
sourceAppleThe source or platform where the subscription was initiated.string
purchased_at2014-01-01 10:00:00 PSTWhere the purchase associated with the invoice was made.timestamp
created_at2014-01-01 10:00:00 PSTThe creation date and time of the invoice, used in the time range filter for sorting based on creation dates.timestamp
modified_at2014-01-01 10:00:00 PSTThe last modification date and time of the invoice, useful for tracking recent updates.timestamp

Version changelog

No version changelog available at the moment.