Skip to main content
POST
Crear infracción DICT

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json

DICT infraction to persist locally and report to BACEN synchronously-after-persist, tracked by report_status (PENDING/SENT/FAILED) + request_id

endToEndId
string
requerido

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

Ejemplo:

"E1234567820260614ABCDEFGHIJKLMNO"

reason
string
requerido

Free-text justification for the infraction report

reportedByISPB
string
requerido

ISPB (8 numeric digits) of the participant reporting the infraction

Ejemplo:

"12345678"

Respuesta

Created

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"