Stripe

Set up Stripe for Receiving Payments

Update your .env.local file with the publishable and secret keys you can find in your Stripe account:

NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY

and

STRIPE_SECRET_KEY

Last updated