#ocardenas
1 messages · Page 1 of 1 (latest)
😁
no that's not possible today, you need to create the PaymentIntent before mounting the Element
so
this view would not be possible to achieve
the field dynamic?
and show the form
the same time
and after the complete all
create the payment intent?
it is possible, you can update the exiting PaymentIntent on the backend https://stripe.com/docs/api/payment_intents/update when the amount changes and then call https://stripe.com/docs/js/elements_object/fetch_updates on the frontend
Great!!