DIY manual · a few days (Stripe verification) · free
Take payments on your site.
Stripe is the payment system we recommend connecting yourself — it's the one whose keys are simplest to wire up, and its setup requires you personally anyway: Stripe asks for tax and bank details that only you should ever enter. Nobody reputable can do this part for you.
Set up and verify your Stripe account.Follow our existing walkthrough at the Stripe guide — it covers creating the account, business verification (usually 1–3 days), and exactly where the three keys live in the Stripe dashboard.
Copy your three keys.Secret key (starts sk_live_), publishable key (pk_live_), and — once your site has a live payment flow — the webhook signing secret (whsec_). While testing, the sk_test_/pk_test_ pair works the same way.
Paste them into Mission Control.Portal → Settings → Connectors → "Connect a service yourself" → Payments (Stripe). We verify the secret key with Stripe before saving anything, set the keys on your hosting, and redeploy. Then ask Claude to build your first checkout.
Prefer it done with you?
The paid Stripe add-on in the configurator has us build and test the full payment flow around your keys. Either way the account — and the money — is always yours.