---
title: "PUT /funds-recovery/{FundsRecoveryId}"
method: PUT
path: "/funds-recovery/{FundsRecoveryId}"
---

# PUT /funds-recovery/{FundsRecoveryId}

`PUT /funds-recovery/{FundsRecoveryId}`

## Path parameters

- `FundsRecoveryId` string, required

## Request body

- object
  - `situationType` 'SCAM' | 'COERCION' | 'FRAUDULENT_ACCESS' | 'OTHER' | 'UNKNOWN' | 'UNAUTHORIZED_TRANSACTION' — Tipo da fraude
  - `reportDetails` string — Detalhes da fraude que possa ajudar a análise do recebedor max. 2000 caracteres. Obrigatório se situationType = "OTHER".
  - `contactInformation` object — Informações de contato do PSP participante criador do registro.
    - `email` string, required — Deve seguir um padrão de e-mail. E-mail para contato.
    - `phone` string, required — Padrão: (Ex: +5511987654321). Telefone para contato.

## Response `200`

- object
  - `status` integer
  - `version` string
  - `body` object
    - `fundsRecoveryId` string
    - `status` string
    - `flowType` string
    - `rootEndToEnd` string
    - `situationType` string
    - `reportDetails` string
    - `contactInformation` object
      - `email` string
      - `phone` string
    - `creationTime` string
    - `lastModified` string
    - `trackingGraph` object
      - `minTransactionAmount` integer
      - `maxTransactions` integer
      - `hopWindow` string
      - `maxHops` integer

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
