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

# Bank Accounts

> Register your existing fiat bank account to enable transfers across supported rails and currencies.

A bank account in Pythas is a registration of your existing fiat bank account. Pythas does not open or manage bank accounts — it registers an account you already hold so it can be used as the source or destination for fiat transfers.

<Info>
  You must register at least one bank account before initiating a transfer that involves fiat currency. The account must already exist at your bank before registration.
</Info>

## Supported rails and currencies

| Currency | Rails                       | Status |
| -------- | --------------------------- | ------ |
| **USD**  | Wire (SWIFT / Fedwire), ACH | Active |
| **EUR**  | SEPA                        | Active |
| **BRL**  | PIX                         | Active |
| **MXN**  | SPEI                        | Active |

## Required fields by currency

<Tabs>
  <Tab title="USD">
    Both ACH and Wire use the same account details.

    | Field                                   | Required |
    | --------------------------------------- | -------- |
    | Bank name                               | Yes      |
    | Account name (as shown on bank account) | Yes      |
    | Account owner (legal name)              | Yes      |
    | Account number                          | Yes      |
    | Routing number (ABA)                    | Yes      |
    | Account type (checking or savings)      | Yes      |
    | Bank address                            | Yes      |
    | Networks (ACH and/or Wire)              | Yes      |
  </Tab>

  <Tab title="EUR">
    SEPA transfers in EUR require IBAN and BIC details.

    | Field                                   | Required |
    | --------------------------------------- | -------- |
    | Bank name                               | Yes      |
    | Account name (as shown on bank account) | Yes      |
    | Account owner (legal name)              | Yes      |
    | IBAN                                    | Yes      |
    | BIC / SWIFT code                        | Yes      |
    | Bank address                            | Yes      |
    | Account holder address                  | Yes      |
  </Tab>

  <Tab title="BRL">
    PIX transfers use a PIX key as the identifier. Provided via Local Rail Partner.

    | Field                                           | Required    |
    | ----------------------------------------------- | ----------- |
    | Bank name                                       | Yes         |
    | Account owner (legal name)                      | Yes         |
    | PIX key (CPF/CNPJ, phone, email, or random key) | Yes         |
    | Account holder address                          | Yes         |
    | BR code (for QR-based transfers)                | Conditional |
  </Tab>

  <Tab title="MXN">
    SPEI transfers use a CLABE account number. Provided via Local Rail Partner.

    | Field                                     | Required |
    | ----------------------------------------- | -------- |
    | Bank name                                 | Yes      |
    | Account owner (legal name)                | Yes      |
    | CLABE (18-digit interbank account number) | Yes      |
    | Account holder address                    | Yes      |
  </Tab>
</Tabs>

<Warning>
  Always confirm banking details with your Pythas account manager before initiating any wire. Transfers sent to incorrect account details may be delayed, returned, or in rare cases unrecoverable.
</Warning>
