---
title: "Report fraudulent transaction"
method: POST
path: "/transactions/{transactionID}/fraud-alert"
tags: ["Fraud Alerts"]
---

# Report fraudulent transaction

`POST /transactions/{transactionID}/fraud-alert`

Report a fraudulent transaction without existing notification from Reap/Thredd. The confirmation date must be within 180 days of the transaction date.

## Path parameters

- `transactionID` string, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Request body

- object
  - `cardHolderResponse` 'CONFIRMED', required — Cardholder response to fraud alert
  - `fraudType` '0' | '1' | '5' | '6', required — Visa RTSI Fraud Type code - Required. Possible values: **0** - Lost Card **1** - Stolen Card **5** - Miscellaneous **6** - Fraudulent use of account number

## Response `201`

Fraud alert created successfully

- object
  - `message` string, required

## Other responses

- `400` — Invalid request or fraud alert already exists
- `404` — Transaction not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/revisions/525072733e02/schema)
