Skip to main content
POST
Cancel an Infraction Report

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

infraction_id
string
requerido

Unique identifier of the infraction report (UUID format).

Respuesta

Infraction report cancelled successfully.

id
string

Unique identifier.

Ejemplo:

"019c96a0-0c98-799e-9135-4613ca469ad8"

transactionId
string

SPI transaction identifier.

Ejemplo:

"E12345678202411241430ABCDEFGHIJK"

status
enum<string>

Current status.

Opciones disponibles:
OPEN,
ACKNOWLEDGED,
CLOSED,
CANCELLED
Ejemplo:

"OPEN"

reason
string

Infraction reason.

Ejemplo:

"REFUND_REQUEST"

reporterParticipant
string

ISPB of the reporting participant.

Ejemplo:

"12345678"

counterpartyParticipant
string

ISPB of the counterparty.

Ejemplo:

"87654321"

analysisResult
string

BACEN analysis result.

Ejemplo:

"AGREED"

createdAt
string<date-time>
Ejemplo:

"2024-01-15T10:30:00Z"

updatedAt
string<date-time>
Ejemplo:

"2024-01-15T10:30:00Z"