#Tom Catchesides
1 messages · Page 1 of 1 (latest)
Hi there, is you question about conditionally display UI based on the payment method option that customer selects?
Yes, that's a good summary 😉
Got it, yup it's possible. here's how it works
You can listen to the change event and check the event's value (https://stripe.com/docs/js/element/events/on_change?type=paymentElement#element_on_change-handler-value), it'd tell you what payment method type that your customer has selected.