> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withgale.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Stripe Custom Payment Methods

> Gale appears as “Pay with FSA/HSA” in your existing Stripe checkout, built with either Stripe Elements or Stripe Checkout.

## Choose your integration

Pick the one that matches how your checkout is built today. Each page covers
everything from Stripe setup through to going live.

<CardGroup cols="2">
  <Card title="Stripe Payment Elements" icon="code" href="/custom-payment-methods/elements-payment-intent" arrow>
    For checkouts built on Stripe Elements with your own PaymentIntent flow.
  </Card>

  <Card title="Stripe Checkout" icon="plug" href="/custom-payment-methods/elements-checkout-session" arrow>
    For checkouts built on Stripe Checkout Sessions.
  </Card>
</CardGroup>

## Resources

<Card title="Gale on Stripe" icon="gauge" href="/custom-payment-methods/gale-on-stripe" arrow>
  Create your restricted key, connect your Stripe account, and import your
  catalogue.
</Card>
