Hacker News new | ask | show | jobs
by amfeng 4719 days ago
Makes sense.

What would the ideal behavior be if your customer updates their default card? Should the recurring billing continue chugging along with the card it was created with, or use the new card instead?

2 comments

I would expect to be able to list subscriptions and list what card is associated with each. I would show an "Update Card" button next to each subscription. That button would prompt the user to either choose from a list of stored cards or add a new one.

The concept of a "default" card would come up when creating a new subscription or charge, and would be presented as the default selected payment option. The user would be able to select another card or add a new one.

I'm thinking of something similar to Amazon's checkout credit card selection screen.

Newegg and other websites keep a history of cards you've used, so this new 'multiple cards' feature brings Stripe closer to feature parity with most closed systems. It's really impressive that Stripe offers these features openly to the world.

Most major websites that have check-outs operate similarly to how you describe, but there's no 'default' card presented at check-out -- instead it displays the last card used for the last purchase.

I'd say with almost absolute certainty the recurring billing should continue to charge the card it was created with. default_card should essentially be a pointer to a customer's preferred card.