I am building a new SaaS platform that will have recurring billing. I am looking to use Stripe Billing to handle all of the invoices and payments and just have my app track a paid status.
Does anyone know of any tutorials, resources, or examples of how to get this setup for an MVP?
If you have done this setup, please let me know I would love to pick your brain.
I have used both stripe and PayPal before. Stripe gives you more flexibility and customer management capabilities with APIs. But PayPal is way easier to set up, you just need to literally copy like 10 lines of javascript into your html if I remember correctly.
Have you looked at plug-and-play solutions like:
https://www.memberstack.io/
https://memberspace.com/
Also, if you are looking for code examples I have some open source software here with Stripe payment examples:
https://github.com/rails-boilerplate-code/base-template/blob/master/README.md
Perhaps use a framework such as Spark (for Larvel) or Mean.JS..... lots of stuff with all the Stripe login built in.
Servicebot.io should be the exact solution you’re looking for. It’s a UI later on top of Stripe that you can embed inside your SaaS. Also look at the docs for the full implementation detail. It should reduce your Stripe integration from weeks to just less than a day.
Hey Chris, we also put together midtype.com to help you get started with a backend that manages users, payments (recurring, through Stripe), and a built-in database. Let me know if you have any questions ([email protected]) about it, and you can use
IHLAUNCH
coupon to get your first month free!