Need Help with Linking desktop software with subscription service.

Hi!

Our company has recently developed a simple software to help us with visualizing certain products. The software would in future be working on a subscription basis.

Now on to the question, I am not that savvy with coding as I was more the visual developer for the software, as well as the website we have recently built using wix, how can I allow the software to check on the subscriber status of a member on the site?

I have set up paid plans, but I don’t know how to allow the software to access the subscriber database and run a check if the subscriber has an active subscription going, and then allowing said customer to use the software if he has. I know I have to write an http-functions.js backend module, but I am unsure of how to do this.

Any help would be appreciated!

Ruan.

https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions

https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api

https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-myapi-and-myapiclient

https://www.wix.com/corvid/reference/wix-paid-plans.html
https://www.wix.com/corvid/reference/wix-paid-plans-backend.Events.html

https://www.wix.com/corvid/reference/wix-users.User.html
https://www.wix.com/corvid/reference/wix-users.User.html#getPricingPlans

https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html

If your software has a seperate database then you could look at bringing that into Wix.
https://support.wix.com/en/article/corvid-working-with-external-database-collections