> ## 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 Kushki in Brain Studio and collect payments in Latin America via WebView checkout.

Kushki lets you start collections 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 Kushki account**
    * Requires **[public key, private key, webhook signature, and Merchant ID](/en/guides/integraciones/pagos/proveedores/kushki/obtener-credenciales)**
    * During connection you must define the **applied VAT** and **collection currency**

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

      If it is not verified, 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 Kushki's WebView checkout.
      Sensitive data capture and processing occurs on Kushki's infrastructure.
    </Note>
  </Tab>

  <Tab title="Availability">
    Kushki is available for merchants in these Latin American countries:

    | Country       | Currency |
    | ------------- | -------- |
    | 🇲🇽 Mexico   | MXN      |
    | 🇨🇴 Colombia | COP      |
    | 🇵🇪 Peru     | PEN      |
    | 🇨🇱 Chile    | CLP      |
    | 🇪🇨 Ecuador  | USD      |

    <Note>
      Payment methods and fees depend on the connected account's country. See details in [Coverage and pricing](/en/guides/integraciones/pagos/proveedores/kushki/cobertura-y-precios).
    </Note>
  </Tab>
</Tabs>

## Next steps

<Steps>
  <Step title="Get Kushki credentials">
    Before connecting, prepare the public key, private key, webhook signature, and Merchant ID.

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

  <Step title="Connect in Brain Studio">
    Connect Kushki from any available entry point and complete credentials along with VAT and collection currency.

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

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

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