#surbhi

1 messages · Page 1 of 1 (latest)

wild flickerBOT
mystic swan
#

Hi 👋

shadow ember
#

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

mystic swan
#

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?

shadow ember
#

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

mystic swan
#

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.

shadow ember
#

thank you so much

mystic swan
#

Happy to help!