#civo - Stripe fee
1 messages ยท Page 1 of 1 (latest)
I believe that you can see it in both. In the API it is part of Balance Transaction objects https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-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.
To get to one from a payment intent, you find the first charge in payment_intent.charges with a status of succeeded and check that charge's balance_transaction property
thanks, looks like i can get the stripe fee amount and tax. but it looks like I'm getting charged 2.4% + 0.20 per transaction
Unfortunately I can't speak much to the actual fees you are encountering. If you have questions about those, you can reach out to our support 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.
thanks ๐ I'll send an email to my account manager