Skip to main content
POST
Create DICT infraction

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

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
required

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

Example:

"E1234567820260614ABCDEFGHIJKLMNO"

reason
string
required

Free-text justification for the infraction report

reportedByISPB
string
required

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

Example:

"12345678"

Response

Created

Persisted local DICT infraction record

createdAt
string
required

Record creation timestamp (RFC 3339, UTC)

Example:

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

endToEndId
string
required

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

Example:

"E1234567820260614ABCDEFGHIJKLMNO"

id
string
required

Server-assigned infraction record UUID

Example:

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

reason
string
required

Free-text justification for the infraction report

reportStatus
string
required

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

Example:

"SENT"

reportedByISPB
string
required

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

Example:

"12345678"

status
string
required

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

Example:

"OPEN"

updatedAt
string
required

Last update timestamp (RFC 3339, UTC)

Example:

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