Konsi Consignado API & Open Finance Integration

Protocol analysis and Open Data integration for loan simulations, proposals, portabilidade and refinancing data—compliant API or source-code delivery for Brazil consignado workflows

From $300
OpenData · Open Finance Brasil · Protocol analysis · Consignado integration

Connect Konsi consignado loan and comparison data to your systems

Konsi is a Banco Central–regulated correspondente bancário that compares and contracts consignado (payroll-deducted) loans from 22+ Brazilian banks. The app holds valuable structured data: real-time rate comparisons, loan simulations, proposal status, portabilidade and refinancing options, and eligibility checks. In 2025 Konsi expanded tools such as the calculadora de margem consignável for margin simulation, aligning with Open Finance Brasil’s push for transparent, data-driven credit. We deliver protocol analysis and runnable API implementations so you can integrate simulation, proposal, and application-tracking data in line with LGPD and BCB expectations.

  • Loan simulations and rate comparison — Values, terms, CET, and monthly installments across banks for dashboards and pricing engines.
  • Proposal and application status — Proposal IDs, status, and contract metadata for CRM and loan-origination workflows.
  • Portabilidade and refinancing data — Transfer and refinance options with rates and “troco” (cash-out) for portfolio and risk analytics.
Loan simulation API — Request simulations by value, term, and profile (INSS, CLT, public servant); return offers with rate, CET, and installment; use for comparison engines or internal pricing tools.
Proposal and contract status — Query proposal status and contract milestones; feed loan-origination systems and compliance logs without manual checks.
Portabilidade and refinancing flows — List portabilidade and refinancing options with rates and conditions; support tools that notify users of better rates (as Konsi does in-app).
Eligibility and margin (margem consignável) — Check eligibility and available margin by benefit or employer; align with DATAPREV and bank consignado APIs for consistent data.
Multi-bank offer aggregation — Normalize offers from Banco do Brasil, Pan, Bradesco, Itaú Consignado, C6 Bank, and other partners into a single API for comparison and reporting.
Application tracking — Track application steps and disbursement status for reconciliation and customer communication.

Screenshots

Click any image to view full size.

Konsi screenshot 1 Konsi screenshot 2 Konsi screenshot 3 Konsi screenshot 4 Konsi screenshot 5 Konsi screenshot 6 Konsi screenshot 7 Konsi screenshot 8 Konsi screenshot 9 Konsi screenshot 10

Data available for integration

From protocol analysis and the app’s screens, the following data types can be exposed via APIs we deliver. Konsi aggregates offers from 22+ banks; our implementations support simulation, proposal, and application data in line with Open Finance Brasil and LGPD. Granularity and use cases are indicative; actual scope depends on app capabilities and user consent.

Data typeSource (screen / feature)GranularityTypical use
Loan simulationsSimulation screen, comparison viewPer request: value, term, profile; per offer: rate, CET, installmentPricing engines, comparison sites, internal dashboards
Proposal statusMy proposals, application trackingPer proposal: ID, status, bank, product, datesCRM, loan origination, compliance
Portabilidade optionsPortabilidade flow, offer listPer contract: current bank, offers, new rate, parcel reductionPortfolio optimization, customer notifications
Refinancing (refinanciamento)Refinancing flow, troco simulationPer contract: balance, new rate, cash-out amountRisk and product analytics
Eligibility / marginEligibility check, calculadora margemPer user/benefit: eligible products, margem consignávelPre-qualification, credit workflows
Offer comparisonMulti-bank comparison listPer bank: product, rate, CET, term, installmentOpen Data dashboards, rate benchmarking

Typical integration scenarios

Consignado rate comparison and simulation engine

You run a comparison site or internal tool that needs live consignado rates. We deliver an API that returns simulations for a given value, term, and profile (INSS, CLT, state server), with fields such as bank_id, monthly_rate, CET, installment, and total_cost. This maps to Open Finance: structured product data with clear consent; you can cache and display offers or feed pricing models. Auth follows the app’s login and session flow; we document request/response and error handling.

Loan origination and proposal tracking

Banks or correspondentes need to track proposals created via Konsi (or mirror the flow in their systems). Our implementation can expose proposal list and status (e.g. pending, approved, contracted, disbursed) with timestamps and product details. Data feeds CRM and loan-origination systems; consent and retention follow LGPD. Fields: proposal_id, status, bank, product_type, created_at, updated_at.

