# Collect tax with Checkout Learn how to automatically calculate taxes using Stripe Checkout. Stripe Tax automatically calculates taxes on purchases and *subscriptions* (A Subscription represents the product details associated with the plan that your customer subscribes to. Allows you to charge the customer on a recurring basis) during a Checkout session. If you haven’t integrated with Checkout, complete the [Accept a Payment guide](https://docs.stripe.com/checkout/quickstart.md) first. > #### Übertragung der Steuerpflicht auf Stripe > > Wenn Sie digitale Produkte verkaufen, können Sie mit [Managed Payments](https://docs.stripe.com/payments/managed-payments/tax-compliance.md) die Steuerpflicht an Stripe übertragen, sodass wir direkt für die weltweite Abwicklung der Sales Tax, der Umsatzsteuer oder der GST verantwortlich sind. Als eingetragener Händler kümmert sich Managed Payments auch um Betrugsprävention, Zahlungsanfechtungen und den Kundensupport bei allen Transaktionen. ## Choose your integration | **Integration** | **Description** | | --------------------------------------------------------------------- | --------------------------------------------------------------------------- | | [Checkout page](https://docs.stripe.com/tax/checkout/page.md) | Use the Stripe-hosted Checkout page or the embedded form for a prebuilt UI. | | [Checkout elements](https://docs.stripe.com/tax/checkout/elements.md) | Use elements mode for full control over the payment form layout. | ## See also - [Kundenstandorte ermitteln](https://docs.stripe.com/tax/customer-locations.md) - [Collect customer tax IDs](https://docs.stripe.com/tax/calculating/tax-ids.md) - [Steuerberichterstattung und Einreichung](https://docs.stripe.com/tax/reports.md) - [Stripe Tax mit Connect verwenden](https://docs.stripe.com/tax/connect.md) - [Steuer in Ihrem nutzerdefinierten Bezahlvorgang berechnen](https://docs.stripe.com/tax/custom.md)