# Getting the API Keys

![](https://1528942926-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MEse5A9Po6xt6ZmrGcz%2F-MFH8WWyIUkJCmeMOBXk%2F-MFHDKmsEWY5m9ulDUJR%2FScreen%20Shot%202020-08-21%20at%2013.12.58.png?alt=media\&token=4d8c2228-6c46-455d-901b-095bc4cc72d2)

## Environment variables:

* [Backend](https://docs.netcoresaas.com/other/integrations/stripe/broken-reference)
  * `Stripe:PublishableKey`
  * `Stripe:SecretKey`
* [Frontend](https://docs.netcoresaas.com/other/integrations/stripe/broken-reference)
  * `VUE_APP_STRIPE_PUBLISHABLE_KEY`
  * `VUE_APP_STRIPE_SECRET_KEY`

## Configure your Stripe app

### API Keys

1. [Create your stripe app](https://dashboard.stripe.com)
2. Grab the [test API Keys](https://dashboard.stripe.com/test/apikeys)
3. And grab the [production API Keys](https://dashboard.stripe.com/apikeys)
