Klarna checkout V3 US sales tax

Hello!

We want to implement US sales tax in Klarna checkout V3 using the Litium plugin for Klarna.

Klarna has the possibility to do a post request when the address in Klarna is changed by the customer. We already have an endpoint ready on our side(Merchant side) to calculate US Sales tax based on customer address, but how do we configure the callback URL in the Klarna V3 config file?

Thanks!

When the payment args for Klarna are created, we send this line:
checkoutFlowInfo.SetValue(ConstantsAndKeys.AddressUpdateUrlKey, updateAddressUrl.AbsoluteUri);

The URL sent goes to the AddressUpdate action in KlarnaPaymentController, which I believe is what you’re looking for.

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