#paulC.
1 messages · Page 1 of 1 (latest)
did you already read these docs?
https://stripe.com/docs/elements/address-element/collect-addresses
They all make reverence to a custom component. I am using checkout API and redirect to the session url
reference*
Ah, okay. You would have to migrate to a Stripe Elements payment flow in order to be able to listen for input events. Checkout is Stripe-hosted and won't allow that level of customization
Is there really no way? Seems like a super basic requirement ...
Nope. You can't listen for client-side events on a domain you don't control.
Alright, I was wondering maybe there was an option when initiating the session. Got it, thanks!