---
title: "Update funds recovery"
method: PATCH
path: "/v1/pix/funds-recoveries/:funds_recovery_id"
tags: ["Funds recovery"]
---

# Update funds recovery

`PATCH /v1/pix/funds-recoveries/:funds_recovery_id`

Update some funds recovery fields. 

**Note:** The update is only possible when the record is in `CREATED`, `TRACKED`, or `AWAITING_ANALYSIS` states.

## Headers

- `Authorization` string, required
- `x-tenant` string, required
- `x-account-id` string
- `Idempotency-Key` string, required
- `x-cid` string

## Request body

- FundsRecoveryUpdateRequest
  - `id` string, required — Funds recovery identifier. Returned from the [Create funds recovery](https://developers.pismo.io/pismo-docs/reference/post-create-funds-recovery) endpoint.
  - `contact_information` ContactInformation
    - `phone` string, required — Contact phone number
    - `email` string, required — Contact email
  - `situation_type` 'SCAM' | 'ACCOUNT_TAKEOVER' | 'COERCION' | 'FRAUDULENT_ACCESS' | 'OTHER' | 'UNKNOWN' — Situation type: * `SCAM` - Scam/fraud through social engineering * `ACCOUNT_TAKEOVER` - Unauthorized transaction without digital authentication * `COERCION` - Coercion crime (kidnapping, extortion) * `FRAUDULENT_ACCESS` - Fraudulent access and authorization (phishing, stolen password) | * `OTHER` - Other cases. This option **REQUIRES** you pass `report_details`. * `UNKNOWN` - Unknown state
  - `report_details` string — Details about report

## Response `202`

OK - success

## Other responses

- `403` — The request has been lost
- `500` — Internal Server Error
- `502` — Bad Gateway
- `504` — Gateway timeout

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
