#marnix
1 messages · Page 1 of 1 (latest)
Yes, Stripe fees are on the fee property of the related balance transaction object(s)
https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
That link shows an example with a payment intent. For the refund you would look at the balance transaction on that refund https://stripe.com/docs/api/refunds/object#refund_object-balance_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Awesome!! Thank you so much for your super quick reply.
Do you happen to know of a resource, which details in which cases stripe charges a fee for a refund?
Unfortunately I don't know much about how fees work here. If you reach out to our support team they should be able to speak to that https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.