#nomoon-zip vs postal
1 messages · Page 1 of 1 (latest)
Sorry, can you say more about how you're integrated? What do you mean by checkout.js here?
Are you following a guide/doc somewhere?
it feels like there's a card country check based on the card number on stripe end?
the 4242 card is a US card
there's a list of cards for various countries here https://stripe.com/docs/testing#international-cards
This is also a legacy integration pattern that's not recommend if you're building something new: https://stripe.com/docs/payments/checkout/migration#api-products-before
You should use either Elements or new Checkout:
https://stripe.com/docs/payments/elements
https://stripe.com/docs/payments/checkout
so basically if your js thinks that card is from US then it'll change the postal code pattern to US ?