Vipps payment integration

We have now added direct Vipps mobile payment integration for Norwegian customers. To active it, make sure the website is running the latest version.

Activate the Vipps payment module in the eCommerce settings, and add your values.

In the checkout, after saving the order, redirect to Vipps mobile payment with this function:

RedirectToPayment(int shopOrderId, string MobilePhone = "", string Language = null, bool EndResponse = true)

E.g: new VippsClient().RedirectToPayment([ShopOrderId], [Phone number], CurrentLanguage);

40image