#alex-serdiuk_checkout-klarna-address-required
1 messages ยท Page 1 of 1 (latest)
๐ 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/1447642399806324816
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐
Where are you seeing this error? Do you have an example API request where this is thrown?
Are you using the Payment Element or a Checkout Session to collect payment?
It's a checkout
Are you coding the checkout session creation directly?
No, it's through GoHighLevel's Stripe integration
Do you have a Checkout Session ID where this error occurred?
It's through the Stripe account of my client so I don't have access to it currently
This Discord server is focused on developers coding integrations with Stripe APIs directly. Most of our recommendations will be focused on making direct API calls using code and Stripe SDKs.
Without a clear example there isn't much I can tell you. Just to rule something out, I'm going to create a test Checkout Session for a Customer with no Address on file
Are these one-time payments or for subscriptions?
I'm assuming it's because we have disabled the shipping fields on the checkout, but I hoped they would be able to input address through Klarna if they choose it. So I'm looking to see if there is something to do without enabling the shipping fields on the checkout.
It's a one time payment
we have disabled the shipping fields on the checkout
Unfortuantely this is really hard to understand without a clear example Checkout Session ID.
alex-serdiuk_checkout-klarna-address-required
Ok I'll look into getting it
Also that UI doesn't look like what Checkout is rendering currently. Are you certain this is using Stripe Checkout?