Create fraud marker

Creates a fraud marker.

On PSP timeout, a 202 Accepted response is returned with a fraud marker ID. The process continues asynchronously and, if it doesn't succeed, a failure event is emitted.

This endpoint generates a Fraud Marker registration event or failure event.

Body Params

Fraud Marker

string
required

User's tax ID number (CPF or CNPJ) associated with the fraud marker.

string
enum
required

Type of fraud. For fraud marking coming from infraction reports closed in API V1, the value UNKNOWN will appear.

Allowed:
string
length ≤ 77

Key associated with fraud marker. It must be reported, if known

Headers
string
required

Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.

string
required

A unique UUID identifier to ensure the operation remains idempotent, allowing for operation repitition without causing unintended effects or duplication. An idempotent operation is one that can be applied multiple times, yet the outcome remains the same. it ensures that network errors, retries, or failures can occur without introducing inconsistencies.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json