v2026.07Product Updates | July/2026
Here are the main new features and improvements at Pluggy in July 2026.
July highlights
- Major expansion of payment coverage: 6 new connectors and 30 institutions that already existed for data now support payment initiation.
- Deprecation of direct connectors for individuals (PF), with the affected connections being removed over the coming months.
- New
billForecastDateandbillClosingDatefields on credit card transactions and bills, and a new endpoint to delete categorization rules. - New data connector via Open Finance: Celcoin Baas (individuals, in BETA).
- Several stability fixes in credit cards, investments, syncs and connectivity, plus the React Native SDK with OAuth on iOS.
22 changes · 3 breaking · 6 categories
Breaking changes and deprecations3
Direct connectors for individuals (PF) are being discontinued
What to do: migrate those connections to the equivalent Open Finance connector. There is no automatic migration — the end user has to make the connection again, and the history of the direct item is not transferred. The affected connections will be removed over the coming months, so it is worth planning the migration now.
Dock connector (810) discontinued
Reminder — announced in June: transition to cursor pagination on the transactions endpoint
What to do: if your integration still uses the legacy endpoint, migrate to the cursor-paginated one. Accounts created before June 2026 remain unaffected for now — we will give advance notice before any change for them.
📡 New Connectors3
Major expansion of payment coverage
30 institutions now support payments
Celcoin Baas (Open Finance, data)
🚀 New Features3
Credit card: new billForecastDate and billClosingDate fields
New endpoint to delete categorization rules
DELETE /categories/rules/:id lets you delete a categorization rule created previously, completing the management cycle through the API.Open Finance: automatic recovery of failed connections
💳 Payments1
Pix Automático: charge with cancelled consent fixed
🔔 Webhooks1
Fix for bulk retries
🖥️ Dashboard3
Logo for dark mode
Development and production apps separated in the webhook list
Fixes in Payments
🐛 Fixes8
Banco do Brasil: Rende Fácil balance
availableAmount = 0 in that situation, and the invested amount is now taken into account in the account balance, as was already the case for Itaú.Credit cards: bill dates and error isolation
Investments
More resilient syncs
CONNECTION_ERROR; fixed the dates used in partial syncs after a merge error; added a smart retry for first-time Sicoob connections that returned without data; fixed missing transactions on Sicoob (OF), on the BB PJ daily sync when ACCOUNTS was not among the products, and on Caixa PJ when the start date was earlier than the account opening.Itaú: itemized SISPAG entries
Connectivity restored
React Native SDK: OAuth connections on iOS
react-native-pluggy-connect@1.5.0 adds the forceOauthInBrowser prop. With false, OAuth opens in a WebView inside the app instead of the system browser, solving connections to regulated connectors that got stuck in WAITING_USER_INPUT until expiring on iOS. The default is still true, so the change is opt-in.