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

    PrepaymentV2Loan

    CCB com parcelas a antecipar

    {
        "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