---
title: "Confirm a fraud case"
method: POST
path: "/v1/cards/{card_id}/fraud_cases/{id}/confirm"
tags: ["Card transactions"]
---

# Confirm a fraud case

`POST /v1/cards/{card_id}/fraud_cases/{id}/confirm`

This endpoint confirms to Solaris that a fraud case was indeed fraudulent. The card used to make the fraudulent transaction will be subsequently blocked. You should then redirect your customer to your customer support so that a replacement card can be issued.

## Path parameters

- `card_id` string, required
- `id` string, required

## Response `200`

Successful result of the operation

- SolarisAPISerializersConfirmCardFraudCaseResponse
  - `id` string — ID of the fraud case.
  - `resolution` 'CONFIRMED' | 'PENDING' | 'TIMEOUT' | 'WHITELISTED' — The current status of the fraud case.

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/card-creation-servicing.md) · [All operations](https://skmtc.net/solarisgroup/apis/card-creation-servicing/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/card-creation-servicing/revisions/a772504dcc9e/schema)