Portabilidade and refinancing alerts

A service notifies users when they can reduce installments via portabilidade or get cash-out via refinancing. We deliver endpoints that list portabilidade and refinancing options for a given contract or benefit, with new rate and savings or troco. This aligns with Open Finance’s goal of empowering consumers with transparent options; data is used only with explicit consent and for the stated purpose.

Eligibility and margin pre-qualification

Partners need to know if a user is eligible for consignado and what margin is available before sending them to a bank. Our API can expose eligibility result and margem consignável (e.g. from the app’s calculadora or eligibility step), supporting pre-qualification flows that reduce drop-off. Data must be handled per LGPD (lawful basis, minimal data, retention limits).

Multi-bank offer aggregation for reporting

Analytics or compliance teams need a normalized view of offers across the 22+ institutions Konsi partners with. We provide an aggregation API that returns offer lists with bank, product, rate, CET, and terms in a consistent schema—suitable for internal reporting, rate benchmarking, and Open Data–style transparency, always with user consent where personal data is involved.

Technical implementation

Below are illustrative request/response shapes and auth flows. Actual endpoints depend on protocol analysis and client requirements. Ecosystem reference: Banrisul’s Consignado API (OAuth2, simulation, proposals) and DATAPREV’s portabilidade/refinancing manuals inform similar patterns.

Auth and session (pseudo)

// App login / session (pseudo)
POST /api/v1/konsi/auth/login
Content-Type: application/json
{ "identifier": "<CPF/email>", "password": "<PWD>" }

Response 200: { "session_token": "...", "refresh_token": "...", "user_id": "..." }
Response 401: { "error": "invalid_credentials" }
// MFA or app-specific steps per protocol analysis

Loan simulation (pseudo)

// Simulate consignado offers (pseudo)
POST /api/v1/konsi/simulate
Content-Type: application/json
Authorization: Bearer <SESSION_TOKEN>

{
  "amount_brl": 5000, "term_months": 120,
  "profile": "INSS", "benefit_type": "aposentadoria"
}

Response: {
  "offers": [{ "bank_id": "...", "monthly_rate_pct": 1.59,
    "cet_monthly_pct": 1.69, "installment_brl": 98.73,
    "total_brl": 11847.60 }], "as_of": "2025-03-13T..."
}

Proposal status (pseudo)

// List proposals and status (pseudo)
GET /api/v1/konsi/proposals?status=pending,approved
Authorization: Bearer <SESSION_TOKEN>

Response: {
  "proposals": [{ "id": "...", "bank": "...", "product": "consignado",
    "status": "approved", "created_at": "...", "updated_at": "..." }]
}
Error 429: rate limit; retry with backoff

Compliance and privacy

We implement only authorized or publicly documented data flows. In Brazil, Open Finance is governed by Banco Central resolutions (e.g. Resolução Conjunta nº 1/2020, Resolução BCB nº 32/2020) and related instruções normativas; consignado products are also subject to BCB and INSS/DATAPREV rules. The Lei Geral de Proteção de Dados Pessoais (LGPD) requires lawful basis, consent where applicable, minimal data, and clear retention policies. We recommend consent records, minimal retention, and audit logs for all integrations. Konsi operates as a correspondente bancário of institutions authorized by the Banco Central; any integration we deliver must respect user consent and not facilitate unauthorized access.

Data flow and architecture

A typical pipeline we support: (1) Your backend or a client app initiates auth using the app’s login flow (or delegated token after user consent). (2) Our delivered API layer handles session refresh and request signing. (3) Data is ingested from the app’s backend via protocol-compliant calls into your storage or cache. (4) Output can feed comparison engines, CRM, loan-origination systems, or analytics. We do not store your end-users’ credentials; you control retention and access. Where Banrisul or other bank APIs are used in the ecosystem, the same pipeline can be extended to align with their OAuth2 and sandbox patterns.

Market positioning and user profile

Konsi targets Brazilian consumers who want to compare and contract consignado loans: INSS retirees and pensioners, CLT workers, and public servants (federal, state, municipal). The app is free, 100% online, regulated by the Banco Central, and does not consult SPC/Serasa for simulation. With 300,000+ approved users and over R$ 10 million in reported savings, it ranks among the leading comparators; in 2025 it added tools like the calculadora de margem consignável. Related players in the same space include Nubank (consignado portabilidade expanded in 2024 to military and more municipalities), Konsigna (portabilidade and refinancing with troco), and bank-owned consignado APIs (e.g. Banrisul, DATAPREV). Our integration work is aimed at firms that need programmatic access to Konsi’s comparison and proposal data where no public API is offered.

