KlarnaV3 orgnanization checkout?

Hi!

This function gets called but I still only get private person option. Do you have to activate organization checkout it in Klarna maybe?

private void UpdateDataSentToKlarnaV3(OrderCarrier orderCarrier, KlarnaPaymentArgs paymentArgs, CheckoutOrder klarnaCheckoutOrder)
    {
       
        if (klarnaCheckoutOrder.CheckoutOptions == null)
        {
            klarnaCheckoutOrder.CheckoutOptions = new CheckoutOptions();
        }

        klarnaCheckoutOrder.CheckoutOptions.AllowedCustomerTypes = new List<string> {"person", "organization"};
    }

Thanks!

/Kristoffer

Litium version: 4.8.11

We will check with Klarna and get back to you.

To be able to use B2B accounts Klarna need to enable that in the merchant settings. Tell the customer to contact Klarna and let them enable that for their account.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.