Habitação Caixa API & Open Finance Integration

Protocol analysis and housing-credit data integration for Caixa Econômica Federal’s Habitação app—installments, FGTS, proposals, and statements

From $300
OpenData · Open Finance Brazil · Protocol analysis · Housing credit

Connect Habitação Caixa financing, installments, and FGTS data to your systems

Habitação Caixa is Caixa Econômica Federal’s official housing-financing app (Brazil’s fourth-largest bank). In 2024–2025 the app added a full digital journey from proposal to contract and WhatsApp tracking for financing proposals. We deliver protocol analysis and runnable API implementations so you can integrate financing simulations, open installments, payment slips (boletos), FGTS amortization and early settlement, demonstrativos, and property construction status—aligned with Open Finance Brasil and LGPD.

Financing simulation and proposal data — Access simulation inputs and results (property value, income, term, payment ranges) and proposal status for credit analysis dashboards and portfolio reporting.
Installments and payment slips — Retrieve open installments (prestações), payment details, and generate or sync boleto data for reconciliation and payment automation.
FGTS amortization and early settlement — Integrate FGTS-based amortization, partial payment, and early liquidation requests and simulations for compliance and accounting.
Statements and contract adjustments — Export demonstrativos, due-date changes, and debit-account data for audit trails and ERP sync.
Property construction tracking — Sync construction-phase information for project management and customer communication.

Screenshots

Click any image to view full size.

Habitação Caixa screenshot 1 Habitação Caixa screenshot 2 Habitação Caixa screenshot 3 Habitação Caixa screenshot 4 Habitação Caixa screenshot 5

Data available for integration

From protocol analysis and authorized data flows, the following data types can be exposed via APIs we deliver. Granularity and use cases are indicative; actual scope depends on app capabilities and client consent.

Data typeSource (screen / feature)GranularityTypical use
Financing simulationSimulation flow, property value / income / termPer simulation, inputs and resultsPortfolio analytics, pricing models
Proposal and credit statusMinhas Propostas, document and credit analysisPer proposal, status and documentsCRM, compliance, pipeline reporting
Open installments (prestações)Contract / installments screenPer installment, due date and amountReconciliation, cash flow, collections
Payment slips (boletos)Boleto issuance, inhibit printed carnêPer boleto, bar code and valuePayment automation, ERP sync
FGTS amortization / settlementFGTS requests, amortization simulationPer request, amount and typeAccounting, regulatory reporting
Demonstrativos and statementsStatement issuance, contract detailsPer document, date rangeAudit, tax, archival
Contract and debit accountDue-date change, add/alter debit accountPer contractAccount aggregation, Open Finance
Property construction infoConstruction-phase trackingPer contract / phaseProject management, customer comms

Typical integration scenarios

Real-estate and credit portfolio dashboards

A lender or real-estate partner wants to aggregate financing proposals and contract status from Habitação Caixa users (with consent). Our API can expose proposal status, simulation parameters, and credit analysis progress. Data maps to Open Finance: structured credit proposals with dates, amounts, and status. Flow: Client app → auth (e.g. Caixa Login / Loterias Online same credentials) → API → aggregation → dashboard.

Installment and boleto reconciliation

An accounting or collections team needs to sync open installments and payment slips with internal systems. We deliver endpoints that return prestações (due date, amount, status) and boleto data (bar code, value). This fits Open Data: payment obligations and instruments in one place. Fields: installments[], boleto_url, due_date, amount.

FGTS amortization and early settlement reporting

Compliance or finance teams need to track FGTS-based amortization and early liquidation requests. Our implementation can expose amortization simulations and request history (with consent). Response includes request type, amount, date, and contract reference—aligned with Brazilian housing-credit and data retention rules.

Document and demonstrativo archival

Users or advisors need to export demonstrativos and contract documents for tax or audit. We deliver a “statement export” endpoint with date range and contract filters. Data flow: app → auth → API → PDF/JSON output; logs retained for audit and LGPD compliance.

Construction-phase and customer communication

Developers or customer success teams want to sync property construction status from Habitação Caixa with CRM or notification systems. Our API can return construction-phase information per contract (with consent). Use: automated status updates, reduced support calls, and transparent delivery tracking.

What we deliver

Deliverables

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

Example: installments query (pseudo)

// Example: fetch open installments (pseudo)
GET /api/v1/habitacao-caixa/installments
Authorization: Bearer <ACCESS_TOKEN>

Query: contract_id, from_due_date, to_due_date (optional)

Response: {
  "installments": [
    { "due_date": "2025-04-10", "amount": 1500.00, "status": "open" }
  ],
  "total_open": 1500.00
}

