---
title: "Simulate Falcon Fraud Message in sandbox environment"
method: POST
path: "/card/mock/admin/falconFraud"
tags: ["Card - Mock"]
---

# Simulate Falcon Fraud Message in sandbox environment

`POST /card/mock/admin/falconFraud`

Generate a mock Falcon messsage in sandbox. This endpoint will generate a <a href="https://docs.helix.q2.com/docs/event-types#falcon-message-events" target="_blank">Falcon Message real-time event</a> with a `userEventTypeId` between `10024` and `10026` (inclusive).

## Request body

- object
  - `customerId` integer, required
  - `cardId` integer, required
  - `caseStatus` integer, required — Possible values: - `0`: Generates a real-time event with `userEventTypeId=10026` and `falconCaseStatus=ACTIVEACTIVE_CASE_SUBSTATUS_DLR_ACTIVENO_BLOCK_SERVICE|` - `1`: Generates a real-time event with `userEventTypeId=10025` and `falconCaseStatus=CLOSEDNOT_FRAUDNO_BLOCK_SERVICE|` - `2`: Generates a real-time event with `userEventTypeId=10025` and `falconCaseStatus=CLOSEDNOT_FRAUDREMOVE_BLOCK_SERVICE|` - `3`: Generates a real-time event with `userEventTypeId=10024` and `falconCaseStatus=CLOSEDUNABLE_CONFIRMED_FRAUDFRAUD_BLOCK_SERVICE|CASE_FRAUD_TYPE_OTHER|`

## Response `200`

A 200 status with no `data` property present

- 0 — unresolved $ref

---

[API](https://skmtc.net/q2/apis/helix-api.md) · [All operations](https://skmtc.net/q2/apis/helix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/q2/helix-api/revisions/0f8d32b907b3/schema)
