5
7 Comments

Looking for a Stripe alternative

Hi,

I'm currently trying to implement a subscription to https://twitterspaces.io and I am using Stripe for that. Stripe is great, no question but it is still a lot to do:

  • Get products & prices on frontend
  • Create Checkout session
  • Create webhooks
  • Handle states, etc.

Is there an alternative where I don't even need to customize the pricing pages and simply get the current subscription state of a user?

I tried Paddle but their documentation and integration for next are pretty bad.

Do you have any idea what else is out there?

Thanks, Best
Sandro

on December 27, 2021
  1. 2

    Using Twitter word in your domain is best way to lose your business and get a lawsuit.

    Alternative payment gateway: Paddle, RazorPay, Paystack, ChargeBee.

    1. 1

      Thanks for that, somehow I wasn't too aware of that :D

    2. 1

      That's correct. Please think of some other name. You will eventually get into trouble with that name.

  2. 2

    You can use stripe's hosted billing portal.

    1. 1

      I am using that as well now thanks :)

  3. 1

    You should check out Stripe Checkout: https://stripe.com/payments/checkout . Makes it pretty easy to setup payments vs. using Stripe Elements.

    1. 1

      Yep I am using that but webhooks integration and some minor things was still a bit of a hurdle tbh :D