I will be selling subscriptions to a digital service. The access to this service is managed by entering your mail and a unique key. The key is generated after checkout und will then be send to the customer. One key can be associated with multiple licenses so that one customer can buy the access for multiple devices that are associated with one key. Moreover the user should be able to top up his licenses later on so that the subscription should be extendable without the need for generating a new key. The keys and the login process for the digital service can also be managed externally.
Now I have two questions:
-
is it possible to create such a flexible subscription model with Shopify?
-
is it possible to link the checkout with the external database and the keymanagement? (Written in php and MySQL)
thank your for your support!