> ## 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.

# What NPP, PayID, and PayTo Are

> Learn how Australia’s New Payments Platform, PayID, and PayTo work together to enable real-time, secure, and flexible bank payments.

Australia’s real-time payment landscape rests on three connected pieces: the **New Payments Platform (NPP)**, **PayID**, and **PayTo**. The NPP is the infrastructure; PayID and PayTo are services built on top of it for different jobs. This page explains what each one does, how they fit together, and why they matter for businesses and customers in Australia.

<AccordionGroup>
  <Accordion title="New Payments Platform (NPP)">
    The **New Payments Platform (NPP)** is the foundation of Australia’s real-time payment system. It enables instant, round-the-clock bank-to-bank payments across participating institutions. When a payment runs over the NPP, the money is processed in seconds and is available in the recipient’s account straight away, with no batch windows and no overnight wait.

    The NPP provides the rails that both PayID and PayTo run on. Without it, neither service would exist.

    **What it offers:**

    * **Real-time processing**: each payment settles on its own, not in a batch
    * **All-day availability**: payments work on weekends and public holidays
    * **A rich data standard (ISO 20022)**: carries detailed information for easy matching
    * **Central clearing**: the NPP coordinates settlement between banks, backed by the Reserve Bank of Australia’s Fast Settlement Service
  </Accordion>

  <Accordion title="PayID">
    **PayID** lets a customer send money to a simple identifier (a mobile number, an email address, or a business domain such as `pay@yourbusiness.com.au`) instead of a BSB and account number. The customer enters the PayID, the NPP looks up the linked account, and the money arrives in real time.

    PayID works for payments between individuals and, importantly for businesses, for customer-to-business (C2B) payments. A branded domain PayID helps customers recognise and trust your business.

    <Tip>
      A custom domain PayID (for example, `pay@yourbusiness.com.au`) signals a verified business identity, which reduces the risk of payments going to the wrong place.
    </Tip>
  </Accordion>

  <Accordion title="PayTo">
    **PayTo** is a modern replacement for direct debit, also built on the NPP. It lets a business collect recurring or scheduled payments from a customer’s account, but only after the customer approves a digital agreement (a mandate) in their banking app.

    The key difference from old direct debit is that the agreement is held by the customer’s bank, not the business. Customers can view, pause, change, or cancel it themselves at any time.

    <Note>
      Hello Clever facilitated Australia’s first-ever PayTo transaction, in partnership with Commonwealth Bank.
    </Note>
  </Accordion>
</AccordionGroup>

## How the three fit together

The NPP is the infrastructure. PayID and PayTo are services that use it for different payment patterns: PayID for one-off payments a customer sends, PayTo for recurring payments a business collects.

<CardGroup cols={3}>
  <Card title="NPP" icon="building-columns">
    The real-time clearing and settlement infrastructure. Every PayID and PayTo payment runs over it.
  </Card>

  <Card title="PayID" icon="id-card">
    An addressing service for one-off, customer-sent (push) payments to a simple identifier.
  </Card>

  <Card title="PayTo" icon="arrows-rotate">
    A service for recurring, business-collected (pull) payments against an agreement the customer approves.
  </Card>
</CardGroup>

|                       | **NPP**                | **PayID**                   | **PayTo**                        |
| --------------------- | ---------------------- | --------------------------- | -------------------------------- |
| **Role**              | Infrastructure         | Service on top of the NPP   | Service on top of the NPP        |
| **Payment direction** | Either                 | Push (customer to business) | Pull (business from customer)    |
| **Use case**          | All real-time payments | One-off and C2B payments    | Recurring and scheduled payments |
| **Customer approval** | N/A                    | None needed per payment     | Approved once per agreement      |
| **Speed**             | Instant                | Instant                     | Instant                          |

<Tip>
  Need a customer to pay once, quickly? Use PayID. Need to collect on a schedule? Use PayTo.
</Tip>

## Go deeper

<CardGroup cols={2}>
  <Card title="PayID for C2B payments" icon="store" href="/platform-overview/payment-concepts/payid-c2b">
    How businesses receive PayID payments and match them to orders.
  </Card>

  <Card title="PayTo for recurring payments" icon="calendar-check" href="/platform-overview/payment-concepts/payto-recurring">
    How to collect subscriptions and scheduled payments with PayTo.
  </Card>
</CardGroup>


## Related topics

- [PayID, Bank Transfers, and BPAY](/platform-overview/payment-concepts/payid-bank-transfers-bpay.md)
- [PayID for C2B Payments](/platform-overview/payment-concepts/payid-c2b.md)
- [PayTo vs. Direct Debit](/platform-overview/payment-concepts/payto-vs-direct-debit.md)
