provider POST /v1/subscriptions/{subscription}/migrate
@utdk/stripe /v1/subscriptions/{subscription}/migrate
Migrate a subscription
<p>Upgrade the billing_mode of an existing subscription.</p>
subscription path required
string

Try it

Authentication
Configure credentials for Stripe API
postsubscriptionssubscriptionmigrate
POST/v1/subscriptions/{subscription}/migrate
<p>Upgrade the billing_mode of an existing subscription.</p>

Parameters

required

Input

required

Controls how prorations and invoices for subscriptions are calculated and orchestrated.

Specifies which fields in the response should be expanded.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postsubscriptionssubscriptionmigrate()