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.
(-1 x net column value) - (application_fee column value) = Stripe Fee Paid
(fee column value) - (application_fee column value) = Stripe Fee Paid
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.
(-1 x fee column value) - (application_fee column value) = Stripe Fee Paid
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