#valdozzz_unexpected

1 messages ¡ Page 1 of 1 (latest)

dire timberBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1215331383828946984

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

opaque swallowBOT
zinc lance
#

Yeah if you got an incorrect zipcode error, that comes from the bank/issuer

#

So recommend you contact them to resolve

errant heath
#

how that error is issued practically?

zinc lance
#

What do you mean by that

errant heath
#

just wanna know why that error happens

#

because the payment element doesnt show any zip code input field to type

zinc lance
#

It happens when the zipcode you input doesn't match the one the bank has on file

#

Payment element should show postal code field

errant heath
#

i can show you a screen that my stripe payment element doesnt show the zipcode

#

the payment elemend is mode: "setup", setupFutureUsage: "off_session", paymentMethodCreation: "manual"

zinc lance
#

Can you share the screenshot

#

And the code to initialize the element

errant heath
#

yep

#
                <Elements
                    stripe={stripePromise}
                    options={{
                        mode: "setup",
                        setupFutureUsage: "off_session",
                        appearance: appearance,
                        currency: "eur",
                        payment_method_types: ["card"],
                        paymentMethodCreation: "manual",
                    }}
                >
  <PaymentElement
                    className="my-2"
                    options={{
                        business: { name: "TextYess" },
                        layout: "accordion",
                    }}
                />
zinc lance
#

Hm ok. Yeah sometimes we automatically hide a field if it's determined to not be needed. Can you share a request id where you go the incorrect zipcode error?

errant heath
#

im looking for

#

req_IVHUi6V7KEC5YR

zinc lance
#

It's just that the bank is saying it's incorrect

#

When you attempt to attach it to the customer we're doing an auth call to the issuer

#

and they're saying it's wrong

opaque swallowBOT
errant heath
#

ok, thanks guys!