Skip to content
Create account or Sign in
The Stripe Docs logo
/
Ask AI
Create accountSign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
APIs & SDKsHelp
Overview
Billing
OverviewAbout the Billing APIs
Subscriptions
Invoicing
Usage-based billing
Quotes
Customer management
Billing with other products
Revenue recovery
Automations
Test your integration
Tax
Overview
Use Stripe tax
Manage compliance
Reporting
Overview
Select a report
Configure reports
Reports for multiple accounts
Reports API
    Overview
    Balance report type
    Payout reconciliation report type
    Fees report type
    Tax report type
    Connect report type
Revenue recognition
Data
Overview
Query business data
Sigma
Data Pipeline
Import external data
United States
English (United Kingdom)
HomeRevenueReports API

Fees report typePublic preview

Review the fees report schema and parameters.

The Fees report provides a list of all the fees taken from your Stripe balance, Fee credits balance and Financial Accounts. It includes fees charged by Stripe, networks and external partners for your use of Stripe products and services. You can view a summary or an itemised report at transaction level, including attribution details. You can access fee data in this report 96 hours after a fee affects your balance. You can also download it as a CSV from the Fees report in the Dashboard.

The following tables define the required and optional parameters to run the report, as well as the schema of the CSV output.

Report typeRequired run parametersOptional run parameters
all_fees.balance_transaction_created.itemised.2interval_start, interval_endcurrency, fee_category, timezone, columns
all_fees.balance_transaction_created.summary.2interval_start, interval_endcurrency, columns
all_fees.incurred_at.itemised.2interval_start, interval_endcurrency, fee_category, timezone, columns
all_fees.incurred_at.summary.2interval_start, interval_endcurrency, columns

Fees summary pivoted on balance transaction date

API report type: all_fees.balance_transaction_created.summary.2

Column nameDefaultDescription
suiteAn integrated group of products offering extensive functionality within Stripe (for example, Payments, Revenue, Connect, Money Management, Platform).
productA standalone offering within a suite, delivering specific capabilities to users.
feature_nameThe name of the feature that incurred the fee.
amountTotal amount of the fees captured against each product feature. Expressed in major units of the currency.
taxTax on the fees included in the amount, expressed in major units of the currency.
currencyThree-letter ISO currency code of amount and tax.

Fees itemised pivoted on balance transaction date

API report type: all_fees.balance_transaction_created.itemised.2

Column nameDefaultDescription
activity_end_timeFor a fee based on activity that spans a period of time, the activity’s end date in the requested timezone.
activity_start_timeFor a fee based on activity that spans a period of time, the activity’s start date in the requested timezone.
amountAmount of the fee, expressed in major units of the currency.
balance_transaction_createdTime at which the fee transaction affected your Stripe balance, in the requested timezone.
balance_transaction_descriptionDescription of the balance transaction containing the fee.
balance_transaction_idID of the balance transaction containing the fee.
currencyThree-letter ISO currency code of amount and tax.
fee_transaction_createdCreation time of the fee transaction that deducts this fee from your Stripe v1, v2 or credit balances.
fee_transaction_idID of the fee transaction that deducts this fee from your Stripe v1, v2 or credit balances.
incurred_atTime of the originating event that incurred the fee, in the requested timezone.
incurred_byID of the object that incurred the fee, if any. The object type appears in the incurred_by_type field.
incurred_by_typeThe type of the incurred_by object. It matches the object field in the API (with values such as charge, refund or invoice).
pricing_tierThe pricing tier at which this fee was assessed.
pricing_tier_indexThe pricing tier_index at which this fee was assessed.
feature_nameA feature is a particular functionality or attribute within a product, enabling specific user actions or solutions. This is what the fee is associated with.
feature_descriptionOne line description of the feature.
productA standalone offering within a suite, delivering specific capabilities to users.
suiteAn integrated group of products offering extensive functionality within Stripe (for example, Payments, Revenue, Connect, Money Management, Platform).
taxTax on the fee, expressed in major units of the currency.

Fees summary pivoted on incurred at date

API report type: all_fees.incurred_at.summary.2

Column nameDefaultDescription
suiteAn integrated group of products offering extensive functionality within Stripe (for example, Payments, Revenue, Connect, Money Management, Platform).
productA product is a standalone offering within a suite, delivering specific capabilities to users.
feature_nameThe name of the feature that incurred the fee.
amountTotal amount of the fees captured against each product feature. Expressed in major units of the currency.
taxTax on the fees included in the amount, expressed in major units of the currency.
currencyThree-letter ISO currency code of amount and tax.

Fees itemised pivoted on incurred at date

API report type: all_fees.incurred_at.itemised.2

Column nameDefaultDescription
activity_end_timeFor a fee based on activity that spans a period of time, the activity’s end date in the requested timezone.
activity_start_timeFor a fee based on activity that spans a period of time, the activity’s start date in the requested timezone.
amountAmount of the fee, expressed in major units of the currency.
balance_transaction_createdTime at which the fee transaction affected your Stripe balance, in the requested timezone.
balance_transaction_descriptionDescription of the balance transaction containing the fee.
balance_transaction_idID of the balance transaction containing the fee.
currencyThree-letter ISO currency code of amount and tax.
fee_transaction_createdCreation time of the fee transaction that deducts this fee from your Stripe v1, v2 or credit balances.
fee_transaction_idID of the fee transaction that deducts this fee from your Stripe v1, v2 or credit balances.
incurred_atTime of the originating event that incurred the fee, in the requested timezone.
incurred_byID of the object that incurred the fee, if any. The object type appears in the incurred_by_type field.
incurred_by_typeThe type of the incurred_by object. It matches the object field in the API (with values such as charge, refund or invoice).
pricing_tierThe pricing tier at which this fee was assessed.
pricing_tier_indexThe pricing tier_index at which this fee was assessed.
feature_nameA feature is a particular functionality or attribute within a product, enabling specific user actions or solutions. This is what the fee is associated with.
feature_descriptionOne line description of the feature.
productA product is a standalone offering within a suite, delivering specific capabilities to users.
suiteAn integrated group of products offering extensive functionality within Stripe (for example, Payments, Revenue, Connect, Money Management, Platform).
taxTax on the fee, expressed in major units of the currency.

See also

  • Fees report
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc