Disable the payment options on klarna payment page

754 Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

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

0
On

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'
            
        }