Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
6
Likes
12
Comments
Ask IH: What are you using for handling Payments and managing Users? Share your site.
by
Matt Smith
First off - it's Friday - Woohoo!
Quick 5 share...
Your site (optional)
How are you handling payments?
How are you handling user accounts?
Why did you pick those?
Would you recommend them?
Start typing and have an awesome Friday!
#ask-ih
Nice @kris2! Does it monitor all the time and send you reports or just manually triggered?
How did you integrate your paddle data and user account data? And would you do that again or just do something off the shelf?
There are paddle scripts that trigger my api every time something happend, like new subscription, payment, missed payments etc. I just need to add a link to customers invoice in my application. I also get email every time someone get an subscription. If something goes wrong on my side I can ask paddle to trigger my api again. I dont collect user personal data, I just have connection between account in my system and paddle subscription. I think it took as 2 days to implement everything. Before I've implemented payment gateway and all user/invoce data, tax mechanism and everything in my application on my own. It took me at least 3 weeks.
Thanks @Fingel. Great site and love the idea. Thanks for sharing.
I'll actually be needing a place for hosting my docs, so wrote this one down.
How are you combining stripe/chargebee with your user accounts?
User accounts saved in database, and sync to Chargebee once user create project. Source of truth for user is my database, subscription is Chargebee.
Thanks @concept47 for sharing your site and what you've been using.
Why no paypal to go along with stripe?
FYI - I couldn't get your site to load.
ahh interesting. Not sure what that's about. what are you seeing?
Because I haven't got around to it yet :)
I'm just getting a connection timeout.
Would you ever use something that combines paypal/stripe into one api/widget?