Listar Infrações

Listar Infrações

get

Este endpoint recupera uma lista de infrações associadas a um comerciante específico.

scope: infractions.read

Header parameters
AcceptstringOptionalExample: application/json
Content-TypestringOptionalExample: application/json
X-API-KeystringRequiredExample: {{API_KEY}}
Responses
200

Sucesso

application/json
get
GET /banking/v1/infractions HTTP/1.1
Host: api.aurixpay.ws
X-API-Key: text
Accept: */*
{
  "data": [
    {
      "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": 100
      },
      "attachments": [],
      "defenses": [
        {
          "id": "0198aec1-22db-70b3-90c0-73e269ca6828",
          "defense_reason": "Customer received the product and signed the delivery receipt. I attached the photo of delivery and receipt.",
          "status": "PENDING",
          "rejection_reason": null,
          "created_at": "2025-08-15T17:22:29.000000Z",
          "updated_at": "2025-08-15T17:22:29.000000Z",
          "attachments": []
        },
        {
          "id": "0198aec1-2813-7129-975d-10c546d07c28",
          "defense_reason": "This was a duplicate charge. We already refunded the customer on July 24th. Check the refund receipt attached.",
          "status": "PENDING",
          "rejection_reason": null,
          "created_at": "2025-08-15T17:22:31.000000Z",
          "updated_at": "2025-08-15T17:22:31.000000Z",
          "attachments": []
        },
        {
          "id": "0198aec2-02eb-7143-970a-bedab327eaea",
          "defense_reason": "The service was delivered correctly. Customer is using it since day one and never complained. Can show the access logs if needed.",
          "status": "PENDING",
          "rejection_reason": null,
          "created_at": "2025-08-15T17:23:27.000000Z",
          "updated_at": "2025-08-15T17:23:27.000000Z",
          "attachments": []
        }
      ]
    },
    {
      "id": "019885a6-252c-720f-8ae9-6e088af13800",
      "virtualAccountId": "01986866-ecb1-721c-91f4-b0039cfdbb6b",
      "endToEndId": "E18236120202508050353s195f29eb6e",
      "status": "WAITING_PSP",
      "type": "REFUND_REQUEST",
      "lastModificationDate": "2025-08-06T02:22:01.000000Z",
      "creationDate": "2025-08-06T02:21:28.000000Z",
      "reportedBy": "DEBITED_PARTICIPANT",
      "reportDetails": "Reporte fraude: transação foi contestada formalmente pelo usuário pagador",
      "analysisResult": null,
      "analysisDetails": null,
      "transactionAmount": {
        "currency": "BRL",
        "amount": 500
      },
      "attachments": [],
      "defenses": []
    }
  ],
  "pagination": {
    "current_page": 1,
    "per_page": 15,
    "total": 2,
    "last_page": 1,
    "from": 1,
    "to": 2
  }
}