Skip to main content
POST
Close 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).

Corpo

application/json
analysisResult
enum<string>
obrigatório

Analysis result.

Opções disponíveis:
AGREED,
DISAGREED
Exemplo:

"AGREED"

analysisDetails
string

Detailed analysis comments.

Exemplo:

"Analysis confirms fraudulent activity pattern"

Resposta

Infraction report closed 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"