# Vercel now supports Pro plan in Stripe Projects

DevFeed: [Vercel now supports Pro plan in Stripe Projects](<https://devfeed.tech/articles/vercel-now-supports-pro-plan-in-stripe-projects-1160.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-now-supports-pro-plan-in-stripe-projects>)

Author: Bhrigu Srivastava

Published: 2026-04-29T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [stripe](<https://devfeed.tech/topics/stripe.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [billing](<https://devfeed.tech/tags/billing.md>), [cli](<https://devfeed.tech/tags/cli.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [switching](<https://devfeed.tech/tags/switching.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

Vercel Pro plans can now be provisioned, upgraded, or downgraded directly from Stripe Projects through the Stripe CLI. The integration uses shared payment tokens and lets agents and developers manage billing and infrastructure without leaving their terminal-based workflow.

## Source excerpt

You can now sign up for or upgrade to a Vercel Pro plan directly from Stripe Projects using shared payment tokens (SPTs). Agents and developers can manage plan changes programmatically from the Stripe CLI, without leaving their workflow. What's new Provision or upgrade to Vercel Pro directly from the Stripe CLI Support for both upgrade and downgrade flows Powered by shared payment tokens for secure, streamlined billing This builds on our Stripe Projects launch in developer preview by enabling end-to-end provisioning and billing in one place. Instead of switching between dashboards, you can now handle infrastructure setup and plan management directly from the terminal. Getting started If you're already using Stripe Projects and have set up billing via stripe projects billing add , you can upgrade your Vercel plan from the CLI simply by running stripe projects add vercel/pro If you are new to Stripe Projects, Install the plugin and initialize your project: Read more