- 🇬🇧United Kingdom vreemt
the zip code/postal code/postcode field is shown based on the card number - see also https://docs.stripe.com/js/element/postal_code_formatting
you can hide the field using the card element settings with `hidePostalCode:true`
in some cases it can be useful to include it for security purposes, in some countries it may even be requiredhttps://docs.stripe.com/js/element/other_methods/update?type=card#elemen...
suggests something like this should work:
cardElement.update({hidePostalCode:true});