> For the complete documentation index, see [llms.txt](https://docs.netcoresaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.netcoresaas.com/other/integrations/stripe/getting-the-api-keys.md).

# Getting the API Keys

![](/files/-MFHDKmsEWY5m9ulDUJR)

## Environment variables:

* [Backend](broken://pages/-MFGroNvrNHOb1zFypIk)
  * `Stripe:PublishableKey`
  * `Stripe:SecretKey`
* [Frontend](broken://pages/-MFGs2jX90d9D-2GZcWI)
  * `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)
