#martin-gaibisso_unexpected
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/1299009892555817021
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ can you tell me more about your integration? Are you creating your intent first, or are you initializing Elements and the Payment Element without a client secret?
thats correct, PI is created after initialization
it was showing before, i dont think anything changed our end
Does it show up if you omit the paymentMethodCreation parameter?
country and currency are correct as i know klarna only shows for certain country-currency
The other thing I'm thinking, is that since you're using on_behalf_of, Klarna may not be enabled on that Connected Account. Do you see any errors or warnings in the browser console?
no comments, and yes, they are enabled.
same thing if i remove the paymentMethodCreation
Can you copy/paste that Connected Account's ID here?
Thank you, taking a closer look
Offhand it looks like you have Klarna turned off for your Connect payments using on_behalf_of:
https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?config_id=pmc_1MqKDLJFieew03j4LjOyEDYL
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can you share a payment intent id where klarna didn't show, but you expected it to?
no payment intent yet, just a request
you can check there
just add anything and go to checkout
You're also prefilling defaultValues, right? Can you share what address you're using for testing to repro this behavior?
With the same configuration?
yes, as far as i can tell. no code change
Where are you located? Is the difference who and where this is being tested?
idk, i'm not in UK
let me test a tunnel
oh yeah, showing now ๐ค
ok, so not only country in address but IP restriction aswell
You aren't passing a country in the address are you? Just a postal code
correct
Yes this is correct
ok, thanks for your time