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

By connecting MONEI, your agent can generate a payment link from your own MONEI account directly in the conversation with a customer — with Bizum as the primary method, plus card and any other methods you've activated — to charge for a booking, a deposit or any amount you define. Your provider never touches your money: the customer pays on MONEI's page, with your own payment methods configured there.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting MONEI, your agent can generate a payment link from your own MONEI account directly in the conversation with a customer — with Bizum as the primary met…"
    href="/en/integrations/monei/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Notice — Dashboard access — an unconfirmed point It hasn't been possible to confirm whether access to MONEI's Dashboard (and therefore to test mode) requires prior …"
    href="/en/integrations/monei/02-antes-de-empezar/"
  />
  <LinkCard
    title="In MONEI: generating the API key"
    description="Requirements: a MONEI account (section 2)."
    href="/en/integrations/monei/03-en-monei-generar-la-clave-api/"
  />
  <LinkCard
    title="In Platform: connecting MONEI"
    description="Requirements: Admin role; the API key from section 3."
    href="/en/integrations/monei/04-en-platform-conectar-monei/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Connecting MONEI 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/monei/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With MONEI 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 MONEI's …"
    href="/en/integrations/monei/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/monei/07-usarla-desde-el-agente-desde-los-flujos-y-desde-la-pantalla-pagos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect MONEI and Stripe at the same time?"
    href="/en/integrations/monei/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting MONEI and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/monei/09-desconectar-monei-y-que-pasa-con-tus-datos/"
  />
</CardGrid>