v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Anti-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

infraction_idstring uuid

Infraction report ID (UUID)

response_date_timestring date-time

Response date time. RFC 3339 date-time value.

has_more_elementsboolean

Are there more items?

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"
    }
  ]
}