Transaction line item reports
Generate detailed reports about revenue received, past due invoices, draft and issued invoices, and canceled transactions, broken down by line item.
Transactions capture and calculate revenue for both checkouts and invoices. They hold information about a customer purchase. Transaction line items are the individual items that make up a transaction.
You can generate reports through the dashboard or via the API.
Report filters
When generating transaction line item reports, you can filter by:
| Field | Description |
|---|---|
| Updated date | The date a transaction was last modified. Matches entities modified on or after the start date and before the end date. |
| Status | The current status of the transaction.
|
| Origin | Where or why the transaction was created.
|
| Currency | The currency of the transaction. |
| Collection mode | How the customer has been asked to pay.
|
Report columns
Column headings on transaction line item reports mirror fields in the Paddle API. Data is provided in the following columns:
Paddle ID of the related transaction, prefixed with txn_.
Status of the related transaction.
Invoice number for this transaction. Automatically generated by Paddle when you mark a transaction as billed where collection_mode is manual.
Paddle ID of the customer that this transaction is for, prefixed with ctm_.
Email address for the customer that this transaction is for.
Paddle ID of the address that this transaction is for, prefixed with add_.
Supported two-letter ISO 3166-1 alpha-2 country code of the address that this transaction is for.
Paddle ID of the business that this transaction is for, prefixed with biz_.
Name of the business that this transaction is for.
Paddle ID of the subscription that this transaction is for, prefixed with sub_.
Unique Paddle ID for this transaction item, prefixed with txnitm_. Used when working with adjustments.
Paddle ID of the product that this transaction item is for, prefixed with pro_.
Name of the product related to this transaction item.
Paddle ID of the price that this transaction item is for, prefixed with pri_.
Internal description for this price, not shown to customers. Typically notes for your team.
Amount of time for the billing cycle of the related price, if recurring.
Unit of time for the billing cycle of the related price, if recurring.
Amount of time for the trial period of the related price, if set.
Unit of time for the trial period of the related price, if set.
Supported three-letter ISO 4217 currency code for this transaction.
Unit price for this transaction item.
Quantity of this transaction item on the related transaction.
Subtotal before discount, tax, and deductions in the transaction currency. If an item, unit price multiplied by quantity.
Total discount as a result of any discounts applied in the transaction currency.
Total tax on the subtotal in the transaction currency.
Total after discount and tax in the transaction currency.
How proration was calculated for this item. Rate used to calculate proration.
RFC 3339 datetime string of when the billing period for this transaction starts.
RFC 3339 datetime string of when the billing period for this transaction ends.
Rate used to calculate tax for this transaction line item.
Three-letter ISO 4217 currency code of your balance currency. If your primary currency has changed, this reflects the primary currency at the time the transaction was billed.
Exchange rate used to convert between the transaction currency to your balance currency. 1.0 if currencies match.
RFC 3339 datetime string of when the related transaction was marked as created. null for transactions that are not billed or completed.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
RFC 3339 datetime string of when the related transaction was marked as billed. null for transactions that are not billed or completed.
RFC 3339 datetime string of when payment was last captured for the related transaction.
RFC 3339 datetime string of when the balance for the related transaction was last updated.
RFC 3339 datetime string of when the related transaction was marked as completed. null for transactions that are not completed.
Type of payment method used for the last payment attempt for this transaction.
How this transaction was created.
How payment is collected for this transaction. automatic for checkout, manual for invoices.
Your own structured key-value data.
Amount of time for the payment terms set for this transaction. Only present for manually-collected transactions.
Unit of time for the payment terms set for this transaction. Only present for manually-collected transactions.
Notes or other information included on the invoice document generated for this transaction. Only present for manually-collected transactions.
Customer purchase order number. Only present for manually-collected transactions.
Whether the related transaction may be paid using a Paddle Checkout. Only present for manually-collected transactions.