v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAnti-fraud
Get fraud marker
Get fraud marker details
get/v2/pix/fraud-markers/{id}
Path parameters
idstring uuid required
Fraud marker ID generated for a suspected fraudelent transaction.
Headers
Authorizationstring required
Example:Bearer eyJhbGci...IUzUx
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"
}