Payment Settings
Stripe Integration
How it works:
  1. Add your Stripe keys below — your customers pay directly into your Stripe account.
  2. In your Google Sheet, use [Buy Now](checkout:price_xxx) in a cell.
  3. The price_xxx is your Stripe Price ID — find it in Stripe Dashboard → Products.

Safe to use in web pages. Find it in Stripe Dashboard → Developers → API Keys.
Never share this key. It is stored in a protected location that no browser can ever read back — only our payment server uses it.
🔒 Your secret key is protected: it is written to a Firebase path that has ".read": false in the security rules, meaning no browser — including yours — can read it back. Only GSheetPress's payment server (running as an admin) can access it to create checkout sessions on your behalf.