> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wepayout.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Methods Guide

> Understanding Bank Account Data vs PIX Key for payments

# Payments Transfers via Bank Account Data

## Why Payments Transfers via Bank Account Data are More Advantageous Under the New Regulation?

To justify our recommendation, let's first clarify the differences between bank account details, Pix key, and Pix payments:

### Bank Account Details

These are the traditional details associated with a bank account, such as bank name, account number, and branch code. In Brazil, these details are used for transactions where the specific bank and account need to be specified directly. These are unique and non-transferable, similar to an address, and cannot be moved to another financial institution.

### Pix Key

The Pix key functions as a nickname for bank account details, simplifying the process of receiving payments via the Pix system. The Pix key can be an identifier such as a CPF (tax ID), email, phone number, or a randomly generated key. It simplifies the process of receiving payments, eliminating the need to enter all bank account details. However, since the Pix key can be transferred between banks and accounts at any time, this flexibility requires revalidation, which may lead to transaction rejections if data mismatches occur.

### Payment via Pix

Pix is Brazil's instant payment system, enabling transfers in just seconds, 24/7, even on holidays. Payments can be made in two ways:

#### With a Pix Key

The payment is directed to the Pix key registered by the user, such as CPF or email.

#### With Bank Account Details

The payment uses the user's traditional bank account information (branch and account number) but is still processed by the Pix system, maintaining the speed and immediacy of the payment.

## New Regulation and Compliance

With Ordinance 615, the Ministry of Finance mandates that, to make deposits and receive prizes, users' accounts must:

* Be registered with an institution authorized by the Central Bank of Brazil (BACEN)
* Be linked to all transactions

These requirements make the use of bank account details a safer and more advantageous choice, ensuring that the account is validated from the start and allowing payments to occur stably and in compliance with the Ministry of Finance guidelines, avoiding future complications in the payment flow.

## Pix Key Limitations

Though convenient, the Pix key presents challenges for high-volume transactions:

### Limit on DICT Queries

Frequent queries to the Directory of Transactional Account Identifiers (DICT) to validate Pix keys can reach a daily limit, leading to temporary blocks.

### Risk of Inconsistency

When users change their Pix key to another bank, data mismatches may occur, impacting the continuity and security of payments.

## Advantages of Using Bank Account Details in Pix Payments

With WEpayments, when making payments directly to registered bank account details, the institution validation occurs at the time the request is created. This way, the user is immediately informed if they need to review their registered account, eliminating potential rejections and ensuring a higher conversion rate and a better user experience in the long term.

### Reduced Rejections

Since bank account details cannot be transferred between banks, there's no need for revalidation with each payment. This lowers the likelihood of transaction failures and rejections.

### Regulatory Compliance

By using bank account details with the Pix system, the payment aligns more closely with regulations, as the registered account is verified and fixed.

## Conclusion

With new regulatory requirements and Pix key limitations, we recommend using payments via bank account details through the Pix system. This approach maintains the speed and reliability of Pix while providing enhanced security and regulatory compliance, delivering a stable and reliable experience for the user.

***

## Comparison Table

<CardGroup cols={2}>
  <Card title="Bank Account Details" icon="building-columns" color="#10B981">
    **Advantages**:

    * Unique and non-transferable
    * No revalidation needed
    * Reduced rejections
    * Regulatory compliance
    * Validated at creation

    **Best for**: High-volume transactions, stable payments
  </Card>

  <Card title="PIX Key" icon="key" color="#3B82F6">
    **Advantages**:

    * Easy to remember
    * Quick to use
    * Flexible (can change banks)

    **Limitations**:

    * DICT query limits
    * Risk of inconsistency
    * Requires revalidation

    **Best for**: One-time payments, personal transfers
  </Card>
</CardGroup>

## Payment Method Comparison

| Feature                   | Bank Account Details  | PIX Key                |
| ------------------------- | --------------------- | ---------------------- |
| **Transferable**          | ❌ No                  | ✅ Yes                  |
| **Revalidation Required** | ❌ No                  | ✅ Yes                  |
| **DICT Query Limits**     | ✅ Not affected        | ❌ Can reach limits     |
| **Rejection Risk**        | ✅ Lower               | ⚠️ Higher              |
| **Regulatory Compliance** | ✅ Full compliance     | ⚠️ Requires validation |
| **Speed**                 | ⚡ Instant (via PIX)   | ⚡ Instant              |
| **Availability**          | 🕐 24/7               | 🕐 24/7                |
| **Best Use Case**         | High-volume, business | Personal, one-time     |

## Regulatory Compliance

<Note>
  **Ordinance 615**: The Ministry of Finance requires that user accounts be:

  1. Registered with BACEN-authorized institutions
  2. Linked to all transactions

  Using bank account details ensures compliance from the start.
</Note>

<Warning>
  **PIX Key Risks**: While convenient, PIX keys can be transferred between banks, requiring revalidation and potentially causing payment failures.
</Warning>

## Related Resources

<CardGroup cols={3}>
  <Card title="Create Payment" icon="plus" href="/api-reference/cash-out/payout/create-payment">
    Create payments with bank account details
  </Card>

  <Card title="About Payments" icon="circle-info" href="/cash-out/about-payments">
    Learn about payment types
  </Card>

  <Card title="Rejection Reasons" icon="circle-xmark" href="/cash-out/rejection-reasons">
    Understand rejection codes
  </Card>

  <Card title="Decode QR Code" icon="qrcode" href="/api-reference/cash-out/payout/decode-qr-code">
    Process PIX QR Codes
  </Card>

  <Card title="Get Balance" icon="wallet" href="/api-reference/account/get-balance">
    Check wallet balance
  </Card>
</CardGroup>
