← back to Secrets Manager
Route Charge and Explore Stripe test key
3990c33514fab48b1d0c87969c5fa6afdea1d95e · 2026-09-03 07:43:31 -0700 · Steve Abrams
Files touched
Diff
commit 3990c33514fab48b1d0c87969c5fa6afdea1d95e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 3 07:43:31 2026 -0700
Route Charge and Explore Stripe test key
---
routes.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/routes.json b/routes.json
index 51138de..d4ec6ed 100644
--- a/routes.json
+++ b/routes.json
@@ -171,6 +171,23 @@
}
]
},
+ "STRIPE_TEST_SECRET_KEY": {
+ "label": "Stripe test secret key — Charge & Explore test-mode billing only",
+ "verify": {
+ "method": "GET",
+ "url": "https://api.stripe.com/v1/balance",
+ "auth": "basic-sk"
+ },
+ "destinations": [
+ {
+ "type": "project",
+ "host": "45.61.58.125",
+ "user": "root",
+ "path": "/root/Projects/charge-and-explore/.env",
+ "_note": "Stripe TEST mode only. BILLING_LIVE must remain unset/0; live activation is a separate Steve gate."
+ }
+ ]
+ },
"STRIPE_SECRET_KEY": {
"label": "Stripe Secret Key",
"verify": {
← d972b48 add safe local credentials center
·
back to Secrets Manager
·
Route Charge and Explore test webhook secret 9036967 →