v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBUpdate funds recovery
Update some funds recovery fields.
Note: The update is only possible when the record is in CREATED, TRACKED, or AWAITING_ANALYSIS states.
Headers
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Organization/tenant ID
Pismo account ID
A unique ID to ensure the operation remains idempotent, allowing for operation repitition without causing unintended effects or duplication. An idempotent operation is one that can be applied multiple times, yet the outcome remains the same. it ensures that network errors, retries, or failures can occur without introducing inconsistencies.
The Correlation ID UUID field links related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. If not passed, this field is automatically generated.
Request body
Example request
{
"id": "53D0F66A-BAB0-49D7-B7DC-807B82AABD8D",
"contact_information": {
"phone": "551154874551",
"email": "polly_ester@email.com"
},
"report_details": "Details that can help the receiving participant to analyze the suspected violation"
}Response
OK - success