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

# Australian Card Schemes: eftpos, Visa, and Mastercard

> Understand the card schemes Australian customers use (eftpos, Visa, and Mastercard), how dual-network cards and least-cost routing work, and what it means for merchants.

When an Australian customer taps or inserts a card, that payment travels over a **card scheme**, the network that connects the customer’s bank to yours and sets the rules. Australia has three main schemes: the domestic **eftpos** network, and the international **Visa** and **Mastercard** networks. Many Australian cards actually carry two schemes at once, which affects how much each payment costs you. This page explains the schemes and why the routing choice matters.

<Note>
  For the general steps every card payment goes through (authorization, capture, and settlement), see [how card payments work](/platform-overview/payment-concepts/how-cards-work). This page focuses on the schemes specific to Australia.
</Note>

## The three main schemes

<CardGroup cols={3}>
  <Card title="eftpos" icon="building-columns">
    Australia’s own domestic debit network. It handles debit payments directly between Australian banks and is typically the lowest-cost option for merchants.
  </Card>

  <Card title="Visa" icon="credit-card">
    A global scheme carried on both debit and credit cards, widely accepted in Australia and overseas.
  </Card>

  <Card title="Mastercard" icon="credit-card">
    A second global scheme, also on debit and credit cards, with similarly broad acceptance.
  </Card>
</CardGroup>

## Dual-network debit cards

Most Australian debit cards are **dual-network cards**: a single card carries both the eftpos network and one of the international networks (Visa or Mastercard). When a customer pays, the payment can be routed over either network, and each network can charge the merchant a different fee.

<Note>
  Whether a card runs over eftpos or the international network can change the cost of the same payment. This is why routing matters, and why Australia has rules encouraging merchants to be able to choose.
</Note>

## Least-cost routing

**Least-cost routing** (sometimes called merchant-choice routing) is the ability for a merchant to send a dual-network debit payment over whichever network costs less, usually eftpos for domestic debit. For businesses that process a lot of debit payments, routing them over the cheaper network can add up to meaningful savings.

<CardGroup cols={2}>
  <Card title="Why it helps merchants" icon="circle-dollar-to-slot">
    Sending eligible debit payments over the lower-cost network reduces your average cost per payment without changing the customer’s experience.
  </Card>

  <Card title="What the customer sees" icon="user">
    Nothing changes for the customer; they tap or insert the same card. The routing choice happens behind the scenes.
  </Card>
</CardGroup>

## Credit vs. debit

<AccordionGroup>
  <Accordion title="Debit cards">
    A debit card spends money the customer already has in their account. In Australia these are usually dual-network (eftpos plus Visa or Mastercard), which is where least-cost routing applies.
  </Accordion>

  <Accordion title="Credit cards">
    A credit card spends money the customer borrows from their bank, to repay later. Credit payments run over the international schemes (Visa or Mastercard) and generally cost the merchant more than debit.
  </Accordion>
</AccordionGroup>

## How cards fit alongside real-time payments

Cards give your customers a familiar, widely expected way to pay, and support features like authorize-now-capture-later. But card payments cost more and settle more slowly than a real-time bank payment such as PayID.

<Tip>
  A common approach for Australian merchants is to offer both: PayID for customers who want an instant, low-cost bank payment, and cards for customers who prefer them. See [real-time payments vs. card payments](/platform-overview/payment-concepts/rtp-vs-cards) to weigh the trade-offs.
</Tip>

<Note>
  Hello Clever’s card processing supports Visa and Mastercard, along with wallet options like Apple Pay and Google Pay. For the technical detail, see the [Card API overview](/api/card/overview) and [card payment security](/security/card-security).
</Note>


## Related topics

- [US Card Schemes: Visa, Mastercard, and Amex](/platform-overview/payment-concepts/us/card-schemes.md)
- [Japanese Card Schemes: JCB and Beyond](/platform-overview/payment-concepts/jp/card-schemes.md)
- [How Card Payments Work](/platform-overview/payment-concepts/how-cards-work.md)
