Is there a way to use stripe in next.js 14?
Answered
West African Lion posted this in #help-forum
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.
Answered by Ray
https://github.com/vercel/next.js/tree/canary/examples/with-stripe-typescript
this example use app router
this example use app router
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