Skip to content

How to Add Business Card to Google Wallet (2026)

Ahmad Tayyem
Founder
· Updated May 24, 2026 · 9 min read · Reviewed by QRLynx product team
How to Add Business Card to Google Wallet (2026)

Key Takeaway

Create a Digital Business Card and add it to Google Wallet in under 60 seconds. Step-by-step guide with screenshots, troubleshooting, and a free tool.

The Quick Answer

To add a Digital Business Card to Google Wallet: (1) create a Digital Business Card QR code at QRLynx; (2) on the card preview page, tap "Save to Google Wallet"; (3) Google Wallet opens an in-browser preview showing your name, photo, title, company, phone, and email; (4) tap "Save". The pass is added to your Google Wallet permanently. The pass uses the Google Wallet Generic Pass type with an RS256-signed JWT save URL, which works on every Android device with Google Play Services (Android 5.0+) and on iOS via Google Wallet web. Free for all 5 active dynamic QR codes on the QRLynx Starter plan with unlimited scans and no plan-based cap. Last updated May 2026.

How to add a business card to Google Wallet (4 steps)

1

Create your Digital Business Card

Sign up for a free QRLynx account at qrlynx.com. Choose Digital Business Card from the QR type list. Fill in your name, photo, title, company, phone, email, and any social profiles you want to share.

2

Customize the card visuals

Pick a background color and accent color (these become the header gradient on the Google Wallet pass). Upload a square logo (recommended 240×240px). The Google Wallet renderer is more text-driven than Apple's. Your phone, email, and links appear as tappable buttons.

3

Tap "Save to Google Wallet"

On the card preview page, tap the dark Google Wallet button. Your browser navigates to pay.google.com/gp/v/save/[token]. Google Wallet opens an in-browser preview. Your card name, photo, contact details all visible. The save URL is signed with QRLynx's issuer key so Google trusts it.

4

Tap "Save"

Google Wallet asks to confirm. Tap Save. The card appears in your Google Wallet pass list. To share with someone, just hand them your phone showing the pass. They scan the QR code on the back to save your contact info to their Android Contacts.

What Google Wallet Pass Format Supports

Google Wallet uses the Wallet Objects API, which supports several pass classes: boarding passes, event tickets, loyalty cards, gift cards, and generic passes. Digital Business Cards use the Generic Pass class: the most flexible option for arbitrary contact data.

  • Header section: your name (header), profile photo (logo), and a primary call-to-action like phone or email
  • Body fields: additional contact info (alternate phones, multiple emails, social profiles, address) plus the QR code that links back to your live web card
  • Image fields: a hero image (1032×336px), a logo (240×240px), and an optional barcode rendered as a 200×200 QR

Google Wallet renders all of these in the Material Design pass UI. The header gradient is auto-generated from your dominant color. Tapping the pass expands to show the full body, where phone numbers and emails are tappable to launch the dialer or email client immediately.

The save URL format is a JSON Web Token (JWT) signed with RS256 using QRLynx's issuer service account private key. The JWT payload contains the full pass object inline (typeof generic.GenericObject), with no need to first create the object via the Wallet Objects API. Google's Wallet Generic Pass documentation covers the full spec.

Why Google Wallet Beats Sharing a Phone Number

Same logic as Apple Wallet on iOS: meet someone, exchange Google Wallet passes, save to Contacts in 5 seconds. Google Wallet ships with every Android phone that has Google Play Services, over 3 billion devices worldwide. Statista reports 71% global mobile market share for Android in 2025-2026. That's the largest installed base of any digital wallet on any platform.

Three concrete advantages for business networking:

  • No app install required for the recipient. Google Wallet ships with every Android phone that has Google Play Services. Compare this with Linq, Popl, or Blinq, which require the recipient to install their app to view your card.
  • Updates push automatically. Change your phone number or company once on your QRLynx dashboard, and the pass updates on every device that has it saved. Google's Wallet API handles the push.
  • Cross-platform via Google Wallet web. Google Wallet has a web view at pay.google.com/gp/wallet that lets iOS users view (but not save) Google Wallet passes. Useful for prospects on iPhone who don't have Apple Wallet (rare but happens).

Google Wallet vs Apple Wallet for Android Users

