The low-level Stripe HTTP transport (C048) — the fetch-based Stripe client the stripeConnector rides, exported
so an app's Stripe-PLATFORM operations (hosted Checkout, subscriptions, saved-card management, Tax — the things the
agnostic PaymentConnector deliberately doesn't model) ride the SAME client instead of a separate legacy one. This is
intentionally Stripe-specific: agnostic payment FLOWS go through the connector, these platform ops through this
transport — one Stripe roof, no accidental second path. Workers-native (fetch + x-www-form-urlencoded), zero deps.
The low-level Stripe HTTP transport (C048) — the fetch-based Stripe client the stripeConnector rides, exported so an app's Stripe-PLATFORM operations (hosted Checkout, subscriptions, saved-card management, Tax — the things the agnostic PaymentConnector deliberately doesn't model) ride the SAME client instead of a separate legacy one. This is intentionally Stripe-specific: agnostic payment FLOWS go through the connector, these platform ops through this transport — one Stripe roof, no accidental second path. Workers-native (fetch + x-www-form-urlencoded), zero deps.