Credit Request
Step 1 - Simple signup
Simple signup
- Make sign up of users (can return error if user already registered)
- NOTE: Client_id is blocked if this call is made to the same CPF more than 20 times in the same day
- Realiza o cadastro de usuários (pode retornar erro caso o usuario já esteja cadastrado)
- OBS: Client_id é bloqueado caso esta chamada seja realizada para o mesmo CPF acima de 20 vezes no mesmo dia
post/v2.1/process/simple_signup
Request body
Response
Pipeline
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"
}
]
}