โ† Back to API Keys Hub
๐Ÿ’ณ Stripe Setup Guide

Stripe Account Setup

Step-by-step instructions for setting up your Stripe account and connecting it to your Applanta app so you can accept payments.

1
Go to stripe.com and create an account

Visit stripe.com โ†’ click "Start now" โ†’ enter your email and set a password โ†’ verify your email address.

2
Activate your account

After logging in, click "Activate payments" at the top of your dashboard. You'll fill in your business type, address, last 4 of SSN or EIN, and bank account for payouts. Required to receive real money. Takes about 5โ€“10 minutes.

3
Make sure you're in Live mode

Look at the top-right corner of your Stripe dashboard. The toggle must say Live โ€” not "Test." Test mode payments are fake and won't move real money.

The safest way to connect your Stripe account to your app is to invite your Applanta developer as a Team Member with the Developer role. This lets them access your API keys and webhooks โ€” but they cannot see your bank account, balance, or payout info. No sensitive financial data is ever visible to them.

What the Developer role can and cannot see
View and create API keys
View webhooks and event logs
Cannot see your bank account or payouts
Cannot see your balance or revenue totals
Cannot initiate any transfers or charges
1
Open Settings in your Stripe Dashboard

Go to dashboard.stripe.com โ†’ click the gear icon in the top-right corner โ†’ Settings.

2
Go to Team and security โ†’ Members

In the Settings sidebar โ†’ click Team and security โ†’ then click the Members tab.

3
Invite your developer

Click + New member โ†’ enter dev@applanta.app โ†’ select role: Developer โ†’ click Send invite. Your developer will receive an email and accept within 24 hours.

4
That's it โ€” you're done

Your developer will handle the rest. They'll set up the API connection, test payments, and remove their access when the setup is complete (or keep it for ongoing support โ€” your choice).

If you prefer not to add a team member, you can create a Restricted API key โ€” a limited key that only works for the specific actions your app needs. Share this key with your developer instead.

1
Go to Developers โ†’ API keys

In your Stripe dashboard โ†’ left sidebar โ†’ Developers โ†’ API keys.

2
Copy your Publishable key (safe to share)

Your Publishable key starts with pk_live_. Copy this and send it to your developer โ€” it is safe to share via text or email since it is publicly visible in your app anyway.

3
Create a Restricted key

Click + Create restricted key โ†’ name it Applanta App โ†’ set permissions below โ†’ click Create.

FeaturePermission
Checkout SessionsWrite
Payment IntentsWrite
PricesRead
ProductsRead
CustomersWrite
Everything elseNone
4
Share the restricted key securely

Do NOT text or email this key. Instead: paste it into a Google Doc โ†’ share the doc with dev@applanta.app as view-only โ†’ let your developer know โ†’ delete the doc after they confirm they have it.

Powered by Applanta Solutions ยท support@applanta.app