I'm looking for a subscription billing platform similar to Memberful that sits on top of Stripe that I can implement into my website but one that allows for seat based pricing.
Memberful lets users choose a plan, pay, and manage their subscription on their own with an overlay (without coding which is really nice). However, it only allows one seat to be paid for at a time.
I'd like to allow users to
It looks like Recurly does this, but it seems quite expensive for a new company.
Are there any services that fit what I'm looking for that don't cost so much and don't require much coding?
Thanks!
Seat based billing solution, sits on top of stripe? How about https://stripe.com/us/billing
Well that should have been obvious :)
I guess I was worried about having to actually code the checkout part, but I just found their Checkout feature and it looks like it should work.
Thanks!
You will need to code a little, but nothing too complex, with all the important stuff abstracted away via stripe.
We use a seat based billing system that sits on stripe. Works perfectly so far.
try Chargbee