#Eva051-zip
1 messages · Page 1 of 1 (latest)
hi there! i assume you're using the Payment Element? It decides whether to collect a Zip code based on the country selected
Yes~ Is there a document telling about more details about the country requirements? we are planning to use our own element for custoemer to fill in card info, but just dont know when to show zip
is there a reason why you're planning to use your own element to collect card info? We actively discourage you from doing this because by handling raw card numbers directly you become subject to the full PCI compliance standards. In your case this means you’d have to submit a SAQ D form annually to prove that you are PCI compliant [0]. It’s a 40 page form and not a headache most people want to be dealing with.
[0] see https://stripe.com/docs/security/guide#validating-pci-compliance under "API Direct" as this is what your integration would be classified as.
Acutually, we hope to use part of our own elements(zip) and part of stripe's elements (card no, expire date and cvv)
as we hope to reposition the elements but found in api documents that only card no, expire date and cvv could be re-arranged.
just cusrious is there any other solution that could meet this demand
ah, yeah, there's no other way then. iirc, we currently only request for zip for 3 countries if you use the Payment Element : UK, CA, and US as zip validation is prevalent among issuers in those countries.