API Keys

Grab the Publishable key and Secret Key

Record down the following settings:

  • Publishable key
  • Secret key

Configure Publishable key into the web/.env.local

NEXT_PUBLIC_PUBLISHABLE_KEY=YOUR_STRIPE_PUBLISHABLE_KEY

Configure Secret key into the api/.env

STRIPE_SECRET=YOUR_STRIPE_SECRET

Disable the text mode to get API keys for the production environment.