#eoghan-checkout-cardupdate
1 messages · Page 1 of 1 (latest)
Hello! We get some ad-hoc payments where the customer never really needs to come back to purchase again and if they do, we're happy to let them re-enter their card details at purchase time. I see the value for subscriptions for sure, that's an incredible feature for that use case but for our customers at least, with the large volume of customers we have that only make ad-hoc payments, we don't need to track updates.
But you don't need to track anything, so I don't really understand why you would want to disable them
also you don't have to save card details if you don't want to
Stripe will charge automatically if the card is updated at the bank right? Maybe I'm misinformed, my apologies if so.
also you don't have to save card details if you don't want to
Please tell me more 🙂
Card details are not saved by default unless you explicitly pass setup_future_usage
Sweet, thank you for the knowledge bomb. Is that true in Checkout API with customer_creation set to always?
Yeah that doesn't change, cards are not saved by default! I'd recommend trying in Test mode quickly to confirm!
Thank you so much! Super helpful.