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

# Supported payment methods by country

> The catalog of payment methods PayBridge has loaded in each country, with their code and status.

<Warning>
  **Coming soon.** PayBridge is not available yet. This guide previews how it will work; the screens it describes may not be enabled in your backoffice yet.
</Warning>

This is the catalog of methods **PayBridge has loaded today**, country by country. Which method shows
up in each store, device, and channel is decided later in
[Method availability](/en/manuals/paybridge/availability); this page is the reference for what exists
and under which code.

## How to read the tables

<CardGroup cols={2}>
  <Card title="Code" icon="hashtag">
    The method's identifier in Fire. It is exactly the `methodCode` a channel sends when
    [creating a charge](/en/api-reference/paybridge-charge).
  </Card>

  <Card title="Status" icon="circle-check">
    **Live** = it charges today through Paybridge DSI (payment link). **Staged** = it is in the
    catalog, but its routing isn't enabled yet, so you can't charge with it.
  </Card>
</CardGroup>

<Info>
  **Staged** methods are local pinpads or direct provider integrations: they sit ready in the catalog to
  be turned on once their routing is enabled. The ones marked *coverage to confirm* are live through
  DSI, pending confirmation of the commercial scope with the provider.
</Info>

<Note>
  This catalog and the routing of each method are maintained by a Fire administrator. If you need a
  method that is not on the list, or need one moved from **staged** to **live**, ask an administrator
  to enable it.
</Note>

## 🇪🇨 Ecuador

| Method                  | Code       | Type                             | Status |
| ----------------------- | ---------- | -------------------------------- | ------ |
| Deuna / Banco Pichincha | `deuna`    | Gateway (wallet, card, transfer) | Live   |
| Datafast                | `datafast` | Card (pinpad)                    | Staged |
| Medianet                | `medianet` | Card (pinpad)                    | Staged |

## 🇨🇱 Chile

| Method            | Code        | Type                | Status                     |
| ----------------- | ----------- | ------------------- | -------------------------- |
| Mach              | `mach`      | Wallet              | Live                       |
| Rutpay            | `rutpay`    | Transfer            | Live                       |
| Amipass           | `amipass`   | Vouchers / benefits | Live · coverage to confirm |
| Pluxee            | `pluxee`    | Vouchers / benefits | Live · coverage to confirm |
| Edenred           | `edenred`   | Vouchers / benefits | Live · coverage to confirm |
| Transbank (VX805) | `transbank` | Card (pinpad)       | Staged                     |

## 🇻🇪 Venezuela

| Method           | Code           | Type                      | Status                     |
| ---------------- | -------------- | ------------------------- | -------------------------- |
| Pago Móvil / C2P | `sitef_c2p`    | Transfer                  | Live · coverage to confirm |
| Cashea           | `sitef_cashea` | BNPL (buy now, pay later) | Live · coverage to confirm |
| SiTef (card)     | `sitef_card`   | Card (pinpad)             | Staged                     |

## 🇨🇴 Colombia

| Method                 | Code       | Type              | Status |
| ---------------------- | ---------- | ----------------- | ------ |
| Redeban                | `redeban`  | Card (REST cloud) | Staged |
| ICT220 (Ingenico)      | `ict220`   | Card (pinpad)     | Staged |
| Lane 3000 (CrediBanco) | `lane3000` | Card (pinpad)     | Staged |

## 🇦🇷 Argentina

| Method          | Code             | Type          | Status |
| --------------- | ---------------- | ------------- | ------ |
| MercadoPago QR  | `mercadopago_qr` | QR / wallet   | Staged |
| Posnet / Prisma | `posnet`         | Card (pinpad) | Staged |

## 🇧🇷 Brazil

| Method   | Code       | Type          | Status |
| -------- | ---------- | ------------- | ------ |
| CliSiTef | `clisitef` | Card (pinpad) | Staged |

<Note>
  Available at the provider but **not loaded yet** in Fire's catalog: **Daviplata** and **Nequi**
  (wallets, Colombia) and **Zelle** (transfer, Venezuela). They get added when the business asks for
  them.
</Note>

## Card brands

Card methods carry their brands declared in the catalog, and those are the ones the channel shows the
customer: Visa, Mastercard, American Express, and Discover in Ecuador (`deuna`, `datafast`,
`medianet`); Visa, Mastercard, and Amex in Chile (`transbank`) and Argentina (`posnet`); Visa and
Mastercard in Colombia (`ict220`, `lane3000`) and Venezuela (`sitef_card`); Visa, Mastercard, and Amex
in Brazil (`clisitef`).

## Related

<CardGroup cols={2}>
  <Card title="Method availability" icon="table-cells" href="/en/manuals/paybridge/availability">
    Turn each method on per brand, store, or device, and per channel.
  </Card>

  <Card title="Configuration per level" icon="sliders" href="/en/manuals/paybridge/configuration">
    The credentials and settings of each method per brand, store, or device.
  </Card>

  <Card title="Charge from a channel" icon="credit-card" href="/en/api-reference/paybridge-charge">
    How a channel uses these codes to charge.
  </Card>
</CardGroup>
