Protocol analysis and Open Data integration for loan simulations, proposals, portabilidade and refinancing data—compliant API or source-code delivery for Brazil consignado workflows
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.
Click any image to view full size.
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 type | Source (screen / feature) | Granularity | Typical use |
|---|---|---|---|
| Loan simulations | Simulation screen, comparison view | Per request: value, term, profile; per offer: rate, CET, installment | Pricing engines, comparison sites, internal dashboards |
| Proposal status | My proposals, application tracking | Per proposal: ID, status, bank, product, dates | CRM, loan origination, compliance |
| Portabilidade options | Portabilidade flow, offer list | Per contract: current bank, offers, new rate, parcel reduction | Portfolio optimization, customer notifications |
| Refinancing (refinanciamento) | Refinancing flow, troco simulation | Per contract: balance, new rate, cash-out amount | Risk and product analytics |
| Eligibility / margin | Eligibility check, calculadora margem | Per user/benefit: eligible products, margem consignável | Pre-qualification, credit workflows |
| Offer comparison | Multi-bank comparison list | Per bank: product, rate, CET, term, installment | Open Data dashboards, rate benchmarking |
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.
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.
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.
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).
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.
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.
// 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
// 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..."
}
// 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
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.
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.
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.
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.
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.
For inquiries, quotes, or to submit your target app and requirements, please use the link below:
What do I need to provide?
How long until delivery?
How do you ensure compliance?
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