NETCORESAAS
  • Welcome
  • Getting Started
    • Getting started
      • Frontend
      • Backend + Frontend
    • Deploy
      • Initialize git repository
      • Deploy to heroku
    • Environment variables
    • API
      • Controllers
    • Testing
      • Integration Tests
  • Other
    • Installing
      • 1. Install VSCode
      • 2. Install .NET Core SDK
      • 3. Install Node.js
      • 4. Test installation
    • Integrations
      • Stripe
        • Subscription Options
        • Getting the API Keys
        • Creating Stripe Products
        • Creating the Customer Portal
      • Email
        • SMTP
        • Postmark
      • Social Login
        • Google Sign In
      • Conversations
        • Intercom
        • Drift
  • Blog
Powered by GitBook
On this page
  • Environment variables:
  • Configure your Stripe app
  • API Keys

Was this helpful?

  1. Other
  2. Integrations
  3. Stripe

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. Create your stripe app

  2. Grab the test API Keys

  3. And grab the production API Keys

PreviousSubscription OptionsNextCreating Stripe Products

Last updated 4 years ago

Was this helpful?