Crear un marcador de fraude
Se registra un marcador de fraude en DICT para el contribuyente identificado por taxIdNumber, vinculado opcionalmente a una clave Pix. requestId es la clave de idempotencia proporcionada por el solicitante. La repetición de un requestId con el mismo payload devuelve el mismo marcador; su repetición con un payload diferente se rechaza. El participante se determina a partir del tenant autenticado.
Autorizaciones
JWT bearer token issued by the identity provider.
Cuerpo
BCB DICT fraud type (UNKNOWN is read-only, never creatable)
APPLICATION_FRAUD, MULE_ACCOUNT, SCAMMER_ACCOUNT, OTHER "APPLICATION_FRAUD"
Caller-minted create idempotency key, forwarded verbatim to the provider
"3f2f6a52-a5b7-4f1a-9b0f-64d3f4b6c111"
CPF (11 digits) or numeric CNPJ (14 digits) being marked
"12345678901"
Optional Pix key tied to the marker. Maximum 77 BYTES UTF-8, not characters -- the schema deliberately does not declare maxLength (OpenAPI's maxLength counts characters, which would under-bound a multi-byte key); the byte-length limit is enforced at runtime (pkg/validation.ValidateDICTKeyLength).
"+5561999998888"
Respuesta
Fraud marker registered.
When the marker was registered at the provider (RFC 3339 UTC)
"2026-08-21T10:00:00Z"
APPLICATION_FRAUD, MULE_ACCOUNT, SCAMMER_ACCOUNT, OTHER, UNKNOWN "APPLICATION_FRAUD"
Directory fraud-marker id
"0b843bcc-7c1a-4a12-9c88-8d3a5d70e6a1"
When the marker was last modified at the provider (RFC 3339 UTC)
"2026-08-21T10:00:00Z"
REGISTERED, CANCELLED "REGISTERED"
CPF (11 digits) or numeric CNPJ (14 digits) marked
"12345678901"
The infraction report the provider created this marker from, when applicable
Pix key linked to the marker, when one was supplied on create
"+5561999998888"

