v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
CAAS

Simulation CAAS

Simulation CAAS

  • Insira os dados da requisição para que a simulação possa ser feita.
  • NOTE: The simulation is done according to the type of product.
  • Enter the request data so that the simulation can be carried out.
  • OBS: A simulação é feita de acordo com o tipo do produto.
post/caas/simulation

Request body

personTypestring

Pessoa física ou jurídica

tax_numberstring

CPF ou CNPJ

valueinteger

Valor solicitado

onlySimulationboolean

Somente simulação

product_idinteger

ID do produto

release_datestring

Data da solicitação

due_datestring

Data de vencimento

monthlyTaxinteger

Taxa mensal

installmentsinteger

Número de parcelas

Example request

{
  "personType\"": "F",
  "tax_number\"": "70343708180",
  "value\"": 4500,
  "onlySimulation\"": true,
  "product_id\"": 1,
  "release_date\"": "2023-11-24",
  "due_date\"": "2023-11-29",
  "monthlyTax\"": 8.99,
  "installments\"": 1
}

Response

Pipeline

idstring

ID do processo

status'SIGNUP_ANALISIS' | 'SIGNUP_COMPLETED' | 'SIGNUP_DENIED' | 'PROPOSAL_ANALISIS' | 'PROPOSAL_CREATED' | 'PROPOSAL_DENIED'

Status do processo

cpfinteger

CPF do usuario

namestring

Nome do usuario

dateCreatedstring

Data criação do processo

lastUpdatedstring

Ultima atualização do processo

Example response

{
  "matches": [
    {
      "product_id": 684984,
      "name": "EMPRÉSTIMO PESSOAL",
      "logo": "url",
      "minValue": 500,
      "maxValue": 50000,
      "minInstallment": 12,
      "maxInstallment": 36,
      "monthlyTax": 0.059
    }
  ],
  "proposals": [
    {
      "customerServiceNumber": "20190805062216",
      "type": "loan",
      "product": "EMPRÉSTIMO PESSOAL",
      "hasDocuments": false,
      "lastStatus": "EM_ANALISE_OPERACIONAL",
      "dateCreated": "2019-08-05T21:22:19Z",
      "lastUpdated": "2019-08-05T21:22:22Z",
      "value": 50000,
      "installments": 36,
      "monthlyTax": 0.059,
      "installmentsValue": 3490.77,
      "iofValue": 1652.59988,
      "grossValue": 51652.6,
      "firstPaymentDate": "2019-09-04T21:22:16Z",
      "cet": 1.052660058382551,
      "releasedDate": "2019-08-05T21:22:16Z"
    }
  ]
}