Show Infraction

Show Infraction

get

This endpoint retrieves detailed information about a specific infraction by its ID.

scope: infractions.read

Path parameters
idstring · uuidRequired

The ID of the infraction

Example: 019764e0-4ab4-706a-b399-9c3d541689a3
Header parameters
AcceptstringOptionalExample: application/json
Content-TypestringOptionalExample: application/json
X-API-KeystringRequiredExample: {{API_KEY}}
Responses
200

Success

application/json
get
GET /banking/v1/infractions/{id} HTTP/1.1
Host: api.aurixpay.ws
X-API-Key: text
Accept: */*
{
  "id": "019885a6-2525-72d8-bd52-7d7e68ce4d74",
  "virtualAccountId": "01986866-ecb1-721c-91f4-b0039cfdbb6b",
  "endToEndId": "E10573521202508050347m4vIBNtubqE",
  "status": "WAITING_PSP",
  "type": "REFUND_REQUEST",
  "lastModificationDate": "2025-08-07T01:18:00.000000Z",
  "creationDate": "2025-08-07T01:17:09.000000Z",
  "reportedBy": "DEBITED_PARTICIPANT",
  "reportDetails": "Usuário pagador contestou a transação via fluxo formal previsto pelo MED. Favor avaliar se há indícios de fraude e, caso confirmado, efetuar a devolução do valor.",
  "analysisResult": null,
  "analysisDetails": null,
  "transactionAmount": {
    "currency": "BRL",
    "amount": 20
  },
  "attachments": [],
  "defenses": []
}