#day_dr33m
1 messages · Page 1 of 1 (latest)
You'll need to update the amount server-side as it requires your Secret API key
Will that give me a new payment intent to update the client side or will it use the same one?
Then you can use fetchUpdates(...) client side to update the element
https://stripe.com/docs/js/elements_object/fetch_updates
You can use the same PaymentIntent, calling the above function will just make sure to fetch PaymentIntent updates from Stripe
thank you