I’m working on creating a SaaS application, or more basically, a subscription offering that provides unique data for ingestion into their workflows.
After a customer subscribes to the service, they will receive a unique API URL assigned to their account that they can use as necessary.
I was thinking of using this method to build out the service.
https://www.netlify.com/blog/2020/07/13/manage-subscriptions-and-protect-content-with-stripe/
Does anyone have experience with this approach? Any recommendation for a better approach?
Thanks!