> For the complete documentation index, see [llms.txt](https://apidocs.onekeypayments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.onekeypayments.com/guides/deposits/countries-specialization/automatic-pix.md).

# Automatic Pix

Automatic Pix (or "*Pix Automatico*") is the Central Bank of Brazil's official solution for managing recurring and automated payments.&#x20;

The core concept is a "pull payment" system built on the Pix infrastructure. Instead of the customer "pushing" a payment each month, they provide a one-time pre-authorization. This authorization gives the merchant permission to automatically debit their account on a scheduled basis.

### Key benefits

<table data-header-hidden><thead><tr><th valign="top">Payer</th><th></th></tr></thead><tbody><tr><td valign="top"><strong>Payer</strong></td><td><strong>Merchant</strong></td></tr><tr><td valign="top"><p><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span> <strong>Full control and transparency</strong><br>Customers can view, manage, set maximum spending limits, and cancel all their authorizations directly within their own banking app.</p><p></p><p><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span> <strong>Convenience</strong><br>Offers a "set it and forget it" experience for all their recurring bills and subscriptions.</p><p></p><p><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span> <strong>Enhanced security</strong><br>Built on the secure and encrypted Pix network, with advance notifications before each payment is debited.</p></td><td><p><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span> <strong>Reduce involuntary churn</strong> <br>Eliminates payment failures and churn caused by expired credit cards, lost cards, or credit limits.<br></p><p><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span> <strong>Predictable cashflow</strong><br>Automates the entire billing cycle, providing a steady and reliable revenue stream.<br></p><p><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span> <strong>Increase conversion</strong><br>Taps into the entire Brazilian market, including millions of customers who do not have or prefer not to use a credit card.<br></p><p><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span> <strong>Built-in retries</strong><br>The network includes logic to automatically retry failed payments (e.g., due to temporary insufficient funds), increasing your collection success rate.</p></td></tr></tbody></table>

### Journeys

Automatic Pix offers different ways of starting a recurrency, merchants can opt for the journey that matches best with their purchase experience.

<table><thead><tr><th width="179.046875" align="center">Journey</th><th>How it works</th></tr></thead><tbody><tr><td align="center"><strong>QR Code Authorization</strong></td><td>The customer scans a QR code with their banking app to follow the authorization flow. This method only approves future payments without creating an initial charge, allowing the first payment to be initiated later.</td></tr><tr><td align="center"><strong>QR Code Authorization + First Payment</strong></td><td>A single QR code contains all the necessary information for both authorization and the initial payment. This allows the customer to make the first payment and authorize future recurring payments in one simple step.</td></tr><tr><td align="center"><strong>Post-Purchase Authorization</strong><br><em><mark style="background-color:blue;">Coming soon</mark></em></td><td>After completing a one-time purchase, the customer receives an offer to opt-in and complete the authorization flow for future recurring payments.</td></tr><tr><td align="center"><strong>Direct Bank Notification</strong><br><em><mark style="background-color:blue;">Coming soon</mark></em></td><td>When the merchant already has the customer's banking details, a push notification can be sent directly to their bank. The customer then receives a prompt from their bank to complete the authorization flow.</td></tr><tr><td align="center"><strong>Open Finance Flow</strong><br><em><mark style="background-color:blue;">Coming soon</mark></em></td><td>This method utilizes our Open Finance integration. The customer is automatically redirected from your checkout page directly to their preferred banking app to securely complete the authorization.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apidocs.onekeypayments.com/guides/deposits/countries-specialization/automatic-pix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
