Stripe account settings
Your checkout charges through the Stripe account whose keys are stored securely on the server. Nothing sensitive is shown on this page.
Current status
Checking…
Connect or change your account
- In your Stripe dashboard, open Developers → API keys and copy the publishable key and the secret key of the account you want to use.
- Come back to the chat and say “save my Stripe keys”. A secure form opens where you paste the two values — they go straight into encrypted storage and are never shown on any page or sent to the browser.
- Important: for live orders and refunds to be processed automatically you also need a webhook. Open Developers → Webhooks, add an endpoint pointing at
https://sawcollect.store/api/public/payments/webhookand copy its signing secret. You can add the webhook secret later.
Saving a different secret key is all it takes to switch accounts; the checkout picks it up immediately, and a key starting with sk_live_ puts you in live mode.