#surbhi
1 messages · Page 1 of 1 (latest)
Hi 👋
Hey Toby, i am Looking for an API call which can give me the stripe fee
like how much stripe is going to charge for particular amount
I'm happy to help with that. After creating a payment, you can retrieve the associated Balance Transaction object which contains information about the fees charged.
Are you going to be working with Payment Intents?
ya..i am working with payment intent
i want to know the charges before the payment
and we can only retrive the paymnet intent when the payment is done successfully
i want to know stripe fee before the payment
like if i pass 10000 euro, how much strip is going to chanrge
To do that, you'll want to reach out to our Support team to confirm what the fee structure is for your account, and then use that information to calculate the fee within your code before creating the payment. We don't have a way to preview what a fee will be before handling the payment.
You can get in touch with our Support team here:
https://support.stripe.com/?contact=true
thank you so much
Happy to help!