# Calculate Stripe and platform application fees paid

### Use the [Balance Summary Report](https://dashboard.stripe.com/reports/balance) 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](https://dashboard.stripe.com/reports/balance) 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](https://dashboard.stripe.com/reports/balance).
1. Scroll down to **Balance change from activity** and select **Download**. Choose these options:
* **Report format**: Select **Itemized**
* **Reporting category**: Select **All**
* **Columns**: Select **All**
1. 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.
1. 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`
1. 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**.
* `(-1 x net column value) - (application_fee column value) = Stripe Fee Paid`
* `(-1 x 15) - (-15) = 0 USD Stripe Fee Paid`
**txn\_002**: Use the formula in step 4b because the **reporting\_category** is **charge**.
* `(fee column value) - (application_fee column value) = Stripe Fee Paid`
* `20 - 15 = 5 USD Stripe Fee Paid`
**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.
* `(fee column value) - (application_fee column value) = Stripe Fee Paid`
* `(-5) - 0 = -5 USD Stripe Fee Paid. This means that Stripe returned 5 USD in fees.`
### Calculate fees associated with payouts
1. Log in to the Stripe Dashboard and navigate to the [Balance Summary Report](https://dashboard.stripe.com/reports/balance).
1. Scroll down to **Payouts** and select **Download**. Choose these options:
* **Report format**: Select **Itemized**
* **Columns**: Select **All**
1. 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.
1. 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.
* `(-1 x fee column value) - (application_fee column value) = Stripe Fee Paid`
* `(-1 x -1) - (1) = 0 USD Stripe Fee Paid`
**po\_002**: Use the formula in step 4. The **application\_fee** is null, so no application fee was charged.
* `(-1 x fee column value) - (application_fee column value) = Stripe Fee Paid`
* `(-1 x 0) - (0) = 0 USD Stripe Fee Paid`