# Frictionless Success Flow

The steps to follow this flows are:

<img src="/files/bcZg3pAWToZljswu4Vte" alt="All 3-D Secure flows has the following steps, some of them don’t need validation, some of them need it." class="gitbook-drawing">

***

### **Characteristics:**

* Card enrolled in 3D Secure
* Issuer allows frictionless authentication
* No user interaction required

**Flow Steps:**

```
1. Setup → Get authentication tokens
2. Capture → Collect device data automatically
3. Enroll → 3D Secure check: FRICTIONLESS APPROVED
4. Result → Authentication successful (ECI: 05 for VISA/AMEX, 01 for Mastercard)
5. Authorization → Process payment immediately
6. Complete → Transaction finalized
```

### **API Responses:**

* Setup: `status: "Completed"`
* Enroll: `status: "Authentication_successful"`
* No validation step needed

**Use Cases:**

* Cards enrolled in 3D Secure with frictionless policies
* Issuer trusts the transaction context
* Low-friction user experience


---

# Agent Instructions: 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:

```
GET https://firstoken.gitbook.io/api-docs/api-reference/risk/payer-authentication-3d-secure/detailed-flow-scenarios/frictionless-success-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
