# Paddle brings recurring Pix payments to SaaS subscriptions in Brazil

Paddle’s September 3 release extends Pix from one-time checkout into recurring BRL subscriptions, but the mandate model changes how renewals, price changes and failed payments behave.

Brazilian customers can now authorize Pix Automático mandates for Paddle subscriptions. The new path broadens local-payment access for SaaS, while delayed renewals, fixed mandate amounts and documentation that still mentions early access create implementation caveats.

- Status: Active
- Published: 2026-09-04T16:54:40+12:00
- Updated: 2026-09-04T16:54:40+12:00
- Categories: SaaS, Pricing & Billing
- Tags: Brazil, Paddle, Pix, Pix Automático, recurring payments, subscriptions
- Canonical HTML: https://beyondthe.news/dossiers/paddle-pix-automatico-recurring-subscriptions-brazil

## What changed

On September 3, Paddle marked recurring Pix Automático subscription payments in Brazil as released. Customers can authorize a recurring Pix mandate during checkout and Paddle can use that mandate for future subscription renewals. Previously, Paddle’s Pix support was limited to one-time BRL payments. The change does not require new Paddle API fields or endpoints, and sellers that already enabled Pix are told that Pix Automático becomes available automatically for eligible recurring BRL items in Brazil.

## Why it matters

Local payment-method support is a distribution and conversion constraint for SaaS, not merely a checkout preference. Extending Pix into recurring billing lets Paddle sellers offer a payment method used at very large scale in Brazil without establishing a local merchant account. The trade-off is that Pix Automático behaves differently from cards: renewals are deferred, daily billing is unsupported, one-off charges cannot ride the subscription mandate, and changing the recurring amount can force a new mandate and temporarily push a subscription into past-due state.

## A one-time payment rail now supports subscription mandates

Paddle introduced Pix for one-time Brazilian purchases in 2025. The September 2026 change adds Pix Automático for subscriptions: the customer authorizes a recurring mandate at checkout, and subsequent renewal collections are initiated under that mandate.

## Renewals are deliberately slower than card renewals

Pix Automático requires a pre-debit notification before renewal collection. Paddle says the payment is collected three days after that notice and can take several days to complete, so applications should not assume an immediate renewal result. Daily billing intervals are not supported.

## Changing the subscription amount can break the existing mandate

The mandate authorizes a fixed recurring amount. Paddle recommends next-billing-period proration for mid-cycle changes. If a change produces a different recurring amount, the next renewal can fail, the subscription can become past_due, and the customer may need to authorize a new mandate through a payment-method update.

## The payment limits affect packaging decisions

Paddle documents a 14,000 BRL maximum Pix transaction total and additionally limits subscription mandates to 1.5 times the undiscounted renewal price, which puts the documented renewal-price ceiling at roughly 9,333 BRL. Higher-ticket or unusually variable plans need another payment path or packaging strategy.

## Paddle’s current documentation disagrees about rollout status

The September 3 developer changelog labels the feature Released and says existing Pix-enabled sellers need no action for eligible subscriptions. Paddle’s current Pix concept page still says subscriptions are in early access and asks sellers to apply. Builders should verify account availability in the Paddle dashboard before promising Pix subscriptions to Brazilian customers.

## Key details

- Released in Paddle’s developer changelog on September 3, 2026.
- Eligible subscriptions must be priced in BRL for customers in Brazil.
- Customers authorize a Pix Automático recurring mandate at checkout.
- No new Paddle API endpoints or fields are required for the change.
- Daily subscription billing is unsupported.
- One-off charges against a Pix-funded subscription mandate are unsupported.
- Paddle documents a 14,000 BRL Pix transaction maximum and an approximate 9,333 BRL renewal-price ceiling for subscription mandates.
- Current Paddle documentation contains conflicting rollout language: the changelog says Released while the Pix guide still says subscriptions are early access.

## Builder takeaways

- Check the Paddle dashboard on the actual production account before advertising Pix subscriptions, because the changelog and concept documentation currently disagree about general availability.
- Treat renewal completion as asynchronous. Drive entitlement and dunning logic from transaction/subscription state and webhooks rather than assuming renewal succeeds when initiated.
- Avoid daily plans for Pix customers and use next-billing-period proration when changing plans or quantities.
- Model what happens when a price change invalidates the existing mandate, including the past_due period and customer re-authorization flow.
- Review high-value plan prices against Paddle’s documented Pix and mandate limits before enabling the method broadly.

## What to watch

- Whether Paddle removes the early-access wording from its Pix documentation or clarifies account eligibility.
- Whether Paddle expands Pix subscriptions beyond BRL/Brazil or changes current mandate and transaction limits.
- How Paddle exposes renewal timing and mandate re-authorization in seller reporting and Retain workflows.

## Uncertainties

- Paddle’s September 3 changelog says the feature is Released, while its current Pix documentation still describes subscription access as an early-access program. BTN cannot reconcile that discrepancy from the public documentation alone.
- Actual bank-side renewal timing may vary within Paddle’s documented multi-day window.

## Timeline

- **2025-11-05 — Paddle adds one-time Pix checkout:** Paddle makes Pix available for one-time BRL purchases in Brazil.
- **2026-09-03 — Paddle marks Pix Automático subscriptions released:** The developer changelog adds recurring Pix mandates for subscriptions in Brazil.

## Sources

- [Accept recurring payments with Pix Automático in Brazil](https://developer.paddle.com/changelog/2026/pix-automatico/) — Paddle Developer Changelog · primary · 2026-09-03T00:00:00+12:00. Primary release announcement and implementation constraints for recurring Pix subscriptions.
- [Pix](https://developer.paddle.com/concepts/payment-methods/pix/) — Paddle Developer Docs · primary. Current payment-method documentation covering countries, currency, mandate behaviour, renewal timing, limits and the still-present early-access wording.

