PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Stripe Vs Paddle

Solved
stefcristian3

Oct 19th, 2022 10:00 AM

I have a question related pay platform partner, i saw in SASS adventure that the payment platform was Stripe and now is used Paddle in Wave. I ask this because i am from Romania and i want an objective opinion about this subject...or what are the benefit for one or another.

bobbyiliev

Oct 19th, 2022 11:14 AM

Best Answer

Hi there,

I believe that it is mostly a matter of personal preference. I believe that when the SaaS adventures course was created, Paddle was still not a thing in the Laravel community, which is why it was used as the payment processor.

Here is a good summary of some of the benefits of using Paddle vs Stripe:

https://www.paddle.com/compare/stripe

And here is one more good discussion:

https://www.indiehackers.com/post/stripe-vs-paddle-89161b0d5c

I personally prefer Paddle, but I've seen that quite a handful of people have had issues with their account verification process which has forced them to use Stripe.

We are planning to work on Wave v3, and based on the demand that we've seen we might end up coming up with a solution to support both Paddle and Stripe based on the user preferences.

Hope that this helps!

Best,

Bobby

stefcristian3

Oct 20th, 2022 04:12 AM

v3 is has a date planned? I suppose that from Cashier(Stripe) docu can be done or there are specific details related to wave that i should take in consideration?

bobbyiliev

Oct 21st, 2022 03:08 AM

There is no date planned for Wave v3 yet.

You can take a look at this PR here which contains an example on how to change Paddle with Stripe:

https://github.com/thedevdojo/wave/pull/38

Hope that this helps!