---
title: "KYC BET"
method: POST
path: "/kycbet"
tags: ["KYC BET"]
---

# KYC BET

`POST /kycbet`

## Request body

- object
  - `Consulta` object
    - `IdConsulta` string, required
    - `CpfCnpj` string, required
    - `TempEspera` string

## Response `200`

Resposta da consulta.
- Código 1: Sucesso.
- Código 2: Dado não encontrado na base de dados.
- Código 3: Erro na consulta.
- Código 4: Titular do CPF - Menor de Idade.

- object
  - `CONSULTA` object
    - `CODIGORESPOSTA` string
    - `DATAHORA` string, date-time
    - `LOGON` string
    - `IDCONSULTA` string
  - `RESPOSTA` object
    - `CODIGO` string
    - `KYCBET` object
      - `PFRECEITAFEDERALXPFDADOSBASICOS` object
        - `CREDIFY_DADOSBASICOS` object
          - `FLAG_MENOR` string
          - `CPFCNPJ` string
          - `NOMECOMPLETO` string
          - `NOME` string
          - `SOBRENOME` string
          - `NASCFUND` string
          - `SEXO` string
          - `NOMEMAE` string
          - `SIGNO` string
          - `IDADE` string
          - `OBITO` string
        - `RECEITAFEDERAL_DADOS` object
          - `MSG` string
          - `FLAG_MENOR` string
          - `ORIGEM` string
          - `STATUS_BASE` string
          - `NOMECOMPLETO` string
          - `NOME` string
          - `SOBRENOME` string
          - `NOME_ALTERADO` string
          - `DATA_NASCIMENTO` string
          - `HORA_CONSULTA` string
          - `NOME_SOCIAL_COMPLETO` string
          - `NOME_SOCIAL` string
          - `SOBRENOME_SOCIAL` string
          - `DATA_CADASTRO` string
          - `ESTA_MORTO` string
          - `ANO_MORTE` string
          - `DATA_CONSULTA` string
      - `PEP` object
        - `FLAG_PEP` string
        - `NOME` string
        - `FUNCAO` string
        - `NIVEL` string
        - `ORGAO` string
        - `DATAINICIO` string
        - `DATAFIM` string
        - `DATAFIMCARENCIA` string
        - `FLAG_PARENTESCO` string
        - `GRAU_VINCULO` string
      - `ESPORTISTA` object
        - `FLAG_ESPORTISTA` string
        - `APELIDO` string
        - `MODALIDADE` string
        - `FUNCAO` string
        - `NOME` string
        - `EQUIPE` string
        - `PAIS` string
        - `FLAG_PARENTESCO` string
        - `GRAU_VINCULO` string
      - `BOLSAFAMILIA` object
        - `FLAG_BOLSAFAMILIA` string
      - `KYCBETINT` object
        - `CONSULTA01` string
        - `CONSULTA02` string
        - `CONSULTA03` string
        - `CONSULTA04` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/credify/apis/credify-api-auth.md) · [All operations](https://skmtc.net/credify/apis/credify-api-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credify/credify-api-auth/revisions/c8c11484ec88/schema)
