v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCancel fraud marker
The participant who created the fraud marker can call this endpoint. In the case of a fraud marker created as a result of closing an infraction report, the participant who created it can cancel it, in addition to the participant who closed the notification.
On PSP timeout, a 202 Accepted response with a fraud marker ID is returned. The process continues asynchronously and, if it doesn't succeed, a failure event is emitted.
This endpoint generates a <a href="https://developers.pismo.io/events/docs/pix-dict-fraud-marker-status-change-1" >Fraud Marker registration event</a> or <a href="https://developers.pismo.io/events/docs/pix-dict-fraud-marker-status-change-failure-1">failure event</a>.
Path parameters
Fraud marker ID generated for a suspected fraudelent transaction.
Headers
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Response
OK
Example response
{
"id": "ea8bc045-9ff7-439f-a318-2e6f974707a5",
"document_number": "7777888hh",
"fraud_type": "APPLICATION_FRAUD",
"status": "REGISTERED",
"bacen_creation_datetime": "2020-08-13T13:49:03Z",
"bacen_last_modified_datetime": "2020-08-13T13:49:03Z"
}