#bimbo_checkout-klarna

1 messages ¡ Page 1 of 1 (latest)

feral thunderBOT
#

👋 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/1493263600507293787

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

bleak sparrow
#

this is the code $transactionData = [
'reference_id' => $reference_id,
'provider' => 'stripe',
'provider_transaction_id' => $link_response->id,
'amount' => $price,
'currency' => $_SESSION['valuta_banca'] ?? 'EUR',
'status' => 'created',
'payment_method' => $method == 'card' ? 'card' : 'klarna',
'payment_url' => $link_response->url,
'installments' => $installments,
'commission_rate' => $commission_rate,
'commission_amount' => $commission_amount,
];

marsh thorn
#

Hello, looking into this. Is this change happening for you in live mode, test mode or both?

bleak sparrow
#

live mode

#

the account is acct_1R2GNdIuDfihw4zo

#

the connect is acct_1THeVUIApXipSjgZ

marsh thorn
#

Can you send me the IDs of checkout sessions from before and after this stopped working? Like a session where you did see multiple plans and one where you didn't?

bleak sparrow
#

unfortunately this customer is new so I only have the not working ones. let's assume for a moment it never worked. can you help me find what it's missing?

#
#

ok maybe Claude found the issue

#

does it sound coherent to you?

marsh thorn
#

That explanation does not make sense to me, the capability usually determines whether Klarna would show up at all

bleak sparrow
#

ok so what could it be?

marsh thorn
bleak sparrow
#

yeah I tried looking for that too but looked fine

#

please note that I get the same issue even if I create the payment link directly from the stripe dashboard, so it's not only an api problem, the issue looks broader

#

I may be missing something trivial but I can't understand what

marsh thorn
#

Yep the API and dashboard do the same thing when creating sessions. They don't get treated differently by Stripe.
Still haven't found much, there are restrictions for some countries but not IT. It looks like setting setup_future_usage can restrict the Klarna options but that isn't set on this session.

#

I'm still not finding much here unfortunately. I think at this point it would be best to write in to our support team. Code-wise it looks like you are doing things correctly which is what I know how to check, the support team can take a deeper look here.

feral thunderBOT
chilly heart
#

bimbo_checkout-klarna