This is the demo of BoilkitGet Boilkit
image
Emin Araki Portrait
Author
Emin Araki
Published on
09 October 2024

Example: Stripe Setup đź’ł

Learn how to set up Stripe for payments in your app.

Stripe will handle payments for you. If you’ll have a completely free app anyway, you can skip this.

Stripe Account

  1. Go to Stripe & log in or sign up - if not already done.
  2. On the top left, you’ll see your “Accounts”. Create a new one for your app.
  3. Follow the full creation process and complete it.
  4. Now on the top right, you’ll see the button “Developer” which shows you developer specific information, click on it.
  5. Now on the main page, you have the tab “API Keys” click on it.
  6. You’ll need to copy the secret key, so you need to unhide it first.
  7. Copy the secret key and paste it to your .env file:
STRIPE_SECRET_KEY="sk_test_51J4h
STRIPE_PUBLIC_KEY="pk_test_51J4h

Receive Saas Secrets

Enter your email and join other creators in receiving free secrets all around SaaS.

Recent Articles

image
Example: Getting Started 🚀
04 Dec 2024
image
Example: Requirements ‼️
07 Oct 2024