Calculate Stripe and platform application fees paid

Use the Balance Summary Report as a Standard Connect account user to calculate fees paid to Stripe and application fees paid to your platform for charges and payments or payouts.


Standard Connect account users can have two types of fees: fees paid to Stripe and application fees paid to your platform. Use the Balance Summary Report to see how fees are split between Stripe and the platform for charges and payments or payouts in a selected time period.

Calculate fees associated with charges and payments

  1. Log in to the Stripe Dashboard and navigate to the Balance Summary Report.
  2. Scroll down to Balance change from activity and select Download. Choose these options:
    • Report format: Select Itemized
    • Reporting category: Select All
    • Columns: Select All
  3. Application fees paid to the platform are listed in the application_fee column.
    • Null values indicate there were no application fees.
    • Negative values indicate that application fees were refunded to you by the platform.
  4. Calculate fees paid to Stripe depending on the transaction’s reporting_category.
    1. If the reporting_category is fee, use this formula: (-1 x net column value) - (application_fee column value) = Stripe Fee Paid
    2. If the reporting_category is any other type, use this formula: (fee column value) - (application_fee column value) = Stripe Fee Paid

Sample charges and payments download

balance_transaction_id

reporting_category

gross

net

fee

application_fee

txn_001

fee

15

15

0

-15

txn_002

charge

100

80

20

15

txn_003

refund

-100

-95

-5

To calculate fees for this download:

txn_001: Use the formula in step 4a because the reporting_category is fee.

txn_002: Use the formula in step 4b because the reporting_category is charge.

txn_003: Use the formula in step 4b because the reporting_category is refund. The application_fee is null, so no application fee was charged.

Calculate fees associated with payouts

  1. Log in to the Stripe Dashboard and navigate to the Balance Summary Report.
  2. Scroll down to Payouts and select Download. Choose these options:
    • Report format: Select Itemized
    • Columns: Select All
  3. Application fees paid to the platform are listed in the application_fee column.
    • Null values indicate there were no application fees.
    • Negative values indicate that application fees were refunded to you by the platform.
  4. Calculate fees paid to Stripe using this formula: (-1 x fee column value) - (application_fee column value) = Stripe Fee Paid

Sample payouts download

automatic_payout_id

gross

net

fee

application_fee

po_001

55

56

-1

1

po_002

30

30

0

To calculate fees for this download:

po_001: Use the formula in step 4.

po_002: Use the formula in step 4. The application_fee is null, so no application fee was charged.