# Subscriptions Create and manage subscriptions with the Stripe Billing APIs. ## Configure and maintain recurring payments [Build a subscription integration](https://docs.stripe.com/billing/subscriptions/build-subscriptions.md) ## Get started with subscriptions [Sample integration (Quickstart)](https://docs.stripe.com/billing/quickstart.md): Build a full, working subscription integration using Stripe Billing and Stripe Checkout and your test data. [How subscriptions work](https://docs.stripe.com/billing/subscriptions/overview.md): Learn how subscriptions work within Stripe at a high level. [Design an integration](https://docs.stripe.com/billing/subscriptions/design-an-integration.md): Learn what choices you need to make to integrate subscriptions into your business. [Webhooks](https://docs.stripe.com/billing/subscriptions/webhooks.md): Use webhooks to receive notifications of subscription activity and manage triggers. [Integrate with 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. ## Enhance your Billing integration [Quotes](https://docs.stripe.com/quotes.md): Provide pricing estimates to customers before creating a subscription or invoice. [Stripe Tax](https://docs.stripe.com/billing/taxes/collect-taxes.md): Collect and report taxes with Stripe Billing and Stripe Tax. [Revenue Recognition](https://docs.stripe.com/revenue-recognition.md): Automate your accrual accounting process with Stripe Revenue Recognition. ## No code options [No code](https://docs.stripe.com/no-code.md): Not ready for a full integration? See some of our options for getting started without code. [Pricing table](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. [Integrate the customer portal](https://docs.stripe.com/customer-management.md): The simplest way to build a subscription and billing management dashboard. ## Clone a sample project [Build a custom subscription page](https://github.com/stripe-samples/subscription-use-cases) [Use a prebuilt subscription page](https://github.com/stripe-samples/checkout-single-subscription)