v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFunds recovery
Get funds recovery [beta]
Get a funds recovery.
Customers should use this endpoint to monitor and track progress, such as checking status after asynchronous operations or audit closed cases.
get/v1/pix/funds-recoveries/{funds_recovery_id}
Path parameters
funds_recovery_idstring required
Funds recovery identifier.
Returned from the Create funds recovery endpoint.
Query parameters
useProviderboolean
Query directly from DICT or do a faster local query with automatic fallback to DICT? Default is false.
Response
OK - success
Example response
{
"id": "53D0F66A-BAB0-49D7-B7DC-807B82AABD8D",
"status": "CREATED",
"root_transaction_id": "E1234567890123456789012345678901",
"reporter_participant": "12345678",
"contact_information": {
"phone": "551154874551",
"email": "polly_ester@email.com"
},
"report_details": "Details that can help the receiving participant to analyze the suspected violation",
"created_at": "2020-08-13T13:49:03Z",
"updated_at": "2020-08-13T13:49:03Z"
}