#loic.lava
1 messages · Page 1 of 1 (latest)
Hello! You can enable Radar on Setup Intents using a setting in the Dashboard. I can't speak to fees (we don't know pricing here), but I believe you would still be charged as those count as transactions.
The other option is to not use Radar and do this in code.
For example, once you have a Payment Method, you can look at card.checks.cvc_check to determine if you want to proceed or not: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-checks-cvc_check
Thanks @tardy hull !
Will have to test, as we really just need to validate the CVC and expiration only once when saving the card.
I do not want to have pay an extra 2c/txn when I just want to be proactive as validating the card at saving time, and not charge time.