Skip to main content
POST
Create a Fraud Marker

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json
taxIdNumber
string
obrigatório

CPF or CNPJ of the person/entity being marked.

Exemplo:

"12345678901"

fraudType
enum<string>
obrigatório

Type of fraud.

Opções disponíveis:
APPLICATION_FRAUD,
MULE_ACCOUNT,
SCAMMER_ACCOUNT,
OTHER
Exemplo:

"MULE_ACCOUNT"

key
string

Optional Pix key associated with the fraud.

Exemplo:

"fraud@example.com"

Resposta

Fraud marker created successfully.

id
string

Unique identifier.

Exemplo:

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

document
string

CPF or CNPJ.

Exemplo:

"12345678901"

fraudType
enum<string>

Type of fraud.

Opções disponíveis:
APPLICATION_FRAUD,
MULE_ACCOUNT,
SCAMMER_ACCOUNT,
OTHER
Exemplo:

"MULE_ACCOUNT"

key
string

Associated Pix key.

Exemplo:

"fraud@example.com"

status
enum<string>

Current status.

Opções disponíveis:
REGISTERED,
CANCELLED
Exemplo:

"REGISTERED"

createdAt
string<date-time>
Exemplo:

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

updatedAt
string<date-time>
Exemplo:

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