#sai_rez-upe-country-field
1 messages · Page 1 of 1 (latest)
Hey, don't believe that field/value is exposed by the events: https://stripe.com/docs/js/element/events/on_change?type=paymentElement
Is it possible to hide the country select field?
We have a custom dropdown already for country select that we update the PM and metadata within the backend
If using the default country selector, does this update the payment method when passing elements to confirmSetup?
And is it possible to update metadata using the default country selector?
Yes it'll be set on the PM billing_details
Not in the standard integration path, you'd need to make a backend call for that
Ok thanks for helping!