TutorialsStripe SetupStripe SetupSetting up Stripe for payments. Create a Stripe account. Go to API Keys to retrieve your keys, they should look something like this: plaintext1pk_live_... plaintext1sk_live_... Copy them into .env.local: .env.local1NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_live_... 2NEXT_PUBLIC_STRIPE_SECRET_KEY=sk_live_... And you're done!