Skip to main content
POST
Create DICT funds recovery

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json

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

participantISPB
string
required

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

Example:

"12345678"

rootTransactionId
string
required

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

Example:

"E1234567820260614ABCDEFGHIJKLMNO"

situationType
string
required

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

Example:

"SCAM"

Response

Created

Persisted local DICT funds-recovery record

createdAt
string
required

Record creation timestamp (RFC 3339, UTC)

Example:

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

id
string
required

Server-assigned local funds-recovery record UUID

Example:

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

reportStatus
string
required

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

Example:

"SENT"

rootTransactionId
string
required

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

Example:

"E1234567820260614ABCDEFGHIJKLMNO"

situationType
string
required

MED 2.0 situation classification

Example:

"SCAM"

status
string
required

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

Example:

"CREATED"

updatedAt
string
required

Last update timestamp (RFC 3339, UTC)

Example:

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