Pular para o conteúdo principal

Webhooks


Reprovado na Elegibilidade

STATUS
Denied by Eligibility
Webhook Body
{
"data":{
"assignment_external_id": "ac597f90-a13e-4f78-86f0-11c66f5fa6d6",
"asset_external_id": "1caff47c-bd05-48b0-a6bc-9569f5070f6b",
"asset_new_status": "denied",
},
"webhook_type":"trade_receivables.asset_status_change",
"webhook_datetime":"2024-04-23T15:08:30Z"
}

Aprovado na Elegibilidade e Pendente Documentação

STATUS
Pending documentation
Webhook Body
{
"data":{
"assignment_external_id": "ac597f90-a13e-4f78-86f0-11c66f5fa6d6",
"asset_external_id": "1caff47c-bd05-48b0-a6bc-9569f5070f6b",
"asset_new_status": "pending_documentation",
},
"webhook_type":"trade_receivables.asset_status_change",
"webhook_datetime":"2024-04-23T15:08:30Z"
}

Ativo descartado

STATUS
Discarded
Webhook Body
{
"data":{
"assignment_external_id": "ac597f90-a13e-4f78-86f0-11c66f5fa6d6",
"asset_external_id": "1caff47c-bd05-48b0-a6bc-9569f5070f6b",
"asset_new_status": "discarded",
},
"webhook_type":"trade_receivables.asset_status_change",
"webhook_datetime":"2024-04-23T15:08:30Z"
}

Webhook de ativo criado.

STATUS
Pending documentation
Webhook Body
{
"data":{
"assignment_external_id": "ac597f90-a13e-4f78-86f0-11c66f5fa6d6",
"asset_external_id": "1caff47c-bd05-48b0-a6bc-9569f5070f6b",
"asset_new_status": "pending_eligibility",
"asset_payload": {
"premiums":[
{
"total_value":1.2,
"premium_type":"spread"
}
],
"asset_type":"ccb",
"deductions":[

],
"credit_operation":{
"delay":{
"fine":{
"amount":0.0,
"fine_type":"percentage"
},
"interest":{
"method":"compound",
"pre_fixed":{
"monthly_rate":0.0,
"calendar_base":"workdays"
}
}
},
"borrower":{
"name":"João Pereira",
"email":"exemplo3@gmail.com",
"phone":{
"number":"948386674",
"area_code":"11"
},
"address":{
"uf":"SP",
"city":"São Paulo",
"number":"84",
"street":"RUA GILBERTO SABINO",
"country":"BRA",
"postal_code":"05425-020",
"neighborhood":"Pinheiros"
},
"person_type":"natural_person",
"natural_person":{
"birthdate":"1970-02-18",
"mother_name":"Natalia Nascimento"
},
"document_number":"926.857.750-05"
},
"contract":{
"cet":0.0314,
"number":"0032226586/NNT",
"iof_value":3.04,
"issue_date":"2024-04-24",
"issue_value":93.05,
"signature_date":"2024-04-24",
"disbursement_date":"2024-04-24",
"disbursement_value":62.1
},
"pre_fixed":{
"monthly_rate":0.0179,
"calendar_base":"calendar_365"
},
"external_id":"1caff47c-bd05-48b0-a6bc-9569f5070f6b",
"installments":[
{
"face_value":30.81,
"maturity_date":"2025-02-01",
"installment_number":1
},
{
"face_value":26.19,
"maturity_date":"2026-02-01",
"installment_number":2
},
{
"face_value":29.68,
"maturity_date":"2027-02-01",
"installment_number":3
},
{
"face_value":23.74,
"maturity_date":"2028-02-01",
"installment_number":4
},
{
"face_value":28.49,
"maturity_date":"2029-02-01",
"installment_number":5
},
{
"face_value":19.94,
"maturity_date":"2030-02-01",
"installment_number":6
},
{
"face_value":13.96,
"maturity_date":"2031-02-01",
"installment_number":7
},
{
"face_value":13.03,
"maturity_date":"2032-02-01",
"installment_number":8
}
],
"principal_value":93.05,
"amortization_type":"price",
"interest_rate_type":"pre_fixed",
"originator_document_number":"40.940.511/0001-08"
},
"total_purchase_value":94.86
}
},
"webhook_type":"trade_receivables.asset_creation",
"webhook_datetime":"2024-04-23T15:08:30Z"
}