# Fraud Providers

Juspay Hyperswitch integrates with Fraud and Risk Management (FRM) providers as a distinct connector category — separate from payment processors. An FRM connector receives transaction signals from Hyperswitch, evaluates risk, and returns a recommendation (approve, review, or decline) that Hyperswitch acts on before or after authorization.

### How FRM connectors work in Hyperswitch

FRM connectors sit in the payment flow between order creation and authorization. Hyperswitch sends order and payment metadata to the FRM provider, which responds with a risk decision. Depending on the provider's decision and your configuration, Hyperswitch can:

* Proceed to authorization (approve)
* Flag the payment for manual review
* Block the authorization (decline)

FRM connectors are configured independently from payment processors — you can use any FRM provider with any payment processor combination.

### Supported Fraud Providers

| Provider      | Type                           | Description                                                                                                                           |
| ------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
| **Signifyd**  | FraudAndRiskManagementProvider | AI-driven commerce protection platform for maximizing conversions and eliminating fraud risk with guaranteed fraud liability coverage |
| **Riskified** | FraudAndRiskManagementProvider | Real-time decisions and machine learning-powered ecommerce fraud prevention with guaranteed chargeback protection                     |

### Activating a Fraud Provider

Fraud providers are activated through the same connector onboarding flow as payment processors.

[Steps to activate a connector on the Hyperswitch control center](/integrations/connectors-integrations/activate-connector-on-hyperswitch.md)


---

# 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://docs.hyperswitch.io/integrations/connectors-integrations/fraud-providers.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.
