# Detailed Flow Scenarios

<img src="/files/UK9VnUPa6AXN1rprulvB" 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">

#### Integration Workflow

1. Call our **Setup** endpoint to initialize the process
2. Implement **Cardinal Songbird SDK** for device data capture
3. Call our **Check Enroll** endpoint with collected device data
4. Handle the three possible outcomes:
   * **Success**: Proceed directly to authorization
   * **Pending**: Show challenge modal, then call **Validate** endpoint
   * **Failed**: Handle declined transaction
5. Use authentication results for **Authorization** with your chosen payment method


---

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