> ## 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.

# Datafast

> Native in-chat card payment via Datafast.

Datafast allows processing card payments directly within the WhatsApp conversation via a **native in-chat** experience.

Brain Studio captures card data securely and exposes the **real payment status** so your implementation can continue the flow, whether you are building in **Canvas** or in an **AI Agent**.

***

## Integration summary

<Tabs>
  <Tab title="Installation">
    * Available via **assisted enablement by the Jelou team**
    * Requires an **active Datafast account**
    * Requires merchant's own credentials

    <Info>
      This integration is not currently available in Marketplace.
      It is enabled with support from the Jelou team to ensure correct technical configuration, credentials validation, and node activation in your workspace.
    </Info>
  </Tab>

  <Tab title="Experience">
    * **Embedded WebView:** ❌ No
    * **[Native in chat](/guides/integraciones/pagos/experiencias/pago-nativo):** ✅ Yes
    * **External confirmation:** ❌ No

    <Info>
      The user enters their card data directly within the conversational flow.

      Tokenization and processing of sensitive data are performed on the provider's certified infrastructure, complying with security standards.
    </Info>
  </Tab>

  <Tab title="Availability">
    **Availability:** 🇪🇨 Ecuador\
    **Currency:** USD

    <Tip>
      The availability indicated here corresponds to the integration within Jelou.
      Datafast may operate in other contexts according to the provider's own commercial agreements.
    </Tip>
  </Tab>
</Tabs>

***

## Next steps

<Steps>
  <Step title="Obtain credentials from Datafast">
    Before contacting Jelou, ask Datafast for access to **Dataweb**, their API integration.

    Write to **[servddpago@datafast.com.ec](mailto:servddpago@datafast.com.ec)** stating that you need credentials for the Dataweb integration.

    Datafast will provide the following credentials in two phases: development and production.

    | Credential     | Description                         |
    | -------------- | ----------------------------------- |
    | Entity ID      | Entity identifier in the gateway    |
    | Token (Bearer) | Authentication parameter            |
    | MID            | Merchant identifier                 |
    | TID            | Terminal identifier                 |
    | Provider code  | Service provider (PSERV) identifier |
    | Risk parameter | Merchant name for fraud prevention  |

    <Warning>
      Datafast requires a certification process before going to production, including a vulnerability scan of the implementation. Allow approximately 1 to 2 additional weeks for that process.
    </Warning>
  </Step>

  <Step title="Request Datafast enablement">
    Once you have the credentials, contact us at:

    **[ayuda@jelou.ai](mailto:ayuda@jelou.ai)**
  </Step>

  <Step title="Configure the native payment flow">
    Once enabled, you will be able to:

    * Add the Datafast node to the Canvas.
    * Request card data within the chat.
    * Continue the flow based on the **official payment status**.

    <Check>
      The flow should only advance through the successful payment output when Datafast officially confirms the transaction.
    </Check>
  </Step>
</Steps>
