Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: What is the quickest way to build a web app with payment function 2022?
5 points by max93 on June 15, 2022 | hide | past | favorite | 3 comments


What do you mean by "payment function"? Is it a one time purchase? Is it a subscription? If it's a subscription, then you must check that the user has a valid subscription and how do you do that? Is it at the request level in your application? If so, you know you can't hit the API of whichever server you're using for every request because the latency will be really, really bad. What will you do, then? Save the data into your database? If so, you'll have to think about syncing data between the service provider and your database.

It depends on what you want to do and your use-case and requirements.


Stripe


bubble.com




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: