# Conta & Pix (/en/docs/pix-processamento)

Conta & Pix is PayZu's account and Pix API: it creates charges, sends Pix payments, moves balance between internal accounts, and notifies every status change by callback.

<PixSeal />

<QuickLinks>
  <QuickLink href="/docs/pix-processamento/getting-started" title="Getting started" />

  <QuickLink href="/docs/pix-processamento/endpoints" title="API reference" />

  <QuickLink href="/docs/pix-processamento/tutoriais" title="Tutorials" />

  <QuickLink href="/docs/pix-processamento/webhooks" title="Webhooks" />

  <QuickLink href="/docs/pix-processamento/best-practices" title="Best practices" />

  <QuickLink href="/docs/pix-processamento/for-ai" title="For AIs" />

  <QuickLink href="/docs/pix-processamento/glossary" title="Glossary" />
</QuickLinks>

<Mermaid
  chart="`
flowchart LR
  Sua[&#x22;Your application&#x22;] <--> API[&#x22;PayZu API&#x22;]
  API --> PIX[&#x22;Pix charges&#x22;]
  API --> WD[&#x22;Pix Payments&#x22;]
  API --> IT[&#x22;Internal transfer&#x22;]
  API --> CB[&#x22;Webhooks&#x22;]

  click PIX &#x22;/en/docs/pix-processamento/endpoints/pix-operations/post_pix&#x22; &#x22;Pix endpoints&#x22;
  click WD &#x22;/en/docs/pix-processamento/endpoints/withdrawals/post_withdraw&#x22; &#x22;Withdrawal endpoints&#x22;
  click IT &#x22;/en/docs/pix-processamento/endpoints/internal-transfer/post_internal_transfer&#x22; &#x22;Internal transfer endpoints&#x22;
  click CB &#x22;/en/docs/pix-processamento/webhooks&#x22; &#x22;Webhooks&#x22;

  style API fill:#14ce71,stroke:#0eb464,color:#ffffff
`"
/>

## Where to start [#where-to-start]

| If you are                          | Start with                                                                                                                |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **First integration**               | [Getting started](/docs/pix-processamento/getting-started) → [Receive Pix](/docs/pix-processamento/tutoriais/receive-pix) |
| **Going straight to the reference** | [API endpoints](/docs/pix-processamento/endpoints)                                                                        |
| **Need to understand callbacks**    | [Webhooks](/docs/pix-processamento/webhooks)                                                                              |
| **Preparing for production**        | [Best practices](/docs/pix-processamento/best-practices) → [Checklist](/docs/pix-processamento/best-practices/checklist)  |
| **Received a Pix dispute**          | [MED](/docs/pix-processamento/med) → [Infractions tutorial](/docs/pix-processamento/tutoriais/infractions)                |

## What the API covers [#what-the-api-covers]

The API reference organizes every endpoint into functional groups, from Pix charges to infractions (MED), each with a complete schema and examples.

<QuickLinks>
  <QuickLink href="/docs/pix-processamento/endpoints" title="API endpoints" />
</QuickLinks>

## API conventions [#api-conventions]

Call conventions (base URL, Bearer token, `Content-Type`, amounts in reais) live in a single table in Concepts; platform availability can be tracked at [status.payzu.com.br](https://status.payzu.com.br).

<QuickLinks>
  <QuickLink href="/docs/pix-processamento/concepts" title="Concepts · API conventions" />
</QuickLinks>

## Other PayZu products [#other-payzu-products]

<QuickLinks>
  <QuickLink href="/docs/cell" title="PayZuCell" />

  <QuickLink href="/docs/cartao" title="Cartão de Crédito" />

  <QuickLink href="/docs/crypto" title="Crypto" />

  <QuickLink href="/en/docs" title="All products" />
</QuickLinks>

## Need help? [#need-help]

<QuickLinks>
  <QuickLink href="https://suporte.payzu.com.br" title="Open a ticket" />
</QuickLinks>