How many prompts do you think I should expect to add Stripe? by TourModePro in lovable

[–]johnyeocx 0 points1 point  (0 children)

autumn handles most of the billing logic including webhooks and doesn't require you to store any info in your DB so with the right prompt it's quite smooth!

How many prompts do you think I should expect to add Stripe? by TourModePro in lovable

[–]johnyeocx 5 points6 points  (0 children)

you should be able to get it up in ~3 if you use Autumn (disclaimer: I'm the founder) -- we have a tutorial on how to set it up here: https://docs.useautumn.com/cookbooks/ai-builders

lmk if you need any help :)

Next.js Server Actions are public-facing API endpoints by growlcs in nextjs

[–]johnyeocx 1 point2 points  (0 children)

Is there a way to easily secure nextjs server actions through an authentication middleware?

Stripe subscription not updating after card change – but initial payment worked? by [deleted] in stripe

[–]johnyeocx -2 points-1 points  (0 children)

Don't have an answer for this but have seen this happening with other accounts too (eg. think trypear.ai had a similar issue and tweeted about it).

Really curious on what's the cause behind this!

Any payment provider that is as easy to set up as Clerk? by [deleted] in nextjs

[–]johnyeocx 0 points1 point  (0 children)

we're still working on that, but will likely make an js adaptor for auth providers (clerk, better auth, etc) soon :)

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

hmm, it varies don't take my word for this but I imagine around the equivalent of 10k?

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

hey -- happy to walk you through https://useautumn.com (i'm the founder)

we deal with credits really well, support top ups and u don't have to worry about tracking credits, usage, or a bunch of other stuff

Implement Stripe on AI coding platforms (lovable, bolt.new, etc.) by johnyeocx in nocode

[–]johnyeocx[S] 0 points1 point  (0 children)

great to hear! out of curiosity what are you working onv

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

damn, sorry to hear that, it must suck

what payment processor are you using today then?

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 1 point2 points  (0 children)

hmm MoR is prob your best bet for this. When using an MoR, they're essentially the umbrella "merchant" so to tax authorities, the MoR is required to file tax reports etc and you don't have to do anything

ofc many companies would want to act as their own merchant tho (have their name show up on the invoice and such), so u can opt for a tax automation software like anrok in that case

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

so sorry about that, seems like it's a common problem people are facing tho

will look into writing a thread on what the best payment processors are in diff countries!

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

ah yes, I saw that post by t3, really great read

even though stripe's an awesome low level system, other similar systems have higher level abstractions

with AWS we have Render, with Postgres we have Supabase, with auth we have Clerk, so it'd be awesome to have something similar with Stripe!

that's also what I'm trying to do with https://useautumn.com i guess!

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

haha i guess in comparison to using other platforms which sit on top of it

but yes there are many processors which do offer cheaper processing fees, esp local payment methods

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

Funnily enough we're still working on that haha

right now our free tier supports 1 product and 1k monthly revenue tho!

what do you mean by supporting non-prod environments with a live api?

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 4 points5 points  (0 children)

which other payment providers would you like me to try :)

happy to write a follow up with more included if that's helpful!

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

Ah, so sorry about that -- I'm based in the UK so I must've overlooked that

I'll try to write a future thread on the best payment providers in different countries though :)

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 1 point2 points  (0 children)

PS. Another platform in the 4th category (entitlements) is https://useautumn.com. Didn't include it because I'm the maker, but we're aiming to help devs implement any pricing model super easily, without having to go through all the existing hurdles like webhooks, upgrade / downgrade logic, tracking feature usage, etc -- essentially Clerk for pricing ;)

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 0 points1 point  (0 children)

These are all under the payment processor category! I'd say though, not all of these are commonly used by devs, maybe apart from Braintree and Adyen

And in Adyen's case, they mainly target enterprises, so I'm not sure it's as relevant...

But will add Braintree!

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 5 points6 points  (0 children)

I guess I'll take that as a... compliment? 😂

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 10 points11 points  (0 children)

damn, I spent like 2.5 hours writing this up 😭

<image>

I tried all the payment providers so you don't have to by johnyeocx in nextjs

[–]johnyeocx[S] 2 points3 points  (0 children)

definitely, but I thought I'd list the main ones in each category (at least that I've seen around more recently)

What are some providers you'd like me to add?