Skip to main content
cURL
curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/Bureau/ConsultaFraudeQuodRufra \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "consulta": {
    "documento": "<string>",
    "chavePix": "<string>",
    "email": "<string>",
    "celularUsuario": {
      "codigoPais": "<string>",
      "ddd": "<string>",
      "numero": "<string>"
    }
  }
}'
{
  "msg": "<string>",
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "hasError": true,
  "falha": true,
  "json": "<string>"
}
Through this endpoint, you will have access to the Rufra database, which gathers unified information on fraud and scam reports. To perform your query, it is mandatory to send the customer’s document. In addition, you can include optional information, such as Pix Key, email and cell phone, to obtain more complete results. QUOD uses intelligence in its database and analyzes interoperability data from other institutions, always ensuring an updated and complete return.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

consulta
object

Response

Success

msg
string | null
messages
object[] | null
hasError
boolean
falha
boolean
json
string | null
I