Skip to main content
POST
Create a Fraud Marker

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
taxIdNumber
string
requerido

CPF or CNPJ of the person/entity being marked.

Ejemplo:

"12345678901"

fraudType
enum<string>
requerido

Type of fraud.

Opciones disponibles:
APPLICATION_FRAUD,
MULE_ACCOUNT,
SCAMMER_ACCOUNT,
OTHER
Ejemplo:

"MULE_ACCOUNT"

key
string

Optional Pix key associated with the fraud.

Ejemplo:

"fraud@example.com"

Respuesta

Fraud marker created successfully.

id
string

Unique identifier.

Ejemplo:

"019c96a0-0cfd-7d0d-8fc5-17a164b828b6"

document
string

CPF or CNPJ.

Ejemplo:

"12345678901"

fraudType
enum<string>

Type of fraud.

Opciones disponibles:
APPLICATION_FRAUD,
MULE_ACCOUNT,
SCAMMER_ACCOUNT,
OTHER
Ejemplo:

"MULE_ACCOUNT"

key
string

Associated Pix key.

Ejemplo:

"fraud@example.com"

status
enum<string>

Current status.

Opciones disponibles:
REGISTERED,
CANCELLED
Ejemplo:

"REGISTERED"

createdAt
string<date-time>
Ejemplo:

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

updatedAt
string<date-time>
Ejemplo:

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