TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Advanced Stripe Payment Links

10 点作者 phoenixbox将近 4 年前

2 条评论

phoenixbox将近 4 年前
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!
nojvek将近 4 年前
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 未加载