We are now able to create products and subscriptions via the Azure API management service which allows access to the API using a subscription key.
We now need to expand on this to create a portal where users can sign-up and access the various subscription packages to our translation API and make payments/ access a free trial.
Acceptance Criteria:
The user should be able to sign up and login on to their account.
User should be able to select a product and may payment through the Stripe payment provider.
Below are links to resources on how to implement this:
We are now able to create products and subscriptions via the Azure API management service which allows access to the API using a subscription key.
We now need to expand on this to create a portal where users can sign-up and access the various subscription packages to our translation API and make payments/ access a free trial.
Acceptance Criteria:
Below are links to resources on how to implement this:
https://docs.microsoft.com/en-us/azure/api-management/monetization-support
https://azure.microsoft.com/en-gb/blog/how-to-monetize-apis-with-azure-api-management/
https://endjin.com/what-we-think/talks/monetize-apis-with-azure-api-management-using-stripe
https://github.com/microsoft/azure-api-management-monetization
https://github.com/microsoft/azure-api-management-monetization/blob/main/documentation/stripe-deploy.md