3
5 Comments

Developers, are you using Stripe alone, or adding something like ChargeBee to make life easier?

Would love to get an idea of what's working in this space, as I'm getting ready to add in billing to my app.

posted to Icon for group Developers
Developers
on February 13, 2020
  1. 1

    Stripe has wonderful API. Use it directly.
    Things get complicated if you want to add PayPal (in this case, Chargebee could be your best option, don't use Braintree directly)

  2. 1

    Stripe-only, ProfitWell for reporting. Still doing a lot of things manually because it hasn't become so painful that I feel the need to automate it (such as manually flagging accounts as delinquent, vs. implementing the stripe webhook stuff).

    1. 1

      Implementing Stripe webhooks shouldn't take more than two days. I've done it before, and it was easy :)

      1. 1

        I've done it before as well in other projects, I just put stuff off until it's necessary.

        Two days of development on Stripe web hooks is two days away from developing customer facing functionality. If I were manually processing stuff every single day, it'd make sense, but with maybe one interaction a month, it's just not painful enough.

        1. 1

          Yup, makes sense. As long as you are the only one running everything. For us it wasn't an option, because support was handling refunds in Stripe, and I wanted to make sure we canceled users subscription in our backend when that happened.

Trending on Indie Hackers
I got my first $159 in sales after realizing I was building in silence User Avatar 39 comments I spent more time setting up cold email than actually selling. Here is what fixed it. User Avatar 38 comments I just wanted to taste AI coding tools. A week passed. User Avatar 26 comments I got tired of rewriting the same content for 9 different platforms. So I built Repostify. User Avatar 23 comments A pattern I keep seeing in EdTech: traffic isn't usually the problem. User Avatar 21 comments I built a PDF API because every team I know has a haunted corner of their codebase they never want to open User Avatar 19 comments