Your build includes Stripe payments — and Stripe requires personal identifiable information (tax details, EIN or SSN, bank account) to open an account. We will never ask for or handle any of that, so this one step is yours. This guide walks you through it in about 20 minutes, and your build can't be completed until it's done — so it's the best first thing to knock out.
Go to dashboard.stripe.com/register and create your account, then complete the "Activate payments" onboarding — Stripe walks you through the business details, tax info, and bank account from the list above. Answer everything as your business actually is; there are no trick questions.
Verification is usually instant, but Stripe sometimes takes a business day or two to confirm identity or banking details — that wait is why a Stripe build adds a few days to your estimate. You'll see "Payments active" on your dashboard when it's done.
Stripe lets you add team members with limited roles. The Developer role can manage API keys and webhooks — but cannot touch your banking, payouts, or tax info. You stay the only owner.
Prefer not to add anyone to your account? Copy three values from your dashboard and send them to us. Each one is on this page: Developers → API keys (top-right "Developers", then "API keys").
pk_live_. Safe to share; it's public by design. (We use it as NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY.)sk_live_. Treat it like a bank password. (STRIPE_SECRET_KEY.)whsec_. We'll email you the exact webhook URL and the two-minute steps to create it (Developers → Webhooks → Add endpoint) once your site's address is ready — it can't be created before then. (STRIPE_WEBHOOK_SECRET.)Sending keys safely: paste them into your Mission Control chat (it's a private, signed-in channel) — or reply to your build email if that's easier. We store them as environment variables on your hosting, never in your website's code, and you can rotate them in your dashboard at any time (Developers → API keys → Roll key).
Stuck anywhere? Email hello@weblaunchacademy.com with a screenshot of where you are and we'll get you unstuck — usually same day.