by hbcondo714
1 subcomments
- Thanks for sharing this! I had done a PWA that displays some revenue forecasting[1] based on Stripe Subscriptions but I found their APIs can be slow[2]. Having that data synced up in a db sounds like a good enhancement so will definitely look into this more.
[1] https://github.com/hbcondo/revenut-app
[2] https://github.com/stripe/stripe-dotnet/issues/2284#issuecom...
by lukaslukas
4 subcomments
- Haha "Stripe-no-webhooks library"
Library based on processing ... wait for it ... webhooks".
- Hi HN, library creator here.
I've linked a demo app linked in the post to try this out:
<https://snw-test.vercel.app>
It uses Clerk for auth and Clerk seems to be having problems:
<https://downdetector.com/status/clerk-inc/>
So if you're having any issues loading the app, you may have to wait a bit!
- > Stripe's API has a 100 rpm rate limit
Small correction, 100 rps
source: https://docs.stripe.com/rate-limits#:~:text=the%20number%20o...
- OK, so how does it differ from Supabase one? https://github.com/supabase/stripe-sync-engine
- Something strange is afoot with this post -- this is the third time it's showed up in the Newest RSS feed
by whiskey-one
1 subcomments
- It is indeed painful to figure out all the Stripe events one needs to handle. However, for me it’s worth it to do it once, and then be able to handle the interactions between my app and Stripe directly, instead of adding more layers.
- This is really cool. How do you handle changes of pricing with something like this?
- A related, generalized idea: https://github.com/webhookdb/webhookdb
- Thank you for sharing. I've been using the Better-Auth's Stripe integration but it has some quirks.
Which Stripe version does your lib support? Clover?
- > You don't have to figure out which webhooks you need or write listeners for each one. The library handles all of that. This follows the approach of libraries like dj-stripe in the Django world (https://dj-stripe.dev/).
I don’t figure out these types of things anymore. I just make sure they work in dev, staging and production.
by enigma101
1 subcomments
- why call it no webhook when it's wait for it a webhook?
- If used, will you now have to be PCI-compliant?