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.

Smarter saved cards

74 pointsby krithixover 10 years ago

13 comments

mdupover 10 years ago
I don&#x27;t want this feature enabled for me as a customer. Most of the time I go on my bank&#x27;s website and generate online credit card numbers with a ceiling amount. Those come with a fixed expiry date (usually very soon, one month after card is created). I use this to be sure that I don&#x27;t get trapped into a recurrent payment that I would have missed in the fine print.<p>How can I make sure that an online shop will <i>not</i> be able to draw money off my card after the expiry date? If I understood the technical magic here, that would help.
评论 #8929291 未加载
评论 #8934325 未加载
评论 #8928297 未加载
rogerbinnsover 10 years ago
So why can&#x27;t anyone else do this? Having to go through a large number of services to change my card details because I once used it Target was annoying. And then not too much later <i>again</i> because I used the new one at Home Depot was annoying.<p>(For people outside the US, both Target and later Home Depot got hacked. Many banks proactively replaced their customer cards if they had transactions at those stores, which meant new numbers, expiry and CVC even if no fraud occurred on the card.)
评论 #8926915 未加载
评论 #8927044 未加载
评论 #8927402 未加载
评论 #8926949 未加载
评论 #8927705 未加载
tbrockover 10 years ago
I&#x27;m not so sure I like this feature. One of the best parts about getting a new card is having all those things you forgot about that were still charging you $5 a month slip away by getting a fresh number. I think of it as financial spring cleaning. Later, you re-enter the new one for the things you really need.<p>I realize it costs stripe money to have that happen but from a security standpoint and for purely cleaning up rouge charges every once in a while some people like being able to start over.
评论 #8927406 未加载
akerl_over 10 years ago
How does this work from a security standpoint? Assuming my card information is stolen and used via a Stripe form, or a merchant I used previously decides to bill me fraudulently, and I change my card details, what prevents them from just getting the new info?<p>Does whatever mechanism the bank&lt;-&gt;Stripe communication uses know not to notify Stripe of the new details if the card is being replaced for fraud rather than natural expiration?<p>I expect somebody on Stripe&#x27;s end has thought of this and figured out how to handle it, I just don&#x27;t know enough about how this kind of information-sharing works to know how they solved it.
评论 #8927465 未加载
评论 #8927829 未加载
JonoBBover 10 years ago
This is pretty huge. Anyone who bills on a regular basis will know how frustrating it can be chasing customers whose credit cards have expired.<p>Having the cards automatically update is a game changer.
dazbradburyover 10 years ago
This is awesome. I just had a message from Google the other day about an expiring card that they &quot;automatically&quot; updated, and was wondering how they did that!<p>Can the next thing on the list be a way to present Stripe Checkout with a customer ID, and have Stripe handle the rest (ie. cards stored, which card to use, updating expired cards)?<p>Currently, the &quot;remember me&quot; function causes extra friction and doesn&#x27;t allow for services that already have the customers phone number registered - and Checkout is meant to be straight forward.<p>Appreciate this isn&#x27;t a feature request thread, but as you&#x27;re looking to make the process simpler for end users, helping sites handle repeat customers in a clean, simple way seems like a big win!
评论 #8929082 未加载
jessaustinover 10 years ago
The business can watch for this &quot;customer.card.updated&quot; event, but am I understanding correctly that it doesn&#x27;t actually need to do so, and next month&#x27;s payment will complete without any action on the part of the business?
评论 #8927201 未加载
philfreoover 10 years ago
This is awesome and should help reduce friction for SaaS business AND customers.<p>Is this feature pretty unique to Stripe or do competitors also have it?
adwfover 10 years ago
This is an amazing feature. I just had to go through half a dozen websites and update my company credit card details for this exact reason. Each and every time I do that, I get to evaluate whether or not I actually need the product or not - possibly leading to cancellation. This way retention is kept with no effort on the business or customer side.
评论 #8927127 未加载
porterover 10 years ago
This is awesome as a saas owner, but maybe more so as a consumer. I HATE updating my credit card after getting a new number or new expiration date. It&#x27;s seriously a major pain and I hope everyone I pay ends up using stripe by 2016.
jamies888888over 10 years ago
Wow, this is awesome. It&#x27;s a shame that quite a few startups will be put out of business by this though, eg. <a href="https://expiry.io/" rel="nofollow">https:&#x2F;&#x2F;expiry.io&#x2F;</a>
hmahnckeover 10 years ago
Braintree&#x27;s version, FYI <a href="https://www.braintreepayments.com/blog/account-updater" rel="nofollow">https:&#x2F;&#x2F;www.braintreepayments.com&#x2F;blog&#x2F;account-updater</a>
nodesocketover 10 years ago
When your credit card expires, the CVC code is re-generated and changes. I assume that does not matter for Stripe, as CVC is only checked at the initial tokenization not re-charges.
评论 #8926877 未加载