#Sv1751
1 messages · Page 1 of 1 (latest)
You can make a fetchUpdated call client side to pull the latest price there https://stripe.com/docs/js/elements_object/fetch_updates
Basically updating the payment intent server side updates the amount that the user is actually charged, but the client side won't know it needs to pull that data unless you make that call
Thanks, we will try!