Example: proposal status (pseudo)

// Example: proposal and credit status (pseudo)
GET /api/v1/habitacao-caixa/proposals
Authorization: Bearer <ACCESS_TOKEN>

Response: {
  "proposals": [
    { "id": "...", "status": "credit_analysis", "documents_pending": [] }
  ]
}

Example: auth and error handling (pseudo)

// Login (same as Loterias Online / Caixa apps) and token refresh (pseudo)
POST /api/v1/auth/login
Content-Type: application/json
{ "cpf_or_email": "***", "password": "***" }

Response 200: { "access_token": "...", "refresh_token": "...", "expires_in": 3600 }
Response 401: { "error": "invalid_credentials", "message": "Login or password invalid" }

Compliance & privacy

We work from client authorization or public/authorized APIs and follow privacy and local regulations. For Habitação Caixa and Brazilian housing credit, we align with LGPD (Lei Geral de Proteção de Dados Pessoais): consent, purpose limitation, data minimization, and user rights. We also consider Open Finance Brasil (Banco Central–regulated) for credit and account data sharing. All implementations support consent records, minimal retention, and secure transmission.

Data flow / architecture

A typical pipeline we design: (1) Client app (Habitação Caixa or your front-end) — user consents and triggers requests. (2) Ingestion / API layer — our delivered service authenticates (e.g. Caixa Login or token), validates scope, and queries the data source. (3) Storage or cache (optional) — for aggregation or reporting. (4) Output — JSON/API to your dashboard, ERP, or collections. Logs and consent are retained for audit.

Market positioning & user profile

Habitação Caixa targets B2C users in Brazil: individuals and families buying residential property (new or used), including Minha Casa Minha Vida participants. It serves both Caixa account holders and non–account holders. The app is on Android (6+) and iOS (package br.gov.caixa.habitacao). In the same ecosystem, Simulador Habitacional CAIXA (web) and Loterias Online (same login) complement the journey; Caixa’s developer portal (desenvolvedores.caixa.gov.br) participates in Open Finance Brasil alongside Banco do Brasil, Itaú, and Bradesco.

About us

We are a technical studio focused on app interface and authorized API integration. We deliver protocol analysis, Open Data integration, third-party integration, and automated scripting plus API documentation. Services start at $300; we can deliver first and you pay when satisfied.

  • Experience in fintech and mobile apps (Brazil and overseas)
  • Android and iOS; ready-to-use API source and docs
  • Transparent pricing; result-first option

Contact

For inquiries, quotes, or to send your target app and requirements:

Contact us

Process

  1. Confirm needs: app name (Habitação Caixa) and integration scope (installments, proposals, FGTS, statements).
  2. Protocol analysis and API design (2–5 days, depending on scope).
  3. Development and validation (3–8 days).
  4. Delivery of docs, samples, and tests (1–2 days).
  5. Typical first delivery: 5–15 business days.

FAQ

What do I need to provide?

Target app name (Habitação Caixa), concrete needs (e.g. installment export, proposal status, FGTS amortization sync), and whether you have test credentials or environment.

How long until delivery?

Usually 5–12 business days for first API and docs; housing-credit protocol analysis and Caixa Login flows may extend for complex cases.

Compliance and privacy?

We use authorized or public interfaces and recommend logging, consent records, and minimal retention; NDA available. We align with LGPD and Open Finance Brasil.
Habitação Caixa official app overview (appendix)

Pensou em casa? Pensou na Caixa. If you have used Loterias Online or another Caixa app (except Internet Banking), use the same login and password—no need to register again. Buying your own home is simpler than you think. With the Habitação Caixa app you can simulate financing, create your proposal, register participant data and documents, and submit the proposal to Caixa entirely digitally. Credit analysis, documents, and property tracking are done in the app. The service is available to account holders and non–account holders for new or used residential property. For existing housing financing: check open installments and payment details; issue payment slips and inhibit printed carnê; simulate amortization and early settlement with own funds; issue slips for settlement or amortization; if you already use FGTS in the contract, request amortization, partial payment, or early settlement in the app; issue demonstrativos; change due date; add or change debit account; track property construction. Download and try. Compatibility: Android 6 (Marshmallow) or higher. Support: Login Caixa (registration and password/email change) 3004 1104 (capitals) / 0800 726 0104 (other regions); app and services: SAC CAIXA.

  • Simulation, proposal, documents, credit and property tracking; FGTS amortization and early settlement; demonstrativos; due-date and debit-account changes; construction-phase info
  • Package: br.gov.caixa.habitacao · Android 6+ · iOS · Same login as Loterias Online (not Internet Banking)