Stripe integration
Hello, I'm new here. I discovered manifest today and it seems interesting (I didn't get the time to explore it so much).
I'm thinking about creating a new project with it, but I have some questions about it:
Is it possible to integrate stripe in its core or, to achieve that, I'll have to somehow create a node.js project and, there integrate manifest + stripe?
2 Replies
If you are using a meta framework like Astro, Sveltekit, etc... you could do that with an API endpoint. I have used API endpoints for Stripe integrations before and it has worked well.
Good question ! As @Ted Martin said, you can mix Manifest with a meta framework (or even backend framework) and connect to the SQLite database from there. We will work on some guides soon for that topic as it was asked several times