#PaulSmiechowicz
1 messages · Page 1 of 1 (latest)
Hi 👋
Before you can display the updated amount you need to tell Stripe.JS that changes have occurred to the payment intent.
You do that using the following method: https://stripe.com/docs/js/elements_object/fetch_updates
Thank you, adding await elements.fetchUpdates() worked