#dav-card-avs

1 messages · Page 1 of 1 (latest)

ebon mangoBOT
reef cosmos
#

dav-card-avs

#

@mossy ledge you can use SetupIntents to collect card details ahead of a payment https://stripe.com/docs/payments/save-and-reuse
We don't really have a tool that does AVS so that's the closest. You collect card details and billing details (name, address, etc.) and we send this to the bank and they decide to verify (and often ignore it). There's no guarantee.
If they do verify it, you'll see the result on https://stripe.com/docs/api/setup_attempts/object#setup_attempt_object-payment_method_details-card-checks

mossy ledge
#

cool thank you, is it possible to just receive the AVS result before we decide to proceed with payments or anything else (this is where we can do some custom logic based on that)

reef cosmos
mossy ledge
#

ok Thank you very much !