Skip to main content
POST
Cerrar infracción DICT

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

Infraction UUID

Cuerpo

application/json

closeInfractionReport analysis body

analysisResult
string
requerido

Infraction analysis outcome: AGREED (BACEN creates the fraud marker) or DISAGREED

Ejemplo:

"AGREED"

analysisDetails
string

Optional free-text analysis details

fraudType
string

BACEN fraud type; mandatory when analysisResult is AGREED, omit when DISAGREED

Ejemplo:

"APPLICATION_FRAUD"

Respuesta

OK

Persisted local DICT infraction record

createdAt
string
requerido

Record creation timestamp (RFC 3339, UTC)

Ejemplo:

"2026-06-14T12:00:00Z"

endToEndId
string
requerido

BACEN end-to-end identifier (E2E ID) of the disputed PIX transaction

Ejemplo:

"E1234567820260614ABCDEFGHIJKLMNO"

id
string
requerido

Server-assigned infraction record UUID

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

reason
string
requerido

Free-text justification for the infraction report

reportStatus
string
requerido

BACEN report delivery state: PENDING, SENT, or FAILED (FAILED is retryable; the local record stands)

Ejemplo:

"SENT"

reportedByISPB
string
requerido

ISPB (8 numeric digits) of the participant that reported the infraction

Ejemplo:

"12345678"

status
string
requerido

Local infraction lifecycle state: OPEN, ACKNOWLEDGED, CLOSED, or CANCELLED

Ejemplo:

"OPEN"

updatedAt
string
requerido

Last update timestamp (RFC 3339, UTC)

Ejemplo:

"2026-06-14T12:00:00Z"