#alc - klarna
1 messages · Page 1 of 1 (latest)
When you say "Checkout" do you mean using Stripe Checkout (via redirect), or your own custom Checkout flow?
Thanks for getting back to me,
Currently i create a session and create a customer with stripe to attach to the session, then pass the session to a checkout. From there i take the session id and use the js to redirect to stripe checkout with the session id
the method i use in js is redirectToCheckout() for reference
Checkout should collect the necessary information but not the step to confirm your account eligibility for Klarna in the guide here:
https://stripe.com/docs/payments/klarna/accept-a-payment?platform=checkout
Thanks, this is basically what i have done, added klarna into payment method types, then redirectToCheckout. Is that all it takes?
Yep!
i can see klarna in the test gateway, and can see it is offering 30 day pay delay.
would passing an address help with klarna in making a pay over 3 decision?
as there is a soft credit check...
The options they offer depend on your country/currency: https://stripe.com/docs/payments/klarna#payment-options
yes, its GBP/UK, but only shows one option. I am just curious if the other options are discretionary?
Ah, i'm not too sure about that. The docs suggest this is also related to the payment amount, so you can test with a larger amount but otherwise I would suggest reaching out to our support team: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
👍