Comparing Aliases: UPI ID, PayID, Pix Key, PayNow

One of the quiet revolutions in modern payments is the alias — a simple identifier like a phone number or email that stands in for a cumbersome bank account number. Instead of sharing a branch code and a string of digits, you share your phone number, and the payment finds its way. Several countries built alias directories into their instant rails, and while the idea is shared, the implementations differ in instructive ways. Comparing UPI ID, PayID, Pix Key and PayNow shows the design space.
Why aliases matter
Account numbers are hostile to humans. They are long, easy to mistype, and expose banking details. An alias solves three problems at once: it is memorable (you already know your phone number), it is portable (it can be re-pointed to a different account without telling everyone new digits), and it reduces error because a directory resolves it to the correct account. Behind every alias is a lookup service that maps the identifier to a real account at a real institution, run or coordinated by the scheme.
India: the UPI ID (VPA)
India's Unified Payments Interface uses a distinctive alias called the Virtual Payment Address (VPA), which looks like an email: name@bank (for example, alice@okbank). What makes UPI unusual is that the VPA is issued by a payment app or bank and abstracts the underlying account entirely, so a single phone can carry multiple VPAs across multiple apps. UPI also natively supports request-to-pay (collect requests) and QR codes, and it is run by the National Payments Corporation of India (NPCI). The VPA-plus-app model helped UPI scale to billions of monthly transactions.
Australia: PayID on the NPP
Australia's PayID runs on the New Payments Platform (NPP). A PayID can be a phone number, email address, or business identifier (an ABN), linked by the user to a single account. A signature feature is that when a payer enters a PayID, the system displays the registered account name before confirmation — a built-in payee-verification step that helps the payer catch mistakes and misdirection before sending. PayID emphasises this name-confirmation as an anti-fraud measure, making it as much a trust feature as a convenience.
Brazil: the Pix Key
Brazil's Pix Key (chave Pix), part of the central-bank-run Pix system, supports the widest set of alias types:
- Phone number
- Email address
- National tax ID (CPF or CNPJ)
- A system-generated random key for users who prefer not to link a personal identifier
The random-key option is notable: it lets someone receive payments without revealing a phone number, email or tax ID, addressing privacy concerns that other schemes handle less directly. Pix Keys are managed through a central directory operated under the central bank.
Singapore: PayNow
Singapore's PayNow links payments to a mobile number or the national identity number (NRIC/FIN), and for businesses to a Unique Entity Number (UEN). Built on the country's FAST instant rail, PayNow made it possible to pay a person by phone number or a business by UEN, and it integrates with the national QR standard SGQR. Like PayID, it surfaces the recipient's registered name for confirmation, and its corporate UEN support made it especially useful for business collections and government disbursements.
Comparing the designs
The schemes converge on the same core idea but differ in revealing ways:
- Alias types. Pix is broadest (including a random key); PayNow and PayID centre on phone, email/ID and a business identifier; UPI uses an app-issued VPA plus phone/QR.
- Name confirmation. PayID and PayNow prominently show the payee name before sending; this anti-misdirection step is a deliberate trust feature.
- Directory governance. Pix's directory sits under the central bank; UPI's under NPCI; PayID and PayNow are run through the domestic scheme operators.
- Multiplicity. UPI's VPA model allows many aliases per person across apps; the others typically bind an alias to one account.
None is objectively best; each reflects local priorities — India's app-centric ecosystem, Brazil's privacy and inclusion goals, Australia and Singapore's emphasis on payee confirmation.
Key takeaways
- Aliases replace account numbers with memorable, portable identifiers resolved by a directory.
- India's UPI uses an app-issued VPA (name@bank) and allows multiple aliases per user.
- Australia's PayID and Singapore's PayNow surface the payee's registered name as an anti-fraud step.
- Brazil's Pix Key supports the widest set, including a privacy-preserving random key.
- The schemes share one idea but differ in alias types, name confirmation, governance and multiplicity.