Iorq Public Routes
  1. Schemas
Iorq Public Routes
  • AUTH
    • Token de acesso
      POST
  • CCB
    • Cessão de CCB
    • Renegociação de CCB
    • Cessão de CCB com Documentos de Lastro
    • Recompra de CCB
    • Atualização de status de instrumento financeiro
    • Liquidação de parcelas
    • Liquidação antecipada de parcelas
  • Webhook
    • Create Webhook
    • List Webhooks
    • Get Webhook By Id
    • Update Webhook
  • Webhook Outgoing
    • Payload enviado para a URL do webhook registrado pelo cliente
  • Esquemas
    • Schemas
      • TokenRequest
      • TokenResponse
      • WebhookBase
      • OperationData
      • Address
      • Borrower
      • Cosigner
      • InstallmentLoanRequest
      • Installment
      • BackingDocument
      • CreateLoanRequest
      • RepurchaseLoanRequest
      • SettleInstallmentRequest
      • PrepaymentInstallment
      • InstallmentPrepaymentRequest
      • WebhookCreateSchema
      • WebhookCreateResponseSchema
      • WebhookResponse
      • WebhookUpdateSchema
      • GetAllWebhookResponse
      • HTTPValidationError
      • ValidationError
      • LoanIdentification
      • BaseLoanRequest
      • LoanRenegotiationRequest
      • LoanStatusUpdateRequest
      • WebhookPayload
  1. Schemas

LoanRenegotiationRequest

{
    "fund_id": "374485cf-f6df-467c-b91d-9f14082c6f36",
    "renegotiated_loans": [
        {
            "originator_proposal_code": "34586674"
        }
    ],
    "new_loan": {
        "originator_proposal_code": "34586674",
        "banker_cnpj": "34337707000100",
        "product_type": "financing",
        "banker_proposal_code": "12312345453",
        "ipoc": "903377072215613374214000056026604",
        "number_of_installments": 4,
        "acquisition_value": 3418,
        "interest_rate_monthly": 7.65,
        "acquisition_rate_monthly": 5,
        "late_interest_rate": 1,
        "late_fine_rate": 5,
        "iof_value": 46.62,
        "fee_value": 13.67,
        "tac_value": 30,
        "cet_monthly": 8.856983,
        "days_base_year": 252,
        "days_base_month": 21,
        "capitalization_frequency": "daily",
        "date_issued": "2025-03-30",
        "borrower": {
            "cpf": "12345678912",
            "name": "Ana Clara Mendonça",
            "birth_date": "1990-12-05",
            "gender": "female",
            "phone": "5511987654321",
            "email": "ana.mendonca@digitalbank.com.br",
            "address": {
                "city": "São Paulo",
                "state": "SP",
                "number": "1000",
                "street": "Av. Paulista",
                "complement": "Apt 801",
                "postal_code": "01310300",
                "neighborhood": "Bela Vista"
            },
            "additional_data": [
                {
                    "type": "rating",
                    "value": "A"
                },
                {
                    "type": "rating_unico",
                    "value": "80"
                },
                {
                    "type": "store_id",
                    "value": "1234567"
                },
                {
                    "type": "serasa_score",
                    "value": "999"
                }
            ]
        },
        "cosigners": [
            {
                "cpf": "12345678912",
                "name": "Roberto Henrique Lima",
                "birth_date": "1985-07-18",
                "gender": "male",
                "phone": "5511965432198",
                "email": "roberto.lima@financegroup.com.br",
                "address": {
                    "city": "São Paulo",
                    "state": "SP",
                    "number": "1000",
                    "street": "Av. Paulista",
                    "complement": "Apt 801",
                    "postal_code": "01310300",
                    "neighborhood": "Bela Vista"
                },
                "related_person": {
                    "name": "Ana Clara Mendonça",
                    "birth_date": "1990-12-05",
                    "cpf": "12345678912",
                    "gender": "female",
                    "phone": "5511987654321",
                    "email": "ana.mendonca@digitalbank.com.br"
                },
                "additional_data": [
                    {
                        "type": "rating",
                        "value": "A"
                    },
                    {
                        "type": "rating_unico",
                        "value": "80"
                    },
                    {
                        "type": "store_id",
                        "value": "1234567"
                    },
                    {
                        "type": "serasa_score",
                        "value": "999"
                    }
                ]
            }
        ],
        "installments": [
            {
                "code": "1",
                "due_date": "2025-04-30",
                "face_value": 1023.94,
                "acquisition_value": 975.18,
                "nosso_numero": "1001"
            }
        ],
        "backing_documents": [
            {
                "type": "NF",
                "value": "35190503817234000154550010000165891370002568"
            }
        ],
        "operation_data": [
            {
                "type": "banker_cnpj",
                "value": "34337707000100"
            }
        ]
    }
}
Built with