> ## Documentation Index
> Fetch the complete documentation index at: https://grandcentral.backbase.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Protect your organization and your customers against identity theft and impersonation using AI-powered silent technology with the Feedzai Connector.

The Feedzai Connector provides connectivity with [Feedzai](https://www.feedzai.com/), designed to fight scammers aiming to take over your customers' accounts.

**Version supported, Account Monitoring:** V1 (EU) and V0.5 (US)

**Version supported, New account fraud:** V5

### Key capabilities

<CardGroup cols={2}>
  <Card title="Real-time behavioral monitoring" icon="eye">
    Real-time capture and analysis of end user behavior (for example, browsing speed, left- or right-handed patterns, copy and paste) to detect pattern deviation from the usual session and to detect bots and RATs immediately.
  </Card>

  <Card title="Real-time network and device monitoring" icon="wifi">
    Real-time capture and analysis of end user network, VPN usage, location, device information, and any other information available to assess the reliability of the session.
  </Card>

  <Card title="Actionable decision flags" icon="flag">
    The user activity analysis response includes a decision flag indicating the recommended action, such as Allow, Block, Challenge, or Quarantine.
  </Card>

  <Card title="Real-time session streaming (Digital Trust)" icon="tower-broadcast">
    Subscribe to a continuous feed of normalized session risk events from Feedzai Digital Trust for Account Monitoring. Receive session scores, security alerts, device and network telemetry, decision flags, and user journey data as sessions evolve, without polling the synchronous scoring APIs.
  </Card>
</CardGroup>

***

## Supported operations

The Feedzai Connector supports the following operations from our Grand Central Unified API:

| Operation                                  | Endpoint                                | Response includes                                                                                                                                                                                                                           |
| :----------------------------------------- | :-------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Retrieve user activity analysis            | `POST {baseURL}/user-activity-analysis` | Risk level, decision flag (such as `Allow`, `Block`, `Challenge`, `Quarantine`)                                                                                                                                                             |
| Retrieve prospect activity analysis        | `POST {baseURL}/new-account/risk`       | Risk score, decision flag                                                                                                                                                                                                                   |
| Provide feedback on user activity analysis | `POST {baseURL}/user-auth-result`       | Feedback confirmation                                                                                                                                                                                                                       |
| Stream session risk events                 | `POST {baseURL}/stream/session-events`  | Normalized session events: `orgId`, `userId`, `sessionID`, `score`, `decision`, `geoLocation`, `extendedDeviceInformation`, `vendorSpecificFields.feedzaiStreaming` (alerts, journeys, analytics, telephony, countermeasures when licensed) |

<Info>
  **How streaming relates to synchronous scoring:** The Feedzai Connector opens a long-lived Server-Sent Events (SSE) connection to Feedzai (`GET /v5/analysis/streaming/session/{orgId}`) and normalizes each Feedzai Session Object into the Grand Central unified contract. Use synchronous `/user-activity-analysis` for point-in-time decisions at specific journey steps; use `/stream/session-events` for continuous account monitoring, analytics pipelines, and real-time risk dashboards.
</Info>

### Core use cases supported

<CardGroup cols={2}>
  <Card title="Secure payments activities" icon="credit-card" />

  <Card title="Identify and block account takeover" icon="user-ninja" />

  <Card title="Block fraudulent account opening" icon="warning" />

  <Card title="Block bot attack" icon="robot" />

  <Card title="Continuous session monitoring and fraud analytics" icon="chart-line" />
</CardGroup>

<Info>
  For information about the Grand Central Unified API endpoints that support these features, see [Reference](connector/marketplace/connectors/fraud-connectors/feedzai/reference).
</Info>
