latestOpenAPI 3.0.12026-08-104068226.2 KB

a772504dcc9e

Card transactions

Confirm a fraud case

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.

post/v1/cards/{card_id}/fraud_cases/{id}/confirm

Path parameters

card_idstring required
idstring required

Response

Successful result of the operation

idstring

ID of the fraud case.

resolution'CONFIRMED' | 'PENDING' | 'TIMEOUT' | 'WHITELISTED'

The current status of the fraud case.

Example response

{
  "id": "154dca58bb1b5c8701039fa6514ffc66frdcs",
  "resolution": "CONFIRMED"
}