If you're an Android user thinking "why not just use Apple Wallet?". You can't. Apple Wallet is iOS-only. Apple has never released a version for Android, and there's no third-party tool that opens .pkpass files on Android natively.

Google Wallet is the Android-native equivalent. It's been the default Wallet app since Android 5.0 (Lollipop, 2014), and as of 2024 it absorbed Google Pay's functionality, making it a one-stop shop for everything wallet-like on Android.

That said, the two wallet platforms have meaningful differences in pass design constraints. Apple Wallet pass design is fixed (logo + header + auxiliary fields). Every pass looks consistent. Google Wallet allows more flexibility (custom hero image, more text fields, action buttons) but at the cost of less visual polish out of the box.

For a side-by-side comparison, see our Apple Wallet vs Google Wallet for Business Cards comparison.

Google Wallet vs Email vCard vs Paper Business Card

Google Wallet vs Email vCard vs Paper Business Card
FeatureGoogle WalletEmail vCardPaper Card
Recipient effort
1 tap
3-5 taps
Type into phone manually
Auto-saves to Contacts
Via QR scan on pass
Sometimes (client-dependent)
No
Updates automatically
Yes
No
No
Includes photo
Yes
Sometimes
Tiny print quality
QR code embedded
Yes
No
If pre-printed
Cost per card
$0
$0
$0.10-$2 per card
Eco-friendly
Yes
Yes
No
Trackable analytics
Via QRLynx
No
None unless QR-printed
Re-shareable
Share link, NFC tap
Forward email
Re-print

Troubleshooting: When Google Wallet Doesn't Save the Pass

Most Google Wallet save errors fall into one of these four categories.

1. You're not signed in to Google Wallet. Google Wallet requires a Google account. If you tap the save URL while signed out, you'll see a sign-in prompt before the pass preview appears. Sign in and retry.

2. Google Play Services is missing or outdated. Google Wallet depends on Google Play Services to render passes. On phones without Google Play Services (Huawei after 2019, some Indian/Chinese OEMs), Google Wallet doesn't work. Fix: open the link on a different device, or use a QR scanner to scan the QR code directly into the recipient's Contacts.

3. The save URL has expired. QRLynx generates a fresh save URL on each card view. The signed JWT is valid for 24 hours after generation. If you copied the URL and tried to use it later, it may have expired. Fix: visit the QRLynx dashboard, regenerate the link.

4. Browser security extension blocking it. Some privacy extensions (Privacy Badger, uBlock Origin in aggressive mode) block requests to pay.google.com. The save URL won't work in that case. Disable the extension for the QRLynx domain or use a clean browser session.

Privacy: What Google Wallet Knows About Your Pass

Similar architecture to Apple Wallet. Google's Wallet servers handle the push notifications when your pass is updated. They route the update from QRLynx's pass-issuer to the user's device.

What Google sees: Each pass is associated with a Google account. Google sees the pass type (generic), the issuer ID (QRLynx's), and the pass class. The actual contents (your phone, email, photo) are stored client-side after save.

What QRLynx sees: Each save event triggers a webhook from Google to QRLynx. We see the user's Google account email (yes, this is one privacy difference from Apple Wallet, in that Google identifies the saver by Gmail). We use this only for delivery confirmation; we don't share it.

What the recipient sees: Just the pass. They don't see analytics, they don't see who else has your card, they don't see how many times you updated it. Google Wallet treats it like any other pass, fully owned by the recipient once saved.

Google's Privacy Policy covers what data they retain. The Wallet-specific privacy notes are in the Google Wallet platform docs.

FAQ: Google Wallet business cards

How much does it cost to add a business card to Google Wallet?

Free. QRLynx generates a fully signed Google Wallet pass for any of your Digital Business Card QR codes at no cost. The free Starter plan includes 5 active dynamic QR codes (any can be a Digital Business Card with Google Wallet save). Google Wallet itself is built into Android.

Do I need a Google Wallet developer account?

No. QRLynx handles the Google Wallet issuer service account, the JWT signing, and the pass rendering. You don't need a Google Cloud project or developer account. Just create a Digital Business Card on QRLynx and tap "Save to Google Wallet."

Does the recipient need an Android phone?

To save your Google Wallet pass natively, yes. Google Wallet works best on Android (Android 5.0+) with Google Play Services. The same QRLynx Digital Business Card automatically generates an Apple Wallet save URL for iPhone recipients. See our Apple Wallet guide for that flow. The hosted web card itself works on any device.

Can I update my Google Wallet card after saving?

Yes. Update your card on QRLynx (change phone, email, photo, etc.) and the Google Wallet pass updates automatically on every device that saved it. There's nothing the recipient needs to do. The new pass appears with a small badge indicating the update.

How do I share my Google Wallet card with someone?

Three ways: (1) show them your phone. They scan the QR on the back to save your contact info; (2) NFC tap their Android phone to yours (works on Android 5.0+); (3) text or email them the QRLynx URL. All three result in a saved pass on their Wallet.

Does Google Wallet show the QR code on the card?

Yes. The QR code is rendered as a barcode field on the body of the pass. It points at your hosted Digital Business Card page on QRLynx. Recipients can scan it with their iPhone Camera app or any QR scanner to save your contact info to Contacts.

Can I have multiple Google Wallet cards?

Yes. Each Digital Business Card on QRLynx is a separate QR code, and each generates its own save URL. You can save both to Google Wallet. They appear as separate cards. Many freelancers and professionals do this: a personal networking card + a corporate/work card.

Is Google Wallet better than Popl, Linq, or Blinq?

For pure ease of use, Google Wallet is hard to beat. It's native to Android, no app install, free. Popl and Blinq offer NFC business cards (physical taps) which are a different experience. Linq is similar but charges per user. We compared them here and here. For most professionals, the QRLynx Digital Business Card with Google Wallet save covers the same use case at no cost.

What if I share a Google Wallet pass with an iPhone user?

They can't save it to Apple Wallet, because it is a different format. But they CAN view the pass via Google Wallet web (pay.google.com/gp/wallet) and they can scan the QR code on the back to save your contact info to their iPhone Contacts. For iPhone-native saves, share your Apple Wallet pass instead. QRLynx generates both for the same Digital Business Card.

Why does Google Wallet ask me to sign in?

Google Wallet uses your Google account to identify which device(s) own the pass. Sign-in is required so the pass syncs across your phone, tablet, and watch. If you have multiple Google accounts, make sure you're signed in with the one tied to your primary phone.

Can I use Google Wallet on iOS?

Partially. Google Wallet has a web view at pay.google.com/gp/wallet that lets iOS users view (but not save) Google Wallet passes. For native iOS save, share the Apple Wallet version of the same QRLynx Digital Business Card.

What's the maximum size for the Google Wallet logo?

Google Wallet recommends 240×240px square for the logo. Hero images can be up to 1032×336px. Larger images get auto-resized; smaller images may appear pixelated. PNG with transparency works best for logos.

Get Started in 60 Seconds

Sign up for free at QRLynx, choose Digital Business Card from the QR type list, fill in your details, and tap "Save to Google Wallet." The Starter includes 5 active dynamic QR codes at no cost; upgrade to Pro when you need Smart Redirect Rules, 300 dynamic codes, and Pro controls.

Related guides: Apple Wallet business card guide, Apple Wallet vs Google Wallet comparison, QR code business card guide, Digital Business Card feature.

Enjoyed this article? Share it!

Ahmad Tayyem

About the author

Founder of QRLynx, built through Jorbox LLC

Ahmad builds and runs QRLynx end to end: product, engineering, and the original QR research behind these guides. Every competitor claim here is tested hands-on; see our testing methodology and editorial policy.

Rated Excellent by Businesses Worldwide

Real Trustpilot reviews from QRLynx users.

"Easy to navigate and implement. Can't wait to get real data from my event and check the analytics."
★★★★★

Cristina

"Very good customer service, with quick responses whenever you need help."
★★★★★

Chloe D.

"It's easy to generate QR codes. Navigation is fairly simple and user friendly. Happy with the result."
★★★★☆

SN

Ready to Create Your Own QR Codes?

Start for free and upgrade as you grow. All plans include dynamic QR codes, analytics, and custom branding.

Rated 4.6/5 on Trustpilot (25 reviews) over 5 million QR code scans Start with the free plan

QRLynx pricing plans

Starter

For personal projects
Free
Free forever
  • 5 Dynamic QR Codes Editable QR codes: change the destination URL anytime.
  • 1 Folder
  • 5 MB per PDF upload
  • AI Insight Summaries Every plan gets plain-language AI scan summaries; Starter+ and higher add anomaly, trend & recommendation detail plus manual refresh.
  • 3 Months Analytics How far back your analytics reach. Detailed scan records cover the latest 3 months on every plan; older periods are kept as summaries for your plan's window.

Starter+

For professionals & creators
$7 /month
Billed monthly
  • 50 Dynamic QR Codes Editable QR codes: change the destination URL anytime.
  • 10 Folders
  • 10 MB per PDF upload
  • Full AI Insights Every plan gets plain-language AI scan summaries; Starter+ and higher add anomaly, trend & recommendation detail plus manual refresh.
  • 1 Year Analytics How far back your analytics reach. Detailed scan records cover the latest 3 months on every plan; older periods are kept as summaries for your plan's window.
  • SVG / PDF Vector Downloads Print-ready vector formats with infinite scalability.
Most Popular

Pro

Best value for campaigns
$14 /month
Billed monthly
  • 300 Dynamic QR Codes Editable QR codes: change the destination URL anytime.
  • 25 Folders
  • 15 MB per PDF upload
  • 2 Years Analytics How far back your analytics reach. Detailed scan records cover the latest 3 months on every plan; older periods are kept as summaries for your plan's window.
  • Country Analytics See which countries your scans come from.
  • Password Protection Require a password before showing QR content.
  • Smart Redirect Rules Redirect by device, country, or time.
  • Access Consent Screens Show a consent / disclaimer screen before the QR destination loads.
  • Expiry Rules Auto-expire a QR code by date or after a set number of scans.
  • QR Scheduling Schedule when a QR code is active with start and end time windows.
  • Full AI Insights Every plan gets plain-language AI scan summaries; Starter+ and higher add anomaly, trend & recommendation detail plus manual refresh.
  • SVG / PDF Vector Downloads Print-ready vector formats with infinite scalability.

Business

For teams and agencies
$29 /month
Billed monthly
  • 1,000 Dynamic QR Codes Editable QR codes: change the destination URL anytime.
  • 100 Folders
  • 25 MB per PDF upload
  • 3 Years Analytics How far back your analytics reach. Detailed scan records cover the latest 3 months on every plan; older periods are kept as summaries for your plan's window.
  • City, Device & Browser Analytics Break scan activity down by city, device type, operating system, and browser.
  • CSV Analytics Export
  • Bulk Dynamic QR: 250/batch Bulk-create dynamic codes from a CSV, each editable after printing with its own scan analytics — beyond the free static batch tool. Business includes 10 batches/month; Enterprise batches are unlimited.
  • Team Management (10 Members) Invite members to collaborate on QR codes, analytics, and folders.
  • Lead Capture Forms Collect leads directly from QR code scans.
  • Email Reports
  • Public API Access Create and repoint dynamic QR codes and read scan analytics from your own systems with a REST API and scoped keys.
  • Full AI Insights Every plan gets plain-language AI scan summaries; Starter+ and higher add anomaly, trend & recommendation detail plus manual refresh.
  • Country Analytics See which countries your scans come from.
  • Password Protection Require a password before showing QR content.
  • Smart Redirect Rules Redirect by device, country, or time.
  • Access Consent Screens Show a consent / disclaimer screen before the QR destination loads.
  • Expiry Rules Auto-expire a QR code by date or after a set number of scans.
  • QR Scheduling Schedule when a QR code is active with start and end time windows.
  • SVG / PDF Vector Downloads Print-ready vector formats with infinite scalability.

Core features included in every plan

(free and paid, no exceptions)
  • Unlimited Static QR Codes
  • QR Pause & Activate
  • Unlimited Scans
  • Codes Never Expire
  • 61 QR Code Types
  • Apple & Google Wallet Passes
  • Custom Logo Upload
  • QR Code Frames
  • No Watermark
  • No Scan Ads
  • JPG, PNG, WEBP & HD Downloads
  • Bulk Static QR (up to 100/batch)

50% off for verified nonprofits, schools & open-source projects: contact us to apply.

Ready to Transform Your QR Code Experience?

Create, customize, and track QR codes with a platform built for businesses, creators, restaurants, agencies, and teams worldwide.

Talk to Sales
Free forever
Unlimited scans
Codes never expire