Stripe Subscription API — Subscriptions
Stripe Subscription API — Subscriptions. 8 operations. Lead operation: Subscriptions. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
By default, returns a list of subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled.
Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions.
Search for subscriptions you’ve previously created using Stripe’s Search Query Language.
Cancels a customer’s subscription immediately. The customer will not be charged again for the subscription.
Retrieves the subscription with the given ID.
Updates an existing subscription to match the specified parameters.
Removes the currently applied discount on a subscription.
Initiates resumption of a paused subscription, optionally resetting the billing cycle anchor and creating prorations. If a resumption invoice is generated, it must be paid or marked uncollectible before the subscription will be unpaused.
MCP Tools
p-by-default-returns-list-subscriptions
By default, returns a list of subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled.
p-creates-new-subscription-existing-customer
Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions.
p-search-subscriptions-you-ve-previously-created
Search for subscriptions you’ve previously created using Stripe’s Search Query Language.
p-cancels-customer-s-subscription-immediately-customer
Cancels a customer’s subscription immediately. The customer will not be charged again for the subscription.
p-retrieves-subscription-given-id-p
Retrieves the subscription with the given ID.
p-updates-existing-subscription-match-specified
Updates an existing subscription to match the specified parameters.
p-removes-currently-applied-discount-subscription
Removes the currently applied discount on a subscription.
p-initiates-resumption-paused-subscription-optionally
Initiates resumption of a paused subscription, optionally resetting the billing cycle anchor and creating prorations. If a resumption invoice is generated, it must be paid or marked uncollectible before the subscription will be unpaused.