v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBInfraction reports
Update infraction report (outdated)
This endpoint is outdated and no longer works. It is recommended you call Update funds recovery.
Update some infraction report fields. Fields not passed are not updated.
To call this endpoint, the infraction report status is REQUIRED to be OPEN or ACKNOWLEDGED.
The endpoint generates a Pix infraction status changed event.
patch/v2/pix/infraction-reports/{id}
Path parameters
idstring uuid required
Infraction report ID
Headers
Authorizationstring required
Example:Bearer eyJhbGci...IUzUx
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.
Response
Accepted
Example response
{
"code": "EPDA0001",
"details": {
"external": [
{
"code": "PBE315",
"message": "Generic error"
}
],
"parameters": [
{
"field": "query parameter",
"message": "Generic error"
}
],
"payload": [
{
"field": "Entity.field",
"message": "Generic error"
}
]
},
"message": "User not found"
}