//Get current basket var basket = ShopApi.Basket.GetCurrentBasket(false) as Basket; //Update basket with PaymentMethodExtraOptions basket.PaymentMethodExtraOptions = model.PaymentMethodExtraOptions; CommerceFramework.Baskets.SaveBasket(basket);