import { CardGrid, LinkCard } from '@astrojs/starlight/components';

By connecting Stripe, your agent can generate a payment link from your own Stripe account directly in the conversation with a customer — to charge a booking, a deposit, or any amount you define. Your provider never touches your money: the customer pays on Stripe's page, with your own payment methods configured there.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting Stripe, your agent can generate a payment link from your own Stripe account directly in the conversation with a customer — to charge a booking, a depos…"
    href="/en/integrations/stripe/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Note — Never the full secret key Stripe always asks for a RESTRICTED key (rk…), never the full secret key (sk…) that has total access to your account."
    href="/en/integrations/stripe/02-antes-de-empezar/"
  />
  <LinkCard
    title="In Stripe: creating the restricted key"
    description="Requirements: a Stripe account (section 2)."
    href="/en/integrations/stripe/03-en-stripe-crear-la-clave-restringida/"
  />
  <LinkCard
    title="In Platform: connecting Stripe"
    description="Requirements: Admin role; the restricted key from section 3."
    href="/en/integrations/stripe/04-en-platform-conectar-stripe/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Connecting Stripe doesn't activate the panel action on its own — it's born off, the same &quot;nothing on by default&quot; principle that governs the rest of your ag…"
    href="/en/integrations/stripe/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With Stripe already connected, the detail's Status tab includes a Test connection button that checks, on the spot, that the saved key is still valid against Stripe's …"
    href="/en/integrations/stripe/06-probar-la-conexion/"
  />
  <LinkCard
    title="Using it from the agent, from flows and from the Payments screen"
    description="With the tools activated (section 5), your agent can generate a payment link while chatting:"
    href="/en/integrations/stripe/07-usarla-desde-el-agente-desde-los-flujos-y-desde-la-pantalla-pagos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect Stripe and MONEI at the same time?"
    href="/en/integrations/stripe/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting Stripe and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/stripe/09-desconectar-stripe-y-que-pasa-con-tus-datos/"
  />
</CardGrid>