@@ -101,13 +101,11 @@ ANTHROPIC_API_KEY=YOUR_ANTHROPIC_API_KEY
101101DEEPSEEK_API_KEY=YOUR_DEEPSEEK_API_KEY
102102
103103# ============================================
104- # SETTLEMENT (V48 — BTC-testnet, NOT Stripe )
104+ # SETTLEMENT (V48 — BTC-testnet)
105105# ============================================
106- # Bitcode does not use Stripe checkout, prepaid credits, or fiat subscription
107- # products. Settlement money is BTC (testnet4 by default); $BTD is non-fungible
106+ # Settlement money is BTC (testnet4 by default); $BTD is non-fungible
108107# share/read-right language. Configure wallet auth (BITCODE_BITCOIN_OAUTH_*)
109108# and NEXT_PUBLIC_BITCODE_BITCOIN_NETWORK=testnet4 — see .env.example.
110- # Do not set STRIPE_* for commercial V48.
111109
112110# ============================================
113111# MONITORING & ANALYTICS (OPTIONAL)
@@ -268,10 +266,7 @@ NEXT_PUBLIC_MOCK_GITHUB_COMMITS=false
268266- ** Description** : DeepSeek API key
269267- ** Format** : ` sk-[alphanumeric] `
270268
271- ### Settlement (V48 — not Stripe)
272-
273- Bitcode ** does not use Stripe** . There is no checkout product, prepaid credit
274- bundle, or subscription SKU for commercial V48.
269+ ### Settlement (V48 — BTC-testnet)
275270
276271| Concern | V48 truth |
277272| --- | --- |
@@ -280,9 +275,6 @@ bundle, or subscription SKU for commercial V48.
280275| Wallet auth | ` BITCODE_BITCOIN_OAUTH_* ` + wallet authorize under ` /tps/wallet/* ` |
281276| Mainnet value | ** Blocked** until future canon admits it |
282277
283- Do not configure ` STRIPE_* ` env vars for product deploy. Any legacy DB columns
284- or historical placeholders are not the commercial payment path.
285-
286278## Third‑Party Service External Settings (Callbacks/Webhooks)
287279
288280Configure these in provider dashboards. Replace ` https://app.example.com ` with your production domain.
@@ -292,9 +284,9 @@ Configure these in provider dashboards. Replace `https://app.example.com` with y
292284 - Email OTP links use ` NEXT_PUBLIC_APP_URL ` to construct the above.
293285 - Supabase Auth → Providers (Google/GitHub): authorized redirect is Supabase’s default ` https://<your-supabase-domain>/auth/v1/callback ` .
294286
295- - Bitcoin wallet (TPS — not Stripe )
287+ - Bitcoin wallet (TPS)
296288 - Wallet authorize / OAuth return under ` /tps/wallet/* ` (see ` apps/uapi/app/tps/ ` )
297- - Network default: testnet4; no Stripe checkout return URL
289+ - Network default: testnet4
298290
299291- GitHub App (VCS)
300292 - OAuth callback: ` https://app.example.com/api/vcs/github/callback `
@@ -325,10 +317,9 @@ Use this quick checklist when promoting an environment.
325317 - [ ] UI callback allowed: ` https://<app-domain>/tps/supabase/callback `
326318 - [ ] Providers (Google/GitHub) configured in Supabase; redirect: ` https://<supabase-domain>/auth/v1/callback `
327319
328- - Settlement / wallet (not Stripe)
320+ - Settlement / wallet
329321 - [ ] ` BITCODE_BITCOIN_OAUTH_* ` and ` NEXT_PUBLIC_BITCODE_BITCOIN_NETWORK=testnet4 ` set
330322 - [ ] Wallet authorize callbacks under ` /tps/wallet/* ` allow-listed as needed
331- - [ ] Confirm ** no** Stripe/prepaid credit env required for commercial path
332323
333324- GitHub App (VCS)
334325 - [ ] ` GITHUB_APP_ID ` , ` GITHUB_PRIVATE_KEY ` , client creds set
@@ -352,7 +343,6 @@ Use this quick checklist when promoting an environment.
352343- Former UI alias redirects (for safety)
353344 - [ ] ` /login/callback ` → ` /tps/supabase/callback `
354345 - [ ] ` /github/callback ` → ` /tps/github/app-install ` (if retained)
355- - [ ] Do ** not** deploy Stripe checkout aliases — Stripe is not used
356346
357347## Deployment Checklist
358348
@@ -362,7 +352,7 @@ Use this quick checklist when promoting an environment.
362352- [ ] GitHub OAuth App created (for SSO)
363353- [ ] GitHub App created (for repo access)
364354- [ ] Google OAuth credentials configured
365- - [ ] Wallet / BTC-testnet settlement posture configured (no Stripe)
355+ - [ ] Wallet / BTC-testnet settlement posture configured
366356- [ ] Database migrations run
367357
368358### Security Verification
@@ -378,7 +368,7 @@ Use this quick checklist when promoting an environment.
378368- [ ] Google SSO works
379369- [ ] GitHub SSO works
380370- [ ] GitHub App installation works
381- - [ ] Wallet auth / BTC-testnet settlement path works (no Stripe checkout)
371+ - [ ] Wallet auth / BTC-testnet settlement path works
382372- [ ] GitHub App / provider webhooks are received (if used)
383373
384374## Common Issues
0 commit comments