Next.js Discord

Discord Forum

Is there a way to use stripe in next.js 14?

Answered
West African Lion posted this in #help-forum
Open in Discord
West African LionOP
How can I integrate into stripe? I am using the app directory, I have examined the examples, but it uses the pages directory.

3 Replies

that depends on what exactly you want to do. If you just want to work with the webhooks, you can use an route handler. If you want a full ecommerce shop, that's could be a little complex @West African Lion
Answer