#mexner
1 messages · Page 1 of 1 (latest)
Hi, yes what you're looking is the Payment Elements, https://stripe.com/docs/payments/payment-element. You create the PaymentIntent first, then use the client secret returned from it to render the element. You can then update the amount of the PaymentIntent, https://stripe.com/docs/api/payment_intents/update and with wallets, you'd also want to use https://stripe.com/docs/js/elements_object/fetch_updates to show the new amount correctly.
great, thank you!