# Venmo and Cash App QR codes — profile links, not payment standards

> Venmo and Cash App QR codes are plain URLs — venmo.me profile links and cash.app $cashtag links — not open payment standards. They work only when both sides use the same app, which is the opposite of UPI or PIX, where one national code reaches every bank app.

Source: https://useqr.app/docs/payments/venmo-and-cashapp-qr · Last reviewed 2026-08-21 · UseQR is free forever, MIT licensed, no signup.

---

## What is actually in the code

Decode a Venmo or Cash App QR with [/validate](/validate) and you find no payment payload at
all — just an HTTPS URL:

- **Venmo:** a profile link of the `venmo.me/username` form.
- **Cash App:** a `cash.app/$cashtag` link for your $cashtag.

Scanned with a plain camera, the link opens a web page that hands off to the installed app
(or an app-store prompt); scanned with the app's built-in scanner, it jumps straight to the
pay screen for that profile. There is no amount field standard, no checksum, no scheme
grammar — it is a link to a person inside one company's product. Both apps also display
in-app QR codes for in-person scanning, which resolve the same way.

## The structural contrast with open schemes

This puts US P2P codes at the opposite pole from the national systems documented across
[this cluster](/docs/payments/qr-payment-standards-compared):

| | Venmo / Cash App | UPI / PIX |
|---|---|---|
| Payload | Proprietary profile URL | Open spec (`upi://` URI / [EMVCo TLV](/docs/payments/emvco-merchant-presented-qr)) |
| Who can pay | Users of that one app | Customers of **any** bank or wallet app |
| Operator | A private company | National payment infrastructure |
| Amount in code | No | Optional field in the standard |
| If the company changes terms or shuts the product | Code dies | Scheme outlives any provider |

In India one printed code reaches every UPI app; in the US, a counter wanting to cover both
user bases prints **two codes** — a small local rerun of the sticker-clutter problem
[QRIS was invented to end](/docs/payments/qris-indonesia). There is no US national
merchant-presented QR standard filling that role today; the closest general-purpose answer
is [a card checkout link](/docs/payments/stripe-payment-link-qr), which trades
universality for processing fees.

## Where they genuinely work well

Within their ecosystem, the codes are excellent for exactly the informal, low-stakes
settings they were designed for:

- **Market stalls and pop-ups** — a laminated profile code takes payments with zero
  hardware, from customers who overwhelmingly have one of the two apps.
- **[Tip jars](/docs/payments/qr-code-tipping)** — an open-amount profile code on a badge
  or counter stand.
- **Splitting and one-off P2P** — the in-app scan is faster than searching usernames.

Mind the personal/business boundary: both platforms distinguish personal profiles from
business profiles, with **fees applying to business and goods-and-services payments** and
different protection rules on each side. Taking business payments through a personal
profile to dodge fees is a terms-of-service problem and can void what little payment
protection exists. Take the current fee schedules from the platforms themselves.

## Printing one properly

The in-app QR images are designed for phone screens. For print, take your `venmo.me` or
`cash.app/$cashtag` **URL** and generate a clean code with the [URL tool](/url) — you
control [size](/docs/print/qr-code-size-for-print) (**≥ 4–5 cm** at counter distance),
[contrast](/docs/design/qr-code-colors-that-scan), quiet zone and format, rather than
scaling a screenshot. Print the handle as text beside it — `@username`, `$cashtag` — as the
[universal text fallback](/docs/payments/qr-payment-standards-compared), and test-scan with
both a plain camera and the app before printing a batch.

## FAQ

### What is in a Venmo QR code?
A venmo.me profile URL. Scanned in-app it opens the pay screen for that profile; scanned
with a camera it opens a hand-off web page. It is a link, not a payment payload — no
amount, no checksum, no open standard.

### Can someone without Cash App pay my Cash App QR code?
No. The link resolves into the Cash App product, so the payer needs an account. That
app-lock is the fundamental difference from open schemes like UPI or PIX, where any bank
app pays any code.

### Should I use my personal Venmo QR for my business?
No. Business payments belong on a business profile — fees apply, but personal-profile
selling breaches the terms and muddies payment protection. Check the platforms' current fee
schedules directly.

### How do I print a Venmo or Cash App code for a stall?
Generate a fresh code from your profile URL with a proper generator, print at 4-5 cm or
larger with an intact quiet zone, put the handle as text beside it, and test-scan with both
a camera and the app before laminating.

## Try it

- https://useqr.app/url
- https://useqr.app/validate
