What You Can Sell With Stripe Payment Links + Base64
| Product | After Payment Redirects To… |
|---|---|
| Base64-encoded QR code | PNG download page or QR viewer |
| Digital certificate (Base64 PDF) | PDF download page or email confirmation |
| Encrypted message | Web page displaying Base64 string |
| Pre-filled form or smart link | Page with Base64 string in URL (auto-filled) |
| Email signature HTML | Page with Base64-embedded signature |
π§© Example Workflow
-
π§ Create product in Stripe
-
π³ Create Payment Link in Stripe dashboard
-
⚙️ Set post-payment redirect URL to your:
-
Base64 download page
-
QR code viewer
-
Email automation
-
-
π Share the link (site, social media, QR code, etc.)
π ️ How to Set It Up in 5 Minutes
✅ Step 1: Create a Product
-
Go to your Stripe Dashboard → Products
-
Click “Add product”
-
Name:
QR Code Access -
Price:
$9.99(or your choice) -
Save
✅ Step 2: Create a Payment Link
-
Go to Stripe → Payment Links
-
Click “+ New”
-
Select your product
-
Under “After payment,” choose:
-
✅ “Redirect to a URL”
e.g.https://yourdomain.com/qr-code-download?user=Tshiams
-
-
Click Create Link
-
Copy and share!
✅ Optional Step 3: Automate Delivery
You can:
-
Host files (Base64 strings or QR PNGs) on a simple download page
-
Use n8n to send the QR code or Base64 data to the customer’s email after payment
-
Embed auto-filled forms using Base64 in the redirect URL
Comments
Post a Comment