> ## Documentation Index
> Fetch the complete documentation index at: https://speakeasy-20cf8bdf.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stripe

> Integrate Dub's link management infrastructure with Stripe.

<CardGroup cols={2}>
  <Card
    title="View on Dub"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://assets.dub.co/logo.png"
      alt="Dub logo"
      className="h-full w-full"
    />
  </div>
}
    href="https://app.dub.co/integrations/stripe"
  >
    Opens the integration page on Dub
  </Card>

  <Card
    title="View on Stripe"
    icon={
  <div className="h-8 w-8">
    <img
      src="https://dubassets.com/integrations/clzra1ya60001wnj4a89zcg9h_jtyaGa7"
      alt="Stripe logo"
      className="h-full w-full rounded-full"
    />
  </div>
}
    href="https://d.to/stripe/app"
  >
    Opens the integration page on Stripe
  </Card>
</CardGroup>

## Read the docs

<Card title="Stripe + Dub Conversions" icon="stripe" href="/conversions/sales/stripe" horizontal>
  Tracking sale conversion events with Stripe and the Dub SDK
</Card>

## See how it's built

Learn how the Dub Stripe integration tracks [sale conversion events](/conversions/sales/introduction) by checking out the open-source code repository.

<Card title="Dub Stripe Integration" icon="github" href="https://git.new/dub-stripe" horizontal>
  See the full example on GitHub.
</Card>
