#Austin_Truthifi
1 messages · Page 1 of 1 (latest)
Hi again 👋 I would look into whether the complete value in the change events that the Payment Element contains what you're looking for:
https://stripe.com/docs/js/element/events/on_change?type=paymentElement#element_on_change-handler-complete
Hello! Any idea how I'd get access to the PaymentElement as shown in the example? I'm using react, so I don't directly access it
For React, onChange is available as a prop of the Payment Element:
https://stripe.com/docs/stripe-js/react#element-components
Perfect, thanks!
Any time!