# Quickstart guides

Review a list of all Stripe integration quickstart guides.

This page contains a list of all Stripe integration quickstart guides. These guides include:

- Full end-to-end interactive code samples with multiple language and framework options
- Step-by-step implementation instructions that highlight lines of code as your scroll down the page
- The option to download or launch the quickstart with Stripe’s AI assistant in VS Code

## Payments

| Quickstart                                                                                                                      | Description                                                                                                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Accept carbon removal payments](https://docs.stripe.com/climate/orders/quickstart.md)                                          | Enable customers to buy carbon removal using the Climate API.                                                                                                                                              |
| [Accept in-person payments](https://docs.stripe.com/terminal/quickstart.md)                                                     | Get started with Stripe Terminal for in-person payments.                                                                                                                                                   |
| [Accept subscriptions with a prebuilt checkout page](https://docs.stripe.com/billing/quickstart.md)                             | Set up recurring payments and subscription management.                                                                                                                                                     |
| [Build an Embedded form checkout](https://docs.stripe.com/checkout/embedded/quickstart.md)                                      | Customers enter payment details directly on your site without redirection from your site or app.                                                                                                           |
| [Build a custom checkout with the Checkout Sessions API](https://docs.stripe.com/payments/quickstart-checkout-sessions.md)      | Set up a custom checkout with line items, addresses, and other order details. Create subscriptions, calculate tax rates with Stripe Tax, and initiate payments using a single integration.                 |
| [Build a custom checkout with the Payment Intents API](https://docs.stripe.com/payments/quickstart.md)                          | Set up a custom checkout with the most granular and advanced control over the payment process and where you calculate the final amount. You need separate integrations for tax and subscriptions features. |
| [Build a Stripe-hosted checkout page](https://docs.stripe.com/checkout/quickstart.md)                                           | Redirect customers to a Stripe-hosted payment page. After payment completion, they return to your site or app.                                                                                             |
| [Create and send an invoice](https://docs.stripe.com/invoicing/integration/quickstart.md)                                       | Create and send and an automated invoice integration.                                                                                                                                                      |
| [Embed a crypto onramp in your website](https://docs.stripe.com/crypto/onramp/embedded-quickstart.md)                           | Embed a checkout onramp in your website or application to allow users to exchange and purchase crypto.                                                                                                     |
| [Enable x402 machine payments](https://docs.stripe.com/payments/machine/x402/quickstart.md)                                     | Build a server that accepts payments from agents using the x402 protocol.                                                                                                                                  |
| [Enable machine payments using the Machine Payments Protocol (MPP)](https://docs.stripe.com/payments/machine/mpp/quickstart.md) | Build a server that accepts payments from agents using MPP.                                                                                                                                                |

## Platforms and marketplaces

| Quickstart                                                                                                      | Description                                                                             |
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [Build a Connect integration](https://docs.stripe.com/connect/onboarding/quickstart.md)                         | Create a custom Connect integration to onboard connected accounts for your marketplace. |
| [Set up Connect embedded components](https://docs.stripe.com/connect/connect-embedded-components/quickstart.md) | Build a dashboard for your connected accounts in your site using embedded components.   |
| [Set up a Connect SaaS platform integration](https://docs.stripe.com/connect/saas/quickstart.md)                | Build a Stripe-hosted checkout integration for one-time payments with Stripe Connect.   |

## Developer resources

| Quickstart                                                                                                                    | Description                                                             |
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Set up an agent](https://docs.stripe.com/agents/quickstart.md)                                                               | Build a basic chatbot and bill for usage with the Stripe Agent Toolkit. |
| [Set up and deploy a webhook](https://docs.stripe.com/webhooks/quickstart.md)                                                 | Set up and deploy webhooks to listen to Stripe events.                  |
| [Set up and manage real-time authorizations](https://docs.stripe.com/issuing/controls/real-time-authorizations/quickstart.md) | Deploy webhooks to respond to Issuing authorizations.                   |