What we deliver

Deliverables

  • API specification (OpenAPI / Swagger)
  • Protocol and auth flow analysis (login, session, token)
  • Runnable API source code (Python / Node.js) for simulation, proposals, portabilidade
  • Test scripts and interface documentation
  • Compliance notes (LGPD, Open Finance Brasil, consent, retention)

Key integration areas

Loan simulation and rate comparison, proposal and contract status, portabilidade and refinancing data, eligibility and margem consignável, and multi-bank offer aggregation. We support Android and iOS protocol analysis and deliver source code you can host and extend.

About us

We are a technical service studio specializing in app interface integration and authorized API integration. We provide protocol analysis, interface refactoring, Open Data integration, and third-party interface integration, plus automated data scripting and interface documentation. Our team has years of experience in mobile and fintech; we serve global clients with compliant, professional solutions. Services start at $300, with an option to deliver results first and pay upon satisfaction.

  • Financial and banking apps: transaction records, statement queries, loan and consignado integration
  • Compliant, lawful implementations to meet local and privacy requirements (e.g. LGPD, Open Finance Brasil)
  • Android and iOS; ready-to-use API source code, docs, and test plans

Contact

For inquiries, quotes, or to submit your target app and requirements, please use the link below:

Contact us

Process

  1. Confirm requirements: integration scenario and interface needs (e.g. simulation, proposals, portabilidade).
  2. Protocol analysis and interface design (2–5 business days, depending on complexity).
  3. Development and internal validation (3–8 business days).
  4. Delivery of documentation, examples, and test cases (1–2 business days).
  5. Typical first delivery: 5–15 business days; complex or multi-bank flows may take longer.

FAQ

What do I need to provide?

Target app name (Konsi), specific needs (e.g. simulation API, proposal tracking, portabilidade data), and whether you have test credentials or a test environment.

How long until delivery?

Depending on scope, first API and docs often in 5–12 business days; multi-endpoint or bank aggregation may extend the timeline.

How do you ensure compliance?

We use only authorized or documented flows, recommend consent records and minimal retention per LGPD, and can support NDA and audit-friendly documentation.
📱 Konsi | Empréstimo Consignado — official app overview (appendix)

Konsi is a free app to compare and contract consignado loans online. It is 100% free, secure, fast, and transparent: you compare and contract your loan by evaluating offers from 22 major banks in minutes, and you can also improve existing contracts. Benefits: compare rates and save; available for negativados; best rates for public servants, retirees, and private-sector workers; regulated by the Banco Central; approved by 300,000+ users. How it works: simulate online and see available consignado offers; compare rates and conditions across major banks; choose the best loan and complete 100% online; track your application and receive funds securely. Products: consignado loan (compare rates in real time); portabilidade (transfer your loan to another bank and pay less interest); portabilidade with refinancing (refinance, lower rate, and receive extra cash); Saque Cartão Benefício and Cartão de Crédito Consignado (INSS beneficiaries can withdraw up to 70% of benefit card limit). Eligible: CLT, rural and domestic workers; state public servants (SP, RJ, MG, ES, SC, PR, MT, MS, BA, GO, PE, AL, RO, PI, AM); municipal (São Paulo, Rio de Janeiro, Salvador, Goiânia, Belém, Curitiba); federal (SIAPE, Marinha, TJSP); INSS retirees and pensioners. Terms: 6–144 months; minimum R$ 200; monthly rates from 1.40% to 2.80% a.m.; CET (APR) from 1.45% to 3.00% a.m. Konsi acts as correspondente bancário of institutions authorized by the Banco Central. MASFON SERVIÇOS DE CADASTRO LTDA, CNPJ 30.145.993/0001-50. Contact: contato@konsi.com.br, +55 11 95074-9507, https://www.konsi.com.br

  • Compare and contract consignado from 22+ banks; portabilidade; refinancing; cartão benefício
  • INSS, CLT, public servants; calculadora de margem consignável; 300k+ users, R$ 10M+ saved