#davis-capture
1 messages ยท Page 1 of 1 (latest)
Good morning!!! Hope it wasn't your passion in coding that is keeping you up at night ๐
Let me take a look ๐
If you would not like to place a hold on the customer's account, SetupIntent might be a better option.
By setting up and attaching a card to a customer, the card is validated. Which can be used for future payments, without placing any hold on their account.
Here's an example implementation guide: https://stripe.com/docs/payments/save-and-reuse?platform=web&html-or-react=html
that does look like it would apply better, thanks. so if an invalid card is attempted with setupintent, it "declines" even though it was not charged?
or i should say, even though no charge was attempted
Yes, if the card is invalid, the SetupIntent will fail.
thank you for the help ๐
Anytime! ๐