v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Funds recovery

List funds recovery infractions [beta]

Get a list of infractions for a funds recovery

get/v1/pix/funds-recoveries/{funds_recovery_id}/infractions

Path parameters

funds_recovery_idstring required

Funds recovery identifier.

Returned from the Create funds recovery endpoint.

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

List funds recovery infractions response

response_date_timestring date-time

Response date time. RFC 3339 date-time value.

Example response

{
  "response_date_time": "2020-08-13T13:49:03Z",
  "infractions": [
    {
      "id": "cfdff46e-5d58-45b8-b7aa-591a65f74444",
      "transaction_id": "E9999901012341234123412345678900",
      "reason": "REFUND_REQUEST",
      "situation_type": "SCAM",
      "status": "OPEN",
      "reporter_participant": "78265328",
      "counterparty_participant": "78265328",
      "creation_time": "2020-08-13T13:49:03Z",
      "last_modified": "2020-08-13T13:49:03Z",
      "details": "Details about infraction",
      "contact_information": {
        "phone": "551154874551",
        "email": "polly_ester@email.com"
      },
      "funds_recovery_id": "53D0F66A-BAB0-49D7-B7DC-807B82AABD8D",
      "infraction_amount": 1050.44,
      "fraud_marker_id": "ea8bc045-9ff7-439f-a318-2e6f974707a5"
    }
  ]
}