Get a MED infraction
Returns a single detected infraction by its idRelatoInfracao GUID from the local projection. An unknown id returns a coded 404.
Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Path Parameters
The infraction GUID.
Response
OK
Upstream creation timestamp (RFC 3339 UTC).
Upstream last-modification timestamp (RFC 3339 UTC) — the poll watermark.
EndToEndId of the suspect payment.
Infraction GUID (the natural key).
Infraction motivo code (1=Solicitacao de devolucao, 2=Cancelamento da devolucao).
Human-readable infraction motivo label.
ISPB of the counterparty.
ISPB of the infraction creator.
stRelatoInfracao lifecycle code (0=Aberto, 1=Recebido, 2=Cancelado, 3=Analisado).
Human-readable stRelatoInfracao label.
Situation-origin code (0..5).
Human-readable tpSitOrigem label.
Free-text detail to help the recebedor analyse.
Analysis detail.
Fraud-marker GUID, when analysis produced one.
Value-recovery GUID, when the infraction came from a recovery.
Infraction analysis result (0=Aceita, 1=Rejeitada); null until analysed.
Human-readable infraction analysis-result label.
Amount to block on the account, in centavos; null when absent.

