#jonesbigasstruckrentalandstorage_best-practices

1 messages ยท Page 1 of 1 (latest)

modern cedarBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1349636178743132221

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

winter harness
#

No, are you asking if you can retrieve the raw CVV from a charge object? No, Stripe doesn't store CVV as per PCI requirement.

quasi blaze
#

not the CVV of the card itself, but rather than response i.e.

M relates to "The CVV provided matches the information on file with the cardholder's bank."
N relates to "The CVV provided does not match the information on file with the cardholder's bank."

I might be wrong if it's on the charge object (though I'd expect it to be there)

#

maybe it might be on a payment intent?

quasi blaze
winter harness
#

Let's take a step back. What problem that you are trying to solve? Why are you looking at the cvc_check property?

quasi blaze
#

I need to provide the AVS and CVV results back to our third party fraud mitigation provider ๐Ÿ™‚

e.g.
"avs_result_code": "Y",
"cvv_result_code": "M"

winter harness
#

And what does Y and M mean?

quasi blaze
#

i'm aware that i can enable a radar rule to block payments that fail the postal code validation

#

i want to see where that result is ๐Ÿ™‚

winter harness
quasi blaze
#

hmm okay thanks ๐Ÿ™‚

#

i did just discover https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge

as well as see the results of the CVC and zip code checks, by saving the customerโ€™s card in Stripe.

#

i'll keep digging