Skip to main content
POST
Cancel a Fraud Marker

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

fraud_marker_id
string
obrigatório

Unique identifier of the fraud marker (UUID format).

Resposta

Fraud marker cancelled 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"