Skip to main content
GET
Retrieve an Infraction Report

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

infraction_id
string
obrigatório

Unique identifier of the infraction report (UUID format).

Resposta

Infraction report details retrieved successfully.

id
string

Unique identifier.

Exemplo:

"019c96a0-0c98-799e-9135-4613ca469ad8"

transactionId
string

SPI transaction identifier.

Exemplo:

"E12345678202411241430ABCDEFGHIJK"

status
enum<string>

Current status.

Opções disponíveis:
OPEN,
ACKNOWLEDGED,
CLOSED,
CANCELLED
Exemplo:

"OPEN"

reason
string

Infraction reason.

Exemplo:

"REFUND_REQUEST"

reporterParticipant
string

ISPB of the reporting participant.

Exemplo:

"12345678"

counterpartyParticipant
string

ISPB of the counterparty.

Exemplo:

"87654321"

analysisResult
string

BACEN analysis result.

Exemplo:

"AGREED"

createdAt
string<date-time>
Exemplo:

"2024-01-15T10:30:00Z"

updatedAt
string<date-time>
Exemplo:

"2024-01-15T10:30:00Z"