---
title: "Criar notificação de infração."
method: POST
path: "/pix/branches/{branch}/accounts/{account}/infractions"
tags: ["Notificação de Infração"]
---

# Criar notificação de infração.

`POST /pix/branches/{branch}/accounts/{account}/infractions`

Utilize este endpoint para criar uma nova notificação de infração.

## Path parameters

- `branch` string, ^[0-9]{1,4}$, required
- `account` string, ^[0-9]{1,20}$, required

## Parameters

- `#/paths/~1pix~1claims/get/parameters/0` — unresolved $ref
- `#/paths/~1pix~1claims/get/parameters/2` — unresolved $ref
- `#/paths/~1pix~1claims/get/parameters/3` — unresolved $ref
- `#/paths/~1pix~1claims/get/parameters/1` — unresolved $ref

## Request body

- CreateInfractionReportRequest
  - `endToEndId` string, required — EndToEndId da transação a ser contestada por possível fraude.
  - `situation` 'Scam' | 'AccountTakeover' | 'Coercion' | 'FraudulentAccess' | 'Other' | 'Unknown', required — Tipo de situação que deu origem à recuperação de valores. * `Scam` Golpe/estelionato * `AccountTakeover` Transação não autorizada * `Coercion` Crime de coerção * `FraudulentAccess` Acesso e autorização fraudulenta * `Other` Outros * `Unknown` Desconhecido
  - `description` string — Detalhes que possam ajudar o PSP contraparte na análise. Obrigatório caso situation igual à Other.
  - `requestDate` string, date-time, required — Data e hora da solicitação do cliente pagador.

## Response `201`

Retorno de criação com sucesso.

- InfractionReportCreatedResponse
  - `protocol` object, required — Objeto do protocolo.
    - `number` string, required — Protocolo gerado da solicitação de recuperação de valores.
    - `openDate` string, date-time, required — Data e hora da criação da solicitação de recuperação de valores.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `422` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/bankly/apis/autentica-o.md) · [All operations](https://skmtc.net/bankly/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bankly/autentica-o/revisions/e20afa10cd0e/schema)
