#danclassfit
1 messages · Page 1 of 1 (latest)
Radar is definitely the best way to do that while being flexible in how your flow works. You can technically do something where you check the cvc_check and address_postal_check on the card hash of the related payment method object, but that would require you to move to separate auth and capture so you can pause in the middle of the charge and check https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-checks-cvc_check
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK thanks. So it's possible but a bit of hassle?
Yep yep