> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/3d-secure/es/implementar-3ds/implementar-flujo-sin-friccion.md).

# Implementar flujo sin fricción

## Descripción general

El flujo sin fricción 3DS autentica al usuario final sin un desafío cuando la transacción se evalúa como de bajo riesgo según sus reglas de riesgo configuradas. Esto preserva un proceso de pago fluido mientras se mantiene el cumplimiento con EMV 3‑D Secure (3DS).

{% hint style="info" %}
Para habilitar resultados sin fricción, configure sus umbrales y condiciones en [Configurar conjuntos de reglas para la toma de decisiones 3DS](/3d-secure/es/implementar-3ds/configurar-conjuntos-de-reglas-para-la-toma-de-decisiones-de-3ds.md).
{% endhint %}

## Experiencia del usuario

<figure><img src="/files/724fb2255b7c2279405072366129d3da7a29786f" alt=""><figcaption><p>Experiencia del usuario final para una autenticación 3DS sin fricción (no se presenta desafío).</p></figcaption></figure>

## Flujo

<figure><img src="/files/fefb63ec630c92770ef813ae12e0bc95b7280a08" alt=""><figcaption><p>Flujo de alto nivel sin fricción desde la solicitud 3DS del comerciante hasta la notificación del backend del emisor.</p></figcaption></figure>

## Diagrama de secuencia

### Prerrequisitos

* Los productos de tarjeta están configurados en el backend D1 y en el servidor de directorio de la red de pago.
* El usuario final y la tarjeta están registrados en el backend D1.

<figure><img src="/files/daefbfd177517454564070906c9a5caf7f419173" alt=""><figcaption><p>Secuencia de mensajes de extremo a extremo para la autenticación 3DS sin fricción.</p></figcaption></figure>

Al final del flujo, el backend del emisor se informa sobre los detalles de la autenticación a través del [Notificar operación de tarjeta 3DS](/3d-secure/es/integrar-la-api-de-d1/referencia-de-la-api-de-d1/api-saliente-desde-d1.md) punto de enlace.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/3d-secure/es/implementar-3ds/implementar-flujo-sin-friccion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
