---
title: "Respond to fraud alert"
method: PUT
path: "/fraud-alert/{fraudAlertId}/respond"
tags: ["Fraud Alerts"]
---

# Respond to fraud alert

`PUT /fraud-alert/{fraudAlertId}/respond`

Confirm or decline fraud alert raised by Reap/Thredd. Must be sent within 72 hours of the fraud alert notification.

## Path parameters

- `fraudAlertId` string, required

## Headers

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

## Request body

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

## Response `200`

Fraud alert response recorded successfully

- object
  - `message` string, required

## Other responses

- `400` — Invalid request or alert already responded to
- `404` — Fraud alert 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)
