top of page
Search

How to upgrade payment connectors from RetailSDK to CommerceSDK

  • Writer: Kanstantsin Tutsin
    Kanstantsin Tutsin
  • Dec 8, 2023
  • 1 min read

Updated: Jan 9

If you have a legacy payment connector implemented using RetailSDK and you're unsure about how to upgrade it to CommerceSDK, this post is for you.

In RetailSDK, there was a folder containing a sample connector implementation. However, when Microsoft released CommerceSDK, this particular example was not added to the GitHub repository.


RetailSDK payment folder

Let's proceed with upgrading this code to the CommerceSDK package by copying the sample connector from RetailSDK to a separate folder.


CommerceSDK payment connector

Next, we'll create a props file and save it in the same folder.


saved props file

Afterward, we need to update the csproj file by removing old RetailSDK references.


From:


RetailSDK proj file

To:

Once this is done, we can proceed to build the solution


Build results




 
 
 

Recent Posts

See All
Be careful with POS payments during V34 upgrade

If you have a legacy POS payment connector integration with IPaymentDevice implementation, you must update it before upgrading to MPOS V34 or moving to StoreCommerce App. In V34, Microsoft added a new

 
 
 

Comments


Contact us

Thanks for submitting!

© 2026 by Tutsin consulting sp z oo

bottom of page