Static vs Dynamic QR Codes
What the redirect actually buys you, measured on real encoded codes, and which payloads are worse off for it.
16 min readVenmo's own code lives in the app as a screenshot on a phone. This makes one from your public profile link, so you get a vector file that prints properly on a sign, a tip jar or a market stall, and it opens for people paying from a browser too.
✓ Scan-tested: this code reads back correctly.
Contrast 21:1, Strong
Version 3 · 37 modules · print at least 14.8 mm wide
Venmo has a code of its own. Open the app, tap Me, and your QR code is at the top of your profile, with a scanner beside it. You will find it under Venmo app, Me tab, QR code. For meeting somebody in person it is the faster option, and this page is not trying to replace it. It runs out in four places.
Characters become modules, and modules decide how small the code can be printed and still read. These are the same link, in the forms Venmo actually hands out, each one encoded and decoded when this page was built.
| Link form | Characters | Version | Modules | Print at least |
|---|---|---|---|---|
| Your profile linkhttps://venmo.com/u/janedoeFrom the app's share sheet, or type your username after venmo.com/u/. The shortest and the one to print. | 27 | 3 | 37 | 14.8 mm |
| Profile link with the www prefixhttps://www.venmo.com/u/janedoeWorks identically and costs four characters for nothing. | 31 | 3 | 37 | 14.8 mm |
| A payment link with an amounthttps://venmo.com/u/janedoe?txn=pay&amount=15¬e=CoffeePre-fills the amount and the note. Worth the extra length for a fixed price, wasteful for a tip jar. | 57 | 4 | 41 | 16.4 mm |
| The older path without /u/https://venmo.com/janedoeStill resolves, and it is two characters shorter. Check it opens your profile before printing it, because Venmo has moved this form before. | 25 | 2 | 33 | 13.2 mm |
A Venmo username is short, so the plain profile code is one of the smallest on this site and prints comfortably on a card at a counter.
The amount parameters are the only real cost. If every payment is the same price, a pre-filled code removes a step for the customer and is worth the extra modules. For a tip jar, where the amount is the customer's decision, leave them off.
The download here stays locked until a decoder has read the finished code back, so the first of those cannot happen to a file you get from this page. For a code whose destination might need to change after printing, the dynamic generator keeps the printed symbol and moves the target.
Not from the app, which only gives you a screenshot. Take your profile link, in the form venmo.com/u/yourusername, paste it into the generator on this page and download the SVG. That is a vector file, so it stays sharp whether it ends up on a business card or a stall sign.
The Venmo code itself is in the phone app only, but you do not need it. Your profile link is all a QR code contains, so type venmo.com/u/ and your username into the generator here on the computer where you are making the artwork, and download the file straight into your layout.
Scanning opens your profile in a browser, where they are prompted to sign in or install the app. Venmo is a closed system, so they do need an account eventually. That is Venmo's behaviour, not the code's.
Yes, by adding the amount and a note to the link, which the table above measures. It suits a fixed price such as a stall item or an invoice. For tips, leave it off and let the payer choose.
With two precautions. Fix it down and laminate it, because swapping a printed payment sticker is a known scam. And scan your own printed copy with a borrowed phone before it goes out, checking that your name comes up. Print your handle beside the code so payers can see who they are paying.
QRMakery builds this code on your own device. The link you paste and the file you download never reach a server.
Payment links and product pages, with the safety checks a printed payment code needs.
What the redirect actually buys you, measured on real encoded codes, and which payloads are worse off for it.
16 min readThe usable square inside a round sticker is 70% of its diameter. Measured minimum sizes for real links, against every common sticker size.
8 min readWhat each platform already ships, the measured cost of each payload type, and how to check an offline claim yourself.
26 min read