Skip to main content
POST
Crear recuperación de fondos DICT

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json

DICT MED 2.0 funds-recovery to create locally and report to BACEN (createFundsRecovery)

participantISPB
string
requerido

ISPB (8 numeric digits) of the participant reporting the funds recovery; gated to the calling direct's scope

Ejemplo:

"12345678"

rootTransactionId
string
requerido

BACEN end-to-end identifier (E2E ID) of the originating fraudulent transaction; BACEN dedups a recovery per RootTransactionId

Ejemplo:

"E1234567820260614ABCDEFGHIJKLMNO"

situationType
string
requerido

MED 2.0 situation classification: SCAM, ACCOUNT_TAKEOVER, COERCION, FRAUDULENT_ACCESS, OTHER, or UNKNOWN

Ejemplo:

"SCAM"

Respuesta

Created

Persisted local DICT funds-recovery record

createdAt
string
requerido

Record creation timestamp (RFC 3339, UTC)

Ejemplo:

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

id
string
requerido

Server-assigned local funds-recovery record UUID

Ejemplo:

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

reportStatus
string
requerido

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

Ejemplo:

"SENT"

rootTransactionId
string
requerido

BACEN end-to-end identifier (E2E ID) of the originating fraudulent transaction

Ejemplo:

"E1234567820260614ABCDEFGHIJKLMNO"

situationType
string
requerido

MED 2.0 situation classification

Ejemplo:

"SCAM"

status
string
requerido

Local funds-recovery lifecycle state: CREATED, AWAITING_ANALYSIS, ANALYSED, REFUNDING, COMPLETED, or CANCELLED

Ejemplo:

"CREATED"

updatedAt
string
requerido

Last update timestamp (RFC 3339, UTC)

Ejemplo:

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