Stripe is now generally available on the Marketplace and v0
By Steven Van ·
The integration provisions Stripe API keys as environment variables and supports both sandbox and live payment modes.
The Stripe integration for Vercel is now generally available on the Marketplace and in v0, moving out of beta. Developers can connect a production Stripe account and start accepting real payments, with API keys provisioned automatically as environment variables in both sandbox and live modes.
Built in collaboration with Stripe, the integration's key management APIs let developers test payment flows in sandbox, then move to production without manually exchanging or managing keys. Vercel points to production use cases including live ecommerce checkout, recurring SaaS billing for subscriptions and usage, and shipping to real users without re-wiring the integration.
Vercel has published an example for building a simple online store with Stripe to go along with the announcement.