---
title: "List account infractions"
method: GET
path: "/v2/pix/infraction-reports"
tags: ["Infraction reports"]
---

# List account infractions

`GET /v2/pix/infraction-reports`

List account infraction notifications.

Notifications are sorted in ascending order by the `bacen_last_modified_datetime` response return field.

## Query parameters

- `funds_recovery_id` string
- `is_reporter` boolean
- `is_counterparty` boolean
- `include_details` boolean
- `status` '' | 'OPEN' | 'ACKNOWLEDGED' | 'CLOSED' | 'CANCELLED'
- `modified_after` string, date-time
- `modified_before` string, date-time
- `limit` integer

## Headers

- `Authorization` string, required

## Response `200`

OK

- InfractionReportList
  - `has_more_elements` boolean, required — Are there more items?
  - `items` InfractionReportResponse[], required
    - `id` string, uuid, required — Infraction report ID (UUID)
    - `transaction_id` string, required — Original transaction's end to end ID.
    - `reason` 'REFUND_REQUEST' | 'REFUND_CANCELLED', required — Reason for opening infraction report
    - `situation_type` 'SCAM' | 'ACCOUNT_TAKEOVER' | 'COERCION' | 'FRAUDULENT_ACCESS' | 'OTHER' | 'UNKNOWN', required — What gave rise to the infraction notification
    - `status` 'OPEN' | 'ACKNOWLEDGED' | 'CLOSED' | 'CANCELLED', required — Infraction report status
    - `reporter_participant` string, number, required — Transaction payer participant's ISPB (Identifcador do Sistema de Pagamento Brazil) number - the Brazilian Payment System identifier, an 8-digit value.
    - `counterparty_participant` string, number, required — Transaction recipient participant's ISPB (Identifcador do Sistema de Pagamento Brazil) number - the Brazilian Payment System identifier, an 8-digit value.
    - `bacen_creation_datetime` string, date-time, required — Date of infraction report creation. RFC 3339 date-time value. For example - `2023-04-12T23:20:50.52Z`.
    - `bacen_last_modified_datetime` string, date-time, required — Date of infraction report modification. RFC 3339 date-time value. For example - `2023-04-12T23:20:50.52Z`.
    - `details` string — Details that can help the receiving participant to analyze the suspected violation
    - `contact_information` ContactInformation
      - `phone` string, required — Contact phone number
      - `email` string, required — Contact email
    - `funds_recovery_id` string — Funds recovery identifier. Returned from the [Create funds recovery](https://developers.pismo.io/pismo-docs/reference/post-create-funds-recovery) endpoint.
    - `infraction_amount` number — Infraction Amount.

## Other responses

- `400` — Bad Request
- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `429` — Too many reqquests
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable
- `504` — Gateway timeout

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
