Credit Request
Get proposal status by pipeline_id
Get proposal status by pipeline_id
- Get proposal status by pipeline_id linked to client
- NOTE: Client_id is blocked if this call is made to the same CPF over 50 times in the same hour
- Pegar o status de uma proposta pelo pipeline_id vinculado ao cliente
- OBS: Client_id é bloqueado caso esta chamada seja realizada para o mesmo CPF acima de 50 vezes na mesma hora
get/v2/proposal/status/{id}
Path parameters
idstring required
Response
Success
Example response
{
"lastUpdated": "2021-09-28T19:48:00.827Z",
"dateCreated": "2021-09-28T19:47:59.907Z",
"name": "Fernanda Fernandes Nobraga",
"cpf": 86,
"id": "1k7ps6kh59uglulg6um64a75b965c29406d97b7d545b1d15b59",
"proposals": [
{
"releasedDate": null,
"product": "Empréstimo em Conta de Consumo PIKI",
"monthlyCet": null,
"product_id": 4278367,
"hasContracts": false,
"firstPaymentDate": null,
"installmentsValue": null,
"type": "loan",
"lastUpdated": "2021-09-28T19:48:02.707Z",
"dateCreated": "2021-09-28T19:48:00.822Z",
"cet": null,
"customerServiceNumber": "20210928194800754004001",
"installments": 12,
"iofValue": null,
"grossValue": null,
"logo": "imagem.png",
"monthlyTax": 0.1,
"value": 15.55,
"hasDocuments": false,
"lastStatus": "EXPIRADO"
}
],
"uuid": "ebf14d7a-0902-4486-957d-1e304e6e0994",
"status": "PROPOSAL_CREATED"
}