Get a MED infraction from the JDPI base
Returns a single infraction by its idRelatoInfracao GUID read live from the JDPI base (JDPI relato-infracao/consultar, §8.2.18) — NOT from the local projection the sibling route serves, and NOT from the DICT-direct §8.2.38 query. The requesting ISPB is derived from the tenant binding. An unknown id returns a coded 404. Moves no money and persists nothing.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The infraction GUID.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
OK
JDPI creation timestamp (RFC 3339 UTC).
"2024-01-01T12:00:00.000Z"
JDPI last-modification timestamp (RFC 3339 UTC) — the poll watermark.
"2024-01-01T12:05:00.000Z"
EndToEndId of the suspect payment.
"E1234567820240101000000000000001"
Infraction GUID (the natural key).
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Infraction motivo code (1=Solicitacao de devolucao, 2=Cancelamento da devolucao).
1
Human-readable infraction motivo label.
"Solicitacao de devolucao"
ISPB of the counterparty.
"87654321"
ISPB of the infraction creator.
"12345678"
stRelatoInfracao lifecycle code (0=Aberto, 1=Recebido, 2=Cancelado, 3=Analisado).
0
Human-readable stRelatoInfracao label.
"Aberto"
Situation-origin code (0..5).
0
Human-readable tpSitOrigem label.
"Golpe/Estelionato"
Free-text detail to help the recebedor analyse.
"Suspected scam."
Analysis detail.
"Confirmed."
Fraud-marker GUID, when analysis produced one.
"c3d4e5f6-a7b8-9012-cdef-345678901234"
Value-recovery GUID, when the infraction came from a recovery.
"b2c3d4e5-f6a7-8901-bcde-f23456789012"
Infraction analysis result (0=Aceita, 1=Rejeitada); null until analysed.
0
Human-readable infraction analysis-result label.
"Aceita"
Amount to block on the account, in centavos; null when absent.
15000

