Authorized protocol analysis and production-ready API implementations for Nova (com.novapaytech.nova_mobile_app), built around Brazil's Open Finance standards.
Nova is a Brazilian fintech regulated by the Banco Central that lets users combine the limits of multiple credit cards via Open Finance, then spend them on Pix transfers, Boleto payments, and in-app purchases in up to 12 installments. Our studio delivers the API layer you need to extract, sync, and reuse that data inside your own back office, ERP, or financial product.
Nova ("Use melhor seu crédito") is a Pix and Boleto payment intermediation platform that sits directly on top of Brazil's Open Finance rails. Instead of issuing a new credit line, it borrows the limits that users already have on cards from Nubank, Itaú, Bradesco, Banco do Brasil, Caixa, Santander, C6 Bank, BTG+, Inter and others, and re-expresses them as a unified "power to pay" that can be spent on any Pix key or Boleto. That architecture produces several layers of structured data that external systems frequently need: consent records, per-card available limits, merged purchasing power, generated bridge-card metadata, individual Pix/Boleto operations, and the installment schedule created for each operation.
In 2024 and 2025 the platform advertised some of the lowest Pix installment rates on the Brazilian market (starting around 2.9% per month in public materials) and extended its scope from Pix-on-credit to full Boleto-on-credit and in-app purchases. In parallel, the Banco Central has been pushing a native Pix Parcelado rollout scheduled for late 2025, which makes Nova's earlier, Open-Finance-based implementation an especially interesting reference for any team building installment-aware payment flows.
For accounting tools, ERPs, BNPL risk engines, consumer-finance dashboards, and compliance platforms, this means Nova contains exactly the kind of transaction and installment data that Open Finance was designed to make portable. Our job is to package that data as a clean, versioned API you can call from your own stack.
Two ways to work with us, depending on your volume and how much of the stack you want to own:
Card aggregation at onboarding, Pix parcelado initiation, Boleto parcelado initiation, installment-aware statement export, webhook-driven reconciliation, and consolidated dashboards for users holding Nova plus traditional banking apps. Enterprise clients can layer multi-account support on top of the same API.
The table below summarises the structured data our Nova integration surfaces. Each row maps the data type to the screen or feature that holds it in the app and to a concrete downstream use.
| Data type | Source screen / feature | Granularity | Typical use |
|---|---|---|---|
| Linked card inventory | "My cards" / Open Finance consent flow | Per-card: issuer, brand, masked PAN, status | Onboarding dashboards, duplicate-card detection |
| Available limits | Home / combined limit widget | Per-card + aggregated, updated at consent refresh | Credit risk scoring, buy-now-pay-later underwriting |
| Pix-on-credit operations | Pix tab / transaction history | Per-operation: key, amount, fee, CET, status | Expense management, reconciliation, anti-fraud |
| Boleto-on-credit operations | Pay Boleto tab | Per-operation: barcode, payer, amount, due date | Accounts payable automation, tax receipts |
| Installment schedule | Purchase detail / Minhas parcelas | Per-installment: index, due date, amount, interest | Cash-flow forecasting, collections forecasting |
| Bridge card metadata | Virtual card screen | Token, BIN, expiry, rotation events | Token provisioning, merchant diagnostics |
| Consent lifecycle | Open Finance consent center | Consent ID, scopes, status, expiry, revocation ts | Compliance reporting, audit trails |
A Brazilian BNPL provider wants to underwrite new loans without waiting for credit-bureau delays. At checkout, it calls GET /nova/users/{id}/limits to read the user's aggregated available limit across all linked cards and the last 90 days of Pix-on-credit activity. Those figures feed directly into the scoring model and reduce fraud on first-time borrowers. Mapping to Open Finance: the data is derived from phase-2 credit-card sharing and is re-exposed as a single consent-gated endpoint.
A Brazilian SaaS ERP lets merchants pay suppliers via Boleto. It uses POST /nova/boletos/pay-on-credit to fund each payment with Nova's aggregated limit and receives a webhook carrying the installment plan. The ERP books the full Boleto in accounts payable and the installments as short-term financial liabilities, keeping the general ledger consistent with Brazilian accounting standards.
A PFM app aggregates banks over Open Finance but needs Nova's installment timeline, which is not part of the default standard. It calls GET /nova/installments?status=open and merges the plan with statements from Nubank, Itaú and Inter. Users see their real month-by-month obligation across all channels instead of a single blended number. Mapping to Open Finance: consent coverage is extended to include Nova-created installment plans.
A payment institution must keep auditable logs of consent. It subscribes to the consent.updated webhook and stores every change (AUTHORISED, REJECTED, REVOKED, CONSUMED) with a signed hash. On audit, the integration proves that every Pix-on-credit call had a valid consent at the moment of execution and respected the Open Finance Brasil retention rules.
An e-commerce platform that accepts Nova's bridge card wants to match each authorisation on the acquirer side with the underlying Pix or installment plan on Nova. A reconciliation job pulls GET /nova/card-operations?from=... daily and joins by virtual_card_token + amount + timestamp, flagging mismatches to a queue for manual review.
Nova is regulated by Banco Central do Brasil and participates in the Open Finance Brasil ecosystem, which is governed by Resolução Conjunta BCB/CMN nº 1/2020 and the related roadmap overseen by the Open Finance Brasil Governance Structure. Any integration we deliver therefore operates under three overlapping regimes: the Banco Central's payments regulation, the Open Finance Brasil technical and security specifications, and Lei Geral de Proteção de Dados Pessoais (LGPD, Lei nº 13.709/2018).
In practice this means: (a) every data call is tied to a valid consent ID with an explicit scope and expiry; (b) personal and financial data is minimised, encrypted in transit and at rest, and retained only for the period declared in the consent; (c) consent revocation is propagated in near real time and reflected in the consent.updated webhook; (d) audit logs include the consent ID, scopes, purpose, and the operator that triggered the call, so the integration is defensible in an LGPD or Banco Central audit. International clients can additionally request alignment to GDPR and PSD2-style strong customer authentication on the calling side.
The reference pipeline is intentionally simple so it can be dropped into any existing stack:
The same topology supports pay-per-call clients (who consume the hosted endpoints directly) and source-code clients (who run the adapter and storage in their own VPC).
Nova targets Brazilian consumers who already hold one or several credit cards and want to use the unused limit more flexibly — either to pay a Pix they would otherwise pay in cash, or to break a big Boleto into installments without contracting a separate loan. The primary market is Brazil, on Android and iOS, with users skewing towards mid-income urban professionals and small-business owners looking for working-capital smoothing. From an integration point of view this makes Nova attractive to PFM apps, BNPL providers, small-business ERPs, accounting platforms, and compliance vendors serving the Brazilian market.
Click any thumbnail to enlarge. These images come from Nova's official app store listing and illustrate the product surfaces our integration covers: onboarding, card linking via Open Finance, Pix and Boleto-on-credit flows, installment plans, and the combined limit view.
Teams that integrate Nova often need to cover adjacent apps in the Brazilian payments ecosystem. We have shipped or researched integrations for all of the following, and they share significant overlap with Nova in terms of data model and Open Finance Brasil coverage:
We do not rank or criticise these apps — they are part of the same ecosystem and many of our clients operate across several of them at once.
We are an independent studio focused on fintech and open-data API integration, with a strong Brazilian-market practice. Our engineers have built systems for acquirers, Pix-parcelado fintechs, and Open Finance aggregators, and we work daily with the technical specifications published by the Open Finance Brasil Governance Structure.
Share the target app (Nova or others) and the exact integration scope you need — card aggregation, Pix on credit, Boleto on credit, installment export, webhooks, or a full pipeline. We reply with a scoped quote, a timeline, and a list of questions we need answered before starting.
What do you need from me?
How long does delivery take?
How do you handle compliance?
Do you cover other Brazilian apps?
Nova ("Use melhor seu crédito", package com.novapaytech.nova_mobile_app) is a Brazilian payments app from Nova Pagamentos. It lets users combine the limits of multiple credit cards via Open Finance Brasil, then use that combined purchasing power to pay Pix, Boleto, and regular card purchases in up to 12 installments.
com.novapaytech.nova_mobile_app; App Store ID 6670275494).This section describes the third-party app Nova for reference only. Our studio is not affiliated with Nova Pagamentos; we provide integration services on behalf of clients who hold the necessary authorisation.