Skip to content
Operations10 min read

PIX in e-commerce: fees, conversion and what to monitor when it fails

PIX became Brazil's #1 payment method and changed your store's margin and conversion math. But, like any main revenue rail, when it fails silently the damage is huge — see what changes and what to monitor.

Person using a phone to complete an order in an online store
PIX is already Brazil's most-used payment method — and it changed your store's margin and conversion math.Unsplash
What you will learn
  • Why PIX makes the sale cheaper (lower MDR, no chargebacks, money in D+0) and what that does to your margin.
  • PIX's effect on conversion — instant approval, no issuer decline, and no fear of typing card details.
  • The blind spot: the PIX-paid order stuck in "awaiting payment" that turns into a complaint.
  • The 4 points of the PIX flow every store should monitor before the customer flags it.

In 2024 PIX became Brazil's most-used payment method, ahead of the credit card — and reached around 40% of e-commerce transaction value.[1] It's no longer "an alternative to the boleto": it's the main revenue rail for a large share of stores. And, like any main rail, when it fails silently the damage is huge.

~40%
of Brazilian e-commerce transaction value in 2024 was already via PIX
PCMI / Banco Central, 2024
57 bn
PIX transactions in 2024 — it was the country's most-used payment method
Banco Central / FEBRABAN
~75%
of Brazil's adult population uses PIX regularly
Banco Central do Brasil
44%
projected PIX share of online purchase value in 2025, overtaking the card
PCMI / EBANX, 2025

Why PIX changed your store's math

PIX isn't just "one more button at checkout". It changes three variables that feed straight into your bottom line: fee, settlement time and fraud risk.

With a credit card, the store pays the interchange fee (MDR) to the acquirer, plus the cost of early settlement if it wants the money before 30 days, and on top of that it carries the risk of a chargeback. With PIX, settlement is practically instant (D+0), the fee charged by PSPs is usually a fraction of the card's, and there is no unilateral refund for "I don't recognize this purchase" like on the card. In practice:

CriterionPIXCredit cardBoleto
Typical fee (PSP/acquirer)~0.5% to 1.2% (or flat fee)~3% to 4.5% + early settlementR$ 2 to R$ 4 per slip
SettlementD+0 (seconds)D+1 to D+30D+1 to D+3 after paying
ChargebackDoesn't exist[2]Yes (store's risk)No
Conversion (paid / started)High — approved on the spotMedium — subject to issuer declineLow — many people never pay
📌 Quick math: in a store with a R$ 250 average order, moving 30% of revenue from card (fee ~4%) to PIX (fee ~1%) saves R$ 7.50 per order on those sales. At a thousand PIX orders/month, that's R$ 7,500 that stops evaporating into fees — straight into contribution margin.

PIX and conversion: why it sells more

The lower fee is what shows up on the spreadsheet. But the silent gain is in conversion. The credit card has an invisible enemy: the issuer decline. Maxed-out limit, the bank's anti-fraud, a mistyped digit — a meaningful share of card payment attempts simply don't go through, and the customer almost never tries again.

PIX removes that friction: the customer is already in their banking app, authenticates with biometrics, and approval comes back in seconds. There are no card details to type, no fear of "leaking the number". That's why, in many operations, PIX has the highest completion rate among methods — which ties directly to what moves the e-commerce conversion rate in Brazil.

Every extra step between "I want to buy" and "I bought" is a drop-off point. PIX won in Brazil because it shortened that path more than any checkout optimization a store could pull off on its own.

Checkout design principle — the basis of the Baymard Institute's abandonment research

But beware: PIX only converts well if the experience is good. A QR code that won't load, a hidden copy-and-paste code, an expiration time that's too short (2 minutes is cruel), or no automatic on-screen confirmation — all of that throws the gain away. PIX solves the payment friction, not your interface's friction.

Person holding a smartphone with an online store app open
Instant approval is PIX's trump card — and also what makes the failure so visible to the customer.Unsplash

The blind spot: when PIX fails silently

The customer paid. The money landed. And the order still reads "awaiting payment". That's the PIX incident that generates the most complaints — and traditional monitoring doesn't see it.

The PIX flow in e-commerce relies on an asynchronous confirmation: the store generates the charge, the customer pays in the bank, and the PSP (Mercado Pago, PagBank, Stripe, Asaas, etc.) notifies the store via webhook that the payment was approved. If that webhook never arrives — due to a timeout, a 5xx error on your endpoint, a stalled queue, or an invalid signature — the order gets stuck. The customer was charged, but the store doesn't release it. It's exactly the same pattern as stuck orders in Magento 2, only with an aggravating factor: with PIX the customer knows instantly that they paid, so patience is zero.

⚠ The nightmare scenario: the customer pays R$ 800 via PIX at 10pm, gets the bank receipt instantly, and your store keeps showing "awaiting payment". In 10 minutes they're in the chat; in 30, on Reclame Aqui; the next day, requesting a refund via MED and telling the story on social media. All because one webhook wasn't reprocessed.

The most common failures in the PIX flow, in order of frequency:

  • Webhook not delivered/reprocessed: your endpoint returned 500 or timed out, the PSP marked it as failed, and the order never advanced in status.
  • QR code with a short expiration: the charge expires before the customer finishes, and they conclude "the store's PIX doesn't work".
  • Stalled manual reconciliation: the routine that matches the PSP statement against orders froze, and nothing is cleared automatically.
  • Value/cents mismatch: the customer pays R$ 99.90 where the system expected R$ 99.91 (fee, rounding) and the automatic clearing doesn't match.

What to monitor in the PIX flow

Monitoring home-page uptime catches none of these failures — they all happen with the store "online". What you need is flow monitoring, simulating or measuring the real path of the money. Four points cover 90% of incidents:

  1. PIX charge creation: a synthetic test that creates a symbolic charge at checkout, at a fixed interval, and measures the PSP's latency and errors. If the creation endpoint starts returning 5xx or taking 8s, you know before the customer does.
  2. Webhook receipt (the most critical end): monitor the time between "order created as PIX" and "order confirmed". If PIX orders stop changing status for more than X minutes, the webhook or the reconciliation stalled — fire an alert immediately.
  3. Queue/age of pending PIX orders: an alert on the orders table — "how many PIX orders have been pending for more than 15 minutes?". A rising number means automatic clearing has stopped.
  4. QR expiration and UX: validate that the QR code and copy-and-paste actually render on the page, with a reasonable expiration time (aim for 30–60 minutes, not 2).
✓ Rule of thumb: treat "PIX order paid and not confirmed within 10 minutes" as a high-severity incident — on the same level as checkout being down. It's money that already came in and a customer who is already upset. See the minimum list of alerts every store should have and how to combine synthetic monitoring and RUM.

PIX Automático and what's next

In 2025, PIX Automático went live, enabling recurring charges authorized once by the customer — relevant for subscriptions, clubs and memberships, where the card used to reign.[3] For SaaS and recurring e-commerce, that opens a lower-fee alternative to recurring card debit — but it adds one more asynchronous flow to monitor: the recurring charge that failed silently is a subscription that stopped paying without anyone noticing.

The honest summary

PIX is, at the same time, the best news for Brazilian e-commerce margins in the last decade and a new incident vector that classic monitoring ignores. The mature store doesn't just offer PIX — it watches the PIX flow the way it watches checkout: from the first QR generated to the confirmed order.

Practical next step: open your store's orders report and filter by "PIX" + "awaiting payment" older than 30 minutes. If any order shows up there, you just found a charged customer who wasn't served — and confirmation to start monitoring that flow today.

References

  1. PCMI (Payments and Commerce Market Intelligence). Brazil E-Commerce Market and Pix: latest Banco Central statistics, 2024–2025. paymentscmi.com
  2. Banco Central do Brasil. Pix — Statistics and Regulation (includes the MED, Special Refund Mechanism). bcb.gov.br
  3. Banco Central do Brasil. Pix Automático — recurring payments, live since 2025. bcb.gov.br
  4. FEBRABAN. Pix was the most-used payment method in Brazil in 2024. portal.febraban.org.br
  5. EBANX. Pix to overtake credit cards in Brazilian digital commerce, 2025 analysis. business.ebanx.com

Frequently asked questions

How do PIX fees compare to credit card fees?
It varies by PSP, but PIX usually lands in the 0.5% to 1.2% range (or a small flat fee), versus 3% to 4.5% for credit cards — not counting the card's early-settlement cost. On top of that, PIX settles in D+0 and has no chargeback, which lowers risk and improves cash flow.
Does PIX have chargebacks or refunds like cards?
There is no chargeback in PIX. What exists is the MED (Special Refund Mechanism), available for fraud or error cases — far more restricted than the card's 'I don't recognize this purchase'. In practice, the risk of an undue dispute is much lower.
Why does a PIX-paid order get stuck in 'awaiting payment'?
Almost always it's the PSP's confirmation webhook that never arrived or was not reprocessed — your endpoint returned an error, timed out, or the reconciliation stalled. The customer paid and got the receipt, but the store never cleared the order. It's the PIX incident that generates the most complaints and needs a dedicated alert.
Is it worth offering a PIX discount?
Usually yes, within the math. Since PIX saves the card fee and the early-settlement cost, passing part of that on as a discount (typically 3% to 5%) is often free for the store and nudges the customer toward the method with the highest conversion and lowest risk.

Monitor all of this automatically

Especialista Loja Virtual runs real browser checks on your site every few minutes, alerts on Discord, Slack or email and shows a screenshot of the incident. Start free.