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.

Dynamic statement descriptions

21 pointsby tweakzabout 11 years ago

3 comments

pcabout 11 years ago
To hijack our own thread: there was a lot of discussion on HN last week about whether Checkout (our drop-in payment form) should support disabling the Remember Me functionality[1].<p>That day -- and over the week since then -- we had several long internal discussions about it. We&#x27;ve decided to go ahead and add the ability to disable it. This is now documented at [2].<p>We want Checkout to be simple, and we didn&#x27;t want to add too much customization since doing so would go against the grain of the product. The whole point of Checkout is to provide a merchant with the right defaults and to improve over time. But we decided that Remember Me is a special case because there&#x27;s the appearance of potentially misaligned incentives: someone could argue that Remember Me exists for Stripe&#x27;s benefit and at the merchant&#x27;s expense.<p>This is exactly the opposite of what we&#x27;re trying to do -- the goal is to increase conversions for businesses using Checkout and to get better at doing that over time. But we&#x27;re adding the opt out to emphasize that we&#x27;re not trying to force anything.<p>If you do disable the checkbox, users who stored their accounts elsewhere will still be able to pay on your site in a single click. (This seemed like the most merchant-friendly option to us -- this way, you can still take advantage of the network.)<p>Thanks for all the feedback!<p>[1] <a href="https://news.ycombinator.com/item?id=7349607" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7349607</a><p>[2] <a href="https://stripe.com/docs/checkout" rel="nofollow">https:&#x2F;&#x2F;stripe.com&#x2F;docs&#x2F;checkout</a>
评论 #7400915 未加载
aculverabout 11 years ago
This is awesome.<p>Can `statement_description` also be supplied when attempting to `pay` an invoice? For example, with <a href="http://churnbuster.io/" rel="nofollow">http:&#x2F;&#x2F;churnbuster.io&#x2F;</a> we&#x27;re frequently reopening and calling `pay` on 2-3 past due invoices for customers who have been receiving service while in an email or phone campaign to get their updated payment information. Currently we automatically generate an email to the customer explaining why they&#x27;re seeing 2-3 charges in close succession, otherwise they&#x27;ll email or call wondering why they were &quot;double billed.&quot; However, it would be <i>awesome</i> be able to include &quot;january&quot; or &quot;past due&quot; when charging those invoices.
评论 #7400817 未加载
zrailabout 11 years ago
This is great, and has a lot of potential to reduce confusion and chargebacks. You can do a lot of things with 15 dynamic characters, including putting in base32 unique codes and URLs.<p>Another really useful example of creative use of the descriptor comes from 37signals&#x27; blog from 2009. They put a URL in the descriptor and reduced chargebacks 30%:<p><a href="http://signalvnoise.com/posts/1545-how-we-reduced-chargebacks-by-30-as-a-percentage-of-sales" rel="nofollow">http:&#x2F;&#x2F;signalvnoise.com&#x2F;posts&#x2F;1545-how-we-reduced-chargeback...</a>