Stripe with Next js.
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
How can I integrate stripe with next js for one time payment? I want to make user to able to update their free token using stripe and when user make a successful payment I want to increase their db token.
2 Replies
Check this out, this may help you: https://vercel.com/guides/getting-started-with-nextjs-typescript-stripe
@Asiatic Lion Did you got it solved?