ServiceActive

Stripe Billing

Stripe Billing: Public preview Manage money with Stripe Treasury Public preview Learn how to securely manage money with a financial account.

Open source page ↗

Field note

What it does

2026-07-29 . dahlia API Reference Docs Support Sign in → Subscriptions Ask about this section Copy for LLM View as Markdown Subscriptions allow you to charge a customer on a recurring basis. Related guide: Creating subscriptions Was this section helpful? Yes No Create a subscription POST / v1 / subscriptions Update a subscription POST / v1 / subscriptions / :id Retrieve a subscription GET / v1 / subscriptions / :id List subscriptions GET / v1 / subscriptions Cancel a subscription DELETE / v1 / subscriptions / :id Migrate a subscription POST / v1 / subscriptions / :id / migrate Resume a subscription POST / v1 / subscriptions / :id / resume Search subscriptions GET / v1 / subscriptions / search The Subscription object Ask about this section Copy for LLM View as Markdown Attributes id string Unique identifier for the object. automatic _ tax object Automatic tax settings for this subscription. Show child attributes currency enum Three-letter ISO currency code , in lowercase. Must be a supported currency . customer string Expandable ID of the customer who owns the subscription.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

sdk

javascript / https://docs.stripe.com/billing

sdk

javascript / https://docs.stripe.com/billing

rest

Not filed / https://docs.stripe.com/billing

sdk

Not filed / stripe-cli

rest

Not filed / https://docs.stripe.com/api

sdk

multiple / stripe

rest

multiple / https://docs.stripe.com/api

sdk

multiple / @stripe/stripe-js

Product features

Product features

Attributes

automatic _ tax object

currency enum

customer _ account nullable string

customer string Expandable

default _ payment _ method nullable string Expandable

description nullable string

id string

items object

latest _ invoice nullable string Expandable

Subscriptions

The Subscription object