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

# How it works

> Connect Conekta in Brain Studio and collect payments in Mexico via embedded WebView checkout.

Conekta lets you start payments from a conversational flow using its **embedded WebView checkout**.

Brain Studio initiates the payment step and exposes the **transaction result** so your flow can continue based on the status received.

## Integration overview

<Tabs>
  <Tab title="Installation">
    * Can be connected from **Marketplace**, **Jelou Agent**, the **Payments** node in Canvas, or compatible templates
    * Requires an **active Conekta account**
    * Requires **[Conekta public key and private key](/en/guides/integraciones/pagos/proveedores/conekta/obtener-credenciales)**
    * During connection you must define the **VAT rate** the integration will use

    <Warning>
      For the WebView to work inside WhatsApp, the account must be **WhatsApp Business verified**.

      If it is not verified, the checkout will open in the device's external browser.
    </Warning>
  </Tab>

  <Tab title="Experience">
    * **Embedded WebView:** Yes
    * **Native in chat:** No
    * **External confirmation:** No

    <Note>
      The user completes payment inside the Conekta checkout in WebView.
      Sensitive data capture and processing happens on Conekta infrastructure.
    </Note>
  </Tab>

  <Tab title="Availability">
    **Available country:** Mexico<br />
    **Currency:** MXN

    Conekta is available for merchants in Mexico. Payment methods, fees, and commercial terms depend on the merchant account and current Conekta configuration.

    <Card title="View coverage and pricing" href="/en/guides/integraciones/pagos/proveedores/conekta/cobertura-y-precios" icon="globe">
      Review Conekta coverage, currency, and commercial considerations.
    </Card>
  </Tab>
</Tabs>

## Next steps

<Steps>
  <Step title="Get Conekta credentials">
    Before connecting, prepare Conekta's public key and private key.

    <Card title="Getting credentials" href="/en/guides/integraciones/pagos/proveedores/conekta/obtener-credenciales" icon="key">
      Follow the guide to prepare the required credentials for test or production.
    </Card>
  </Step>

  <Step title="Connect in Brain Studio">
    Connect Conekta from any available entry point and complete credentials along with the VAT rate.

    <Card title="Connect in Brain Studio" href="/en/guides/integraciones/pagos/proveedores/conekta/conectar-en-brain-studio" icon="plug">
      Connect the integration and verify the provider is enabled in your workspace.
    </Card>
  </Step>

  <Step title="Use Conekta in your flow">
    Once connected, add the Conekta node to your flow and continue based on the payment result.

    <Card title="Usage and configuration" href="/en/guides/integraciones/pagos/proveedores/conekta/uso-y-configuracion" icon="gear">
      Configure the WebView payment experience within your flow.
    </Card>
  </Step>
</Steps>
