Suspected Fraud Query
Retrieves the suspected frauds by a conditional search.
Permission required: Create RS6 Query
JWT Authorization header using the Bearer scheme.
Your access token. See more in the 'Authentication' topic of this section.
Bearer YOUR_TOKENThe page number to request in paginated queries.
The start Date Time of consult, ISO 8621 format.
The end Date Time of consult, ISO 8621 format.
Suspected fraud query occurred successfully.
Human readable message informing about the operation.
Total amount of query results.
The total number of pages in a paginated response.
2The current page in a paginated response.
Suspected fraud query failed due to a bad request.
Unauthorized.
Suspected fraud query failed, but the request was processed by the API, just not by the peer.
Suspected fraud query failed due to an unexpected error in the API.
Suspected fraud query failed due to an unexpected error in the Peer.
POST /v1/rs6/query HTTP/1.1
Host: api.us.prd.caf.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"identifier": {
"data": "01234567890",
"type": "CPF"
},
"queryMode": "DEFAULT",
"page": 1,
"startDate": "2026-01-01T00:00:00.000Z",
"endDate": "2026-01-01T00:00:00.000Z"
}{
"message": "text",
"requestStatus": {
"status": "SUCCESS",
"token": "123e4567-e89b-12d3-a456-426614174000"
},
"amount": 1,
"occurrences": [
{
"data": {
"data_ultima_alteracao": "2026-01-01T00:00:00.000Z",
"instituicao_responsavel": {
"cnpj_origem": "text",
"razao_social_origem": "text"
},
"informacoes_bancarias_destino": {
"codigo_instituicao": 1,
"ispb": "text",
"agencia": "text",
"conta": {
"numero": "text",
"tipo": 1,
"titular": {
"documento": {
"tipo": 1,
"numero": "text"
},
"nome_completo_razao_social": "text",
"nome_fantasia": "text"
},
"documento_representante_legal": [
{
"tipo": 1,
"numero": "text"
}
]
},
"chave_pix": {
"tipo": 1,
"valor": "text"
},
"linha_digitavel_boleto": "text"
},
"informacao_executor": {
"nome": "text",
"razao_social": "text",
"documento": {
"tipo": 1,
"numero": "text"
},
"documento_representante_legal": [
{
"tipo": 1,
"numero": "text"
}
]
},
"informacao_reclamante": {
"documento": {
"tipo": 1,
"numero": "text"
},
"documento_representante_legal": [
{
"tipo": 1,
"numero": "text"
}
]
},
"registro": {
"data_hora": "2026-01-01T00:00:00.000Z",
"local": "text",
"canal": 1,
"atividade_relacionada": 1,
"classificacao": 1,
"motivo": "text",
"valor_transacao": 1,
"valor_contrato": 1,
"dispositivo": {
"identificacao": "text",
"ip": "0.0.0.0"
},
"envolvimento_reclamante": 1,
"modalidade_fraude": 1
}
},
"source": "INVALID_HUB",
"status": "SUSPECTED_FRAUD",
"token": "123e4567-e89b-12d3-a456-426614174000"
}
],
"totalPages": 2,
"currentPage": 1
}Options
Paginated Responses
Last updated

