Iorq Public Routes
    • AUTH
      • Token de acesso
        POST
    • Cessão de CCB
      • Cessão de CCB com Documentos de Lastro
        POST
      • Listar CCBs por Filtro
        GET
    • Renegociação
      • Renegociação de CCB (sem documento assinado)
        PATCH
      • Anexar documentos a uma CCB existente
        POST
      • Renegociação de CCB com Documentos de Lastro
        PATCH
    • Antecipação
      • Antecipação de parcelas — multi-CCB (v2)
      • Liquidação antecipada de parcelas
    • Recompra
      • Recompra de CCB
    • Webhook
      • Cadastrar Webhook
      • Listar Webhooks
      • Consultar Webhook por ID
      • Atualizar Webhook
    • Webhook Outgoing
      • Payload enviado para a URL do webhook registrado pelo cliente
    • Esquemas
      • Schemas
        • TokenRequest
        • WebhookBase
        • OperationData
        • Address
        • Borrower
        • Cosigner
        • InstallmentLoanRequest
        • Installment
        • BackingDocument
        • CreateLoanRequest
        • BaseLoanRequest
        • DocumentInformation
        • LoanFilesRequest
      • TokenResponse
      • RepurchaseLoanRequest
      • SettleInstallmentRequest
      • PrepaymentInstallment
      • PrepaymentIdentifier
      • InstallmentPrepaymentRequest
      • WebhookCreateSchema
      • WebhookCreateResponseSchema
      • WebhookResponse
      • WebhookUpdateSchema
      • InstallmentPrepaymentV2Request
      • GetAllWebhookResponse
      • PrepaymentV2Loan
      • HTTPValidationError
      • PrepaymentV2Installment
      • ValidationError
      • PrepaymentV2InstallmentIdentifier
      • LoanIdentification
      • LoanRenegotiationRequest
      • LoanStatusUpdateRequest
      • WebhookPayload

    InstallmentPrepaymentV2Request

    Requisição de antecipação multi-CCB (v2)

    {
        "fund_id": "374485cf-f6df-467c-b91d-9f14082c6f36",
        "due_date": "2025-06-30",
        "total_prepayment_amount": 2000,
        "loans": [
            {
                "identifier": {
                    "originator_proposal_code": "34586674",
                    "banker_proposal_code": "BNK-2025-001"
                },
                "code": "prepay_001",
                "prepayment_installments": [
                    {
                        "identifier": {
                            "nosso_numero": "1001",
                            "code": "1"
                        },
                        "prepayment_amount": 1000
                    }
                ]
            }
        ]
    }
    Built with