Skip to main content

Stripe

For payment processing, you can use Stripe once it is integrated with your Kraken instance. Without it being set up, you won't be able to process payments on your Blueprint app.

Set up environment variables

You can find every Stripe environment variable at https://dashboard.stripe.com/apikeys. You can learn more about these keys at https://docs.stripe.com/keys?locale=en-GB#obtain-api-keys.

Look for the "Publishable key" and use it as the value of the NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY environment variable in your .env.local file.