Is Subscription (monthly or annual) possible with HISE?
-
hi guys
I hope everything is ok. I am new to this forum and Hise. I'd just like to askt that:
Is subscription selling (monthly or annual licenses for customers) possible with hise API?
I've seen some APIs in documentation but I am not sure if it is applicable.
-
@harris-rosendahl Yes it would be possible for you to implement something like this using the HISE scripting API. I don't know of anyone who has done it though, but it can be done.
-
@harris-rosendahl doing it as we speak.. well building the authorisation segment.
You will need a web service that authenticates your user's ID and password, and returns a status of their account as a JSON object
After that its a simple use of the server API calls.
-
It's good to know guys.
@Lindon said in Is Subscription (monthly or annual) possible with HISE?:
@harris-rosendahl doing it as we speak.. well building the authorisation segment.
You will need a web service that authenticates your user's ID and password, and returns a status of their account as a JSON objectDo you know a service that does this procedure well?
-
@harris-rosendahl you will need to hire a web developer and apply it to your own subscription based web site, or write your own.
-
I am using Woocommerce. I think Woocommerce REST API does the thing. Maybe a woocommerce plugin can handle it too.
-
@harris-rosendahl - yes perhaps there is a woocommerce subscription plugin that will send you JSON for a subscriber, let us know if you find one.
-
"Woocommerce License Key Manager" plugin has an API for the online activation. It responses with JSON as well. Maybe this plugin can be used for the subscription too.
-
@orange yeah that looks pretty much like it should work fine...
-
@orange looks pretty useful thank you!