TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Advanced Stripe Payment Links

10 pointsby phoenixboxalmost 4 years ago

2 comments

phoenixboxalmost 4 years ago
Stripe payment links are great but they&#x27;re currently missing some functionality which would make them even better.<p>I&#x27;ve built a no code payment link builder which extends standard Stripe payment links with some advanced functionality, such as:<p>Taxes - enable auto collection and extended tax id capture Currently you can&#x27;t add a tax rate to a Stripe payment link, let alone enable the new Stripe Tax auto collection feature. I&#x27;ve fixed this so that you can enable it by simply switching a toggle. You can also enable tax id capture and choose a broader set of countries to capture from.<p>Dynamic customer lookup by param One of the (very) few annoying things with Stripe is that a duplicate customer will get created for every successful checkout unless the session is initialized within the context of that customer. To fix this you need to assign a customer pre-checkout but you can currently only do that programatically. I&#x27;ve fixed this so that now you can create a payment link, pass an email param (or customer id) and we&#x27;ll do the customer lookup dynamically. If we find the target customer, we&#x27;ll init a checkout session for them. No more dupe customers!<p>Other things I&#x27;ve added support for:<p>- Multiple prices - Funnel and conversion analytics - Custom redirects - Set any payment method option - Multiple products - Digital asset delivery post checkout - Branded links - Pre-applied coupons - no more copy and paste coupon codes - Custom metadata for social previews - Free form price amounts - One click unsubscribe billing management for customers - Seamless test link mode (just add &#x2F;test&#x2F; to the url when enabled, no need to create test products, prices etc.)<p>Also there&#x27;s an API in the works so if you&#x27;re interested, add your email to the waitlist.<p>All feedback welcome!
nojvekalmost 4 years ago
This is very neat. I love the design. Stripe should hire the author on the stripe payment link team (if they want to be hired that is).
评论 #27637022 未加载