Each location can have its own Stripe account. The publishable key is saved here on the location doc;
the secret key lives in functions/.env as the named environment variable.
Locations without keys fall back to the platform gateway.
functions/.env
(e.g. STRIPE_SECRET_KEY_NORTH=sk_live_…) and redeploy functions
before charging on that location. The platform gateway is unchanged.