Skip to main content
POST
Criar infração DICT

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

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
obrigatório

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

Exemplo:

"E1234567820260614ABCDEFGHIJKLMNO"

reason
string
obrigatório

Free-text justification for the infraction report

reportedByISPB
string
obrigatório

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

Exemplo:

"12345678"

Resposta

Created

Persisted local DICT infraction record

createdAt
string
obrigatório

Record creation timestamp (RFC 3339, UTC)

Exemplo:

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

endToEndId
string
obrigatório

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

Exemplo:

"E1234567820260614ABCDEFGHIJKLMNO"

id
string
obrigatório

Server-assigned infraction record UUID

Exemplo:

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

reason
string
obrigatório

Free-text justification for the infraction report

reportStatus
string
obrigatório

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

Exemplo:

"SENT"

reportedByISPB
string
obrigatório

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

Exemplo:

"12345678"

status
string
obrigatório

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

Exemplo:

"OPEN"

updatedAt
string
obrigatório

Last update timestamp (RFC 3339, UTC)

Exemplo:

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