v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFunds recovery
Cancel funds recovery [beta]
Cancel funds recovery
Statuses that allow cancellation:
| Status | Can Cancel? | Note |
|---|---|---|
| CREATED | Yes | Before any processing |
| TRACKED | Yes | After graph creation |
| AWAITING_ANALYSIS | Yes | During analysis period (7 days) |
| ANALYSED | Yes | After analysis completed, before refund |
| REFUNDING | No | Refunds already started - irreversible process |
| COMPLETED | No | Process already finished |
When a recovery is cancelled:
- Status changes to CANCELLED
- All linked infraction notifications are automatically cancelled
- Receiver PSPs must unblock the resources that were blocked
- Tracking graph remains available for audit
- Process cannot be undone (but new recovery can be created)
Thie endpoint generates a Pix funds recovery status changed event.
post/v1/pix/funds-recoveries/{funds_recovery_id}/cancel
Path parameters
funds_recovery_idstring required
Funds recovery identifier.
Returned from the Create funds recovery endpoint.
Response
OK - synchronous success
Example response
{
"id": "53D0F66A-BAB0-49D7-B7DC-807B82AABD8D",
"status": "CREATED",
"updated_at": "2020-08-13T13:49:03Z"
}