#Lê Trinh
1 messages · Page 1 of 1 (latest)
free
hello! the Stripe fee is only when the payment is successful. We do have rate limits that you should be mindful of : https://stripe.com/docs/rate-limits
In my case, I use the Payment Element component, so every time user goes to my checkout page I have to create payment intent to get the client_secret then I pass it into the Payment element. If users spam my page or I get DDOS, I fear I will be charged too many fees or be blocked by stripe.
But is there any solution for me to use the payment element or something have the same UI and does not create payment intent before the user submits?