# 订阅 Create and manage subscriptions with the Stripe Billing APIs. ## Configure and maintain recurring payments [构建订阅集成](https://docs.stripe.com/billing/subscriptions/build-subscriptions.md) ## 开始使用订阅 [示例集成 (快速开始)](https://docs.stripe.com/billing/quickstart.md): Build a full, working subscription integration using Stripe Billing and Stripe Checkout and your test data. [订阅的运作机制](https://docs.stripe.com/billing/subscriptions/overview.md): 从更高层面了解 Stripe 内的订阅原理。 [设计集成](https://docs.stripe.com/billing/subscriptions/design-an-integration.md): 了解您在将订阅集成到您的业务时需要进行的选择。 [Webhook](https://docs.stripe.com/billing/subscriptions/webhooks.md): 用 Webhooks 接收订阅活动的通知并管理事件。 [集成 Salesforce](https://docs.stripe.com/use-stripe-apps/stripe-app-for-salesforce/overview.md): Automate subscription workflows and sync billing data between Stripe Subscriptions and Salesforce. ## 增强您的 Billing 集成 [报价](https://docs.stripe.com/quotes.md): 创建订阅或账单时为客户估计价格。 [Stripe Tax](https://docs.stripe.com/billing/taxes/collect-taxes.md): 用 Stripe Billing 和 Stripe Tax 收税报税。 [Revenue Recognition](https://docs.stripe.com/revenue-recognition.md): 用 Stripe Revenue Recognition 自动化您的权责发生制会计流程。 ## 无代码选项 [无代码](https://docs.stripe.com/no-code.md): 还没准备好进行完整的集成?查看一些无需编写代码的快速开始选项。 [价格表](https://docs.stripe.com/payments/checkout/pricing-table.md): Display a pricing table on your website and take customers directly to a payment page where they can submit a payment or start a trial. [集成客户门户](https://docs.stripe.com/customer-management.md): 构建订阅和计费管理控制台的最简单方式。 ## 克隆项目示例 [构建自定义订阅页面](https://github.com/stripe-samples/subscription-use-cases) [使用预构建订阅页面](https://github.com/stripe-samples/checkout-single-subscription)