Stripe Subscription API — Subscription Schedules
Stripe Subscription API — Subscription Schedules. 6 operations. Lead operation: Subscription Schedules. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Retrieves the list of your subscription schedules.
Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.
Updates an existing subscription schedule.
Cancels a subscription schedule and its associated subscription immediately (if the subscription schedule has an active subscription). A subscription schedule can only be canceled if its status is not_started or active
Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is not_started or active. If
MCP Tools
p-retrieves-list-your-subscription-schedules
Retrieves the list of your subscription schedules.
p-creates-new-subscription-schedule-object
Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
p-retrieves-details-existing-subscription-schedule
Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.
p-updates-existing-subscription-schedule-p
Updates an existing subscription schedule.
p-cancels-subscription-schedule-and-its
Cancels a subscription schedule and its associated subscription immediately (if the subscription schedule has an active subscription). A subscription schedule can only be canceled if its status is not_started or active
p-releases-subscription-schedule-immediately-which
Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is not_started or active. If