v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAnti-fraud
List fraud markers
List fraud markers
post/v2/pix/fraud-markers/list
Query parameters
useProviderstring
Search fraud marker in provider? Default is true.
Response
OK
Example response
{
"infraction_id": "cfdff46e-5d58-45b8-b7aa-591a65f74444",
"response_date_time": "2020-08-13T13:49:03Z",
"has_more_elements": true,
"fraud_markers": [
{
"id": "ea8bc045-9ff7-439f-a318-2e6f974707a5",
"document_number": "7777888hh",
"fraud_type": "APPLICATION_FRAUD",
"status": "REGISTERED",
"creation_datetime": "2020-08-13T13:49:03Z",
"last_modified_datetime": "2020-08-13T13:49:03Z"
}
]
}