Getting the API Keys

Environment variables:

  • Backend

    • Stripe:PublishableKey

    • Stripe:SecretKey

  • Frontend

    • VUE_APP_STRIPE_PUBLISHABLE_KEY

    • VUE_APP_STRIPE_SECRET_KEY

Configure your Stripe app

API Keys

  1. Grab the test API Keys

  2. And grab the production API Keys

Last updated