0

i want to show only specific payment option on klarna payment page. in my case it show to payment option 1) pay now and 2) pay in 30 days. i want that user should not able select pay now option.

enter image description here

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 02 '22 at 13:14

2 Answers2

0

You cannot deactivate Klarna Checkout payment methods yourself. If you have a contract with Klarna then you should contact merchant support. We had the same problem

magic.77
  • 829
  • 1
  • 11
  • 21
0

Actually, you can set the payment methods on widget load, but you have to make sure that the method is available from the session call.

Klarna.Payments.load({
        container: '#klarna_container',
            payment_method_category: 'pay_later'
            
        }
iamfredrik
  • 340
  • 1
  • 6
  • 15