Persist the user's Stripe customer id WITHOUT touching subscriptionId — so a one-time top-up never clears a subscriber's subscriptionId (unlike upsertBillingAccount, which sets it). Idempotent on the userId PK.
subscriptionId
Persist the user's Stripe customer id WITHOUT touching subscriptionId — so a one-time top-up never clears a subscriber's
subscriptionId(unlike upsertBillingAccount, which sets it). Idempotent on the userId PK.