#cece_51221
1 messages · Page 1 of 1 (latest)
Hello! What specifically do you mean by "validate"?
for example, check if the card number is invalid, expiration date is correct. Or, charge a small amount & refund,
You can use Setup Intents for that: https://stripe.com/docs/api/setup_intents
We do not recommend making a small charge and then refunding it.
"We do not recommend making a small charge and then refunding it." => what's the reason for that?
Small charges like that often show up on cardholder statements and can cause a lot of confusion. The card networks also frown on that kind of thing.