#Alex V. - klarna
1 messages · Page 1 of 1 (latest)
Hi! I'm not sure I fully understand your question. You are using Checkout Sessions, and want to add klarna as a payment method?
What do you mean by this:
on frontend rendering methods separately , e.g. one line for card, second for sepa, etc.
Hi,
yes I'm using Chekout Session and when I create session I set payment_method_types=[method_code] (where payment_code can be card or sepa or klarna) and it's work fine . But when I set klarna Stripe checkout show all klarna methods (pay_now,pay_later,pay_over_time o) in one page and I want separate them by providing some parameters when creating checkout session
so question is it exist some parameters in Checkout Session for klarna where I can set klarna method (pay_now,pay_later,pay_over_time) so on stipe checkout page will be available only provided klarna option
I mean instead of showing on frontend payment method "Stipe" I show each stripe method separately
and on above screenshot Klarna - is one method but I want to separate by klarna options, example:
- Klarna buy now, pay later
- Klarna pay now
So you would like to create a Checkout Session with just "Klarna buy now, pay later", and another Checkout Session with just "Klarna pay now"?
yes
Got it! Then unfortunately that's not possible. As you saw in the doc for Checkout Session, there's only one payment method for Klarna: klarna.
Then, based on your customer’s country and the transaction amount, Klarna will display the correct payment options.
do you know for which purpose klarna_payments (https://stripe.com/docs/payments/klarna#request-capability) should be used?
This is only needed if you are using Stripe Connect, and had nothing to do with your previous question.