The community members are discussing how to integrate Stripe into their projects. The initial post asks for a link to the exact Stripe documentation, as the community member is seeing that it requires setting up a server. The comments provide more context, with the community members explaining that they want to add the ability to checkout with mixed items (both recurring and one-time) and are unsure if they need to set up a server. The discussion reveals that Stripe offers different solutions, including checkout links and embeds that can be used without a server, as well as solutions that require a server for more complex e-commerce functionality like a shopping cart. The community members are exploring these options and discussing potential solutions internally.
I am still moving through web development, so maybe I'm understanding differently from what you were referencing before vs what I've been seeing on their site.
I would like more information on how I can add Stripe to my project(s).
I would like to add the ability to checkout with mixed items (both recuring and one time). When I check Stripe, I see that I need to have some sort of server set up in order to use anything other than payment links.
I could be wrong, but can you make this clearer for me? Was I clear here?
Yes this makes more sense. The initial message contained no mention of Stripe ๐
I've been exploring this as well. Right now it would require creating a little backend to handle the checkout creation and a decent amount of custom JS for cart functionality.
We are discussing internally ways of solving this fyi