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

# Overview

<CardGroup cols={2}>
  <Card title="Download OpenAPI Specification" href="https://enfuce-public-resources.s3.eu-central-1.amazonaws.com/public/api/cia/external/fraudcase/fraud-case.json" />
</CardGroup>

For any questions, contact us:

* [Enfuce Support Portal](https://enfuce.atlassian.net/servicedesk/customer/portal/6)
* [Enfuce website](https://enfuce.com)

## Endpoints

<CardGroup cols={5}>
  <Card title="Get Fraud Cases" icon="arrow-right" href="/payment/api/fraud-case/get-endpoints/get-fraud-cases" horizontal>
    **GET** /v1
  </Card>

  <Card title="Get Fraud Cases by Fraud ID" icon="arrow-right" href="/payment/api/fraud-case/get-endpoints/get-fraud-case-by-id" horizontal>
    **GET** /v1/{id}
  </Card>

  <Card title="Get Fraud Cases by Card ID" icon="arrow-right" href="/payment/api/fraud-case/get-endpoints/get-fraud-case-by-cardid" horizontal>
    **GET** /v1/card/{cardId}
  </Card>

  <Card title="Partially Update Fraud Case" icon="arrow-right" href="/payment/api/fraud-case/patch-endpoints/update-fraud-case" horizontal>
    **PATCH** /v1/{id}
  </Card>

  <Card title="Finalise Fraud Case" icon="arrow-right" href="/payment/api/fraud-case/post-endpoint/finalise-fraud-case" horizontal>
    **GET** /v1/{id}/finalize
  </Card>
</CardGroup>
