#joren_vh
1 messages · Page 1 of 1 (latest)
You would want to create a Test transaction in Test mode, and look at its balance transaction to see all the fee
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and look through all the generated balance transaction around there
When I go to a specific payment, how do I see its balances?
When I go to balances, I only see the stripe fee for subscription, and specific charges per transaction, no charges for invoices for example
Well product fees (such as Billing) aren't paid at a per payment level. They're actually batched and billing together monthly I believe. There'd be a separate Balance Transaction to represent that
I noticed that, but what about the invoices?
if I download an invoice for a transaction that was made?
or if a customer downloads one
Well you'd use the pi_xxx ID and retrieve the associated Balance Transaction which has all the fee details you'd need: https://docs.stripe.com/expand/use-cases#stripe-fee-for-payment
you can't see it in the dashboard?