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

# India: UPI

> A comparative reference to India’s Unified Payments Interface (UPI), the world’s most-used real-time payment system, and how it relates to the concepts in this section.

India’s **Unified Payments Interface (UPI)** is the most widely used real-time payment system in the world by transaction volume. It is included here as a comparative reference: understanding UPI helps put the other markets in context, even though the specifics differ from Australia, Japan, and the US.

<Note>
  This page is a high-level reference, not an integration guide. It shows how UPI fits the concepts covered elsewhere in this section. For the fundamentals, see [real-time A2A payments in depth](/platform-overview/payment-concepts/real-time-a2a).
</Note>

## What UPI is

UPI is a real-time account-to-account system that lets people and businesses pay directly between bank accounts using a simple identifier, a **UPI ID** (also called a Virtual Payment Address), instead of sharing account numbers. It runs around the clock and settles payments in seconds.

<CardGroup cols={2}>
  <Card title="Alias-based, like PayID" icon="id-card">
    A UPI ID plays a similar role to Australia’s PayID: a simple address that resolves to a bank account, removing the need to share account numbers.
  </Card>

  <Card title="Real-time and 24/7" icon="bolt">
    Like the NPP, FedNow, and RTP, UPI settles each payment instantly, at any hour.
  </Card>

  <Card title="QR-first" icon="qrcode">
    UPI is heavily used through QR codes, especially at physical merchants, making it easy for even small vendors to accept digital payments.
  </Card>

  <Card title="App-driven" icon="mobile-screen">
    Customers pay through mobile apps built on UPI, which has driven very high adoption across India.
  </Card>
</CardGroup>

## How UPI relates to the systems in this section

|                  | **UPI (India)** | **NPP / PayID (Australia)** | **FedNow / RTP (US)** |
| ---------------- | --------------- | --------------------------- | --------------------- |
| **Alias-based**  | Yes (UPI ID)    | Yes (PayID)                 | Not primarily         |
| **Real-time**    | Yes             | Yes                         | Yes                   |
| **24/7**         | Yes             | Yes                         | Yes                   |
| **QR-led usage** | Very high       | Growing                     | Limited               |
| **Adoption**     | Extremely high  | Growing                     | Growing               |

<Tip>
  If you already understand PayID, UPI will feel familiar: both use a simple alias over a real-time payment system. The biggest practical difference is scale and QR-led usage: UPI is woven into everyday payments across India.
</Tip>

<Note>
  Support for specific markets on Hello Clever can change. Treat this page as background for understanding the payments landscape rather than a statement of current coverage. Check the [multi-currency and API references](/api/v2/introduction) for what is supported today.
</Note>


## Related topics

- [Get Started with Hello Clever](/getting-started/overview.md)
- [Real-time A2A Payments in Depth](/platform-overview/payment-concepts/real-time-a2a.md)
- [Overview](/platform-overview/payment-concepts/overview.md)
