Get a FundsRecovery record by ID

Retrieves a single PIX MED FundsRecovery record by UUID. Access is scoped to records where the local PSP is the reporter. Bacen citation: DICT API v2.10.1 §4.2.4 (mgmt/bacen-docs/med/Guia_MED.pdf, SHA256:d9daabc5).

Path Parameters
  • id
    Type: string Format: uuid
    required

    UUID of the FundsRecovery record to retrieve

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/api/v1/funds-recovery/{id}
curl http://localhost:8080/api/v1/funds-recovery/123e4567-e89b-12d3-a456-426614174000 \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "transactionId": "string",
  "status": "CREATED",
  "participantIspb": "string",
  "situationType": "SCAM",
  "reportDetails": null,
  "contactEmail": null,
  "contactPhone": null,
  "trackingParameters": {
    "minTransactionAmount": 0.01,
    "maxTransactions": 1,
    "hopWindow": "PT24H",
    "maxHops": 1
  },
  "effectiveRefundedAmount": null,
  "createdAt": "2026-07-29T19:28:46.556Z",
  "lastModified": "2026-07-29T19:28:46.556Z"
}