Payment Method Details
| Customer locations | Brazil |
| Supported currencies | BRL |
| Recurrent payments | ✓ (Pix Automático) |
| Manual capture support | ✗ |
| Refunds | ✓ |
| Supported processors | Stripe |
Prerequisites
- Connect and activate the Stripe integration in PayNext
- Enable Pix in your Stripe Dashboard under Settings → Payment methods
- Make sure Pix is enabled for your Stripe account and environment
- Turn on Pix in your PayNext checkout configuration
How it works
Initial payment
The customer selects Pix at checkout and completes the payment by scanning a QR code or copying the Pix string in their banking app.Recurring setup (Pix Automático)
For recurring Pix flows, PayNext first creates a Pix setup with mandate details. After the customer approves the setup, the initial payment is created and future recurring charges are scheduled according to the mandate configuration. Important notes for recurring Pix:- the subscription cadence must match the mandate
payment_schedule - only one Pix payment can be scheduled per billing cycle
- supported recurring cadences are weekly, monthly, quarterly, halfyearly, and yearly
- daily billing is not supported
IOF handling
For international businesses, Stripe applies Brazilian consumer tax (IOF) handling for Pix. Default behavior:amount_includes_iof = never- the customer pays the IOF
- the amount shown in the customer’s banking app is marked up by 3.5%
amount_includes_iof = always- the merchant absorbs the IOF
- Stripe deducts the IOF from settlement
Testing
Configure Stripe credentials
Use the correct Stripe environment in your PayNext integration and make sure Pix is enabled for that account.
Complete customer approval
Complete the payment by scanning the QR code or using the Pix string in the banking app.
Verify the initial payment
Confirm the payment appears in the PayNext dashboard and that the final successful status is received via Stripe webhook.
Refunds
Pix payments can be refunded after a successful payment. Refund handling follows Stripe processing and webhook updates in PayNext.Notes
- Pix does not support manual capture.
- For recurring Pix, mandate configuration must stay aligned with the subscription billing cycle.