Additional Services
Expire proposals
Expire proposals
- Expires proposals that were previously created
- NOTE: Client_id is blocked if this call is made to the same CPF over 50 times in the same hour
- Expira propostas que foram criadas anteriormente
- OBS: Client_id é bloqueado caso esta chamada seja realizada para o mesmo CPF acima de 50 vezes na mesma hora
post/v2.1/process/expire_proposals/{id}
Path parameters
idstring required
Pipeline id
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"
}
]
}