Hi all,
We're selling a downloadable software product using a recurring subscription business model.
Here's the workflow:
- Our customers download our software product from our website and install it on their machine
- The customer can use the non-paying features to test our product
- They decide they want to purchase a subscription to enable the paying features
- They go in the website and create a user account
- In the website, they then purchase a monthly subscription
- Once their order is confirmed, they enter their account's username & password directly in the software product and click on a "validate" button
- The software product must then call Shopify API directly to validate that the username and password is correct, and that the user's subscription is valid and paid for
- The user can then use the paying features of the software product
Which Shopify API endpoint can the software product call to accomplish the username/password validation part of step 7?
Thanks!