#danclassfit
1 messages · Page 1 of 1 (latest)
Hi
Can you share more details about your ask please ?
Hi
So the previous conversation was as below:
My devs have come back to me with this though
"becuase we we did it - it's not working
we search and found that the checker data come from radar - if the radar is disabled no result will come - so am really confused "
@golden crane @stiff palm
@golden crane can you elaborate at all
the response
"card": {
"brand": "visa",
"checks": {
"address_line1_check": null,
"address_postal_code_check": null,
"cvc_check": "pass"
},
cvc_check
once return pass and once return fails
with the same data
First, why you want to check this on your behalf? just to understand the exact need here
We're not using Radar. But we want to run these checks manually ourselves to help prevent fraud.
Pompey told us this was possible so we've disabled Radar since, but are struggling to get it to work. Make sense?
We're not using Radar. But we want to run these checks manually ourselves to help prevent fraud.
But here, you are not doing the check your selves, you are relying on Stripe output in order to see if the check passes or not.
Here are some features in order to prevent fraud without using Radar:
https://stripe.com/docs/disputes/prevention/card-testing#prevent-card-testing
Is this will help us cheking CVC and postal code while the Radar is off ?
No. CVC and postal code checks are made by Stripe and not your integration. In other way you are not going to make direct API calls to the card's issuer network and verify the CVC and postal card by your self.
But these other features that'll prevent/protect you from card/testing
The specific question we asked Stripe (screenshot above) was can we chance CVCs and Zipcodes without paying for radar, and we were told yes. So was that incorrect or am I missing something?
You can't really rely on that, my colleagues already told you that (you can do something by checking those fields) but I think we are all agree that those checks are made at the end by Stripe and not your integration.
The best way remains using Stripe Radar, because there is no explicit API to call in order to make a cvc/postal code check manually
Yes it's clear Stripe would be doing the checking, but not that we would need Radar for Stripe to do this. That was my original question and I think it was pretty clear?
So it sounds like we can't make these checks without Radar enabled and we've been spending our time down a rabbit hole?
Yes, the most accurate way is to use Stripe Radar for that.
And there is no other possible way at all that we can check CVC or postcode matches without radar?
(even if less accurate)?
AFAIK, nope.
Is it worth following up with Pompey as they thought there was?
And we've paid a ton for Radar so far, and been hit by fraud several times. It's really worked out to be pretty useless and not worth the money. So we're trying to figure out what the best balance of protection is without paying for Radar when it doesn't seem to work that well
Hi! I'm taking over this thread.
If I understand correctly, you want access to address_postal_code_check and cvc_check without using Radar? I think it should work, can you clarify what exactly is the issue?
Hey Soma
Yeah so originally we asked the below question
Basically we were paying a lot for Radar but still getting hit hard by fraud attacks. So we wanted to move away from Radar as it wasn't providing the protection we were sold on.
However we still want to do everything we can to protect ourselves from fraud.
We asked Pompey if we could still do CVC and postcode validation checks without Radar and they said yes
We've been trying, but unsuccessful so far
so were asking for some guidance on this
but os4m37 thought we couldn't actually do this at all?
@broken ivy
Sorry for the delay, Discord is busy.
We've been trying, but unsuccessful so far
Can you clarify what you mean byunsuccessful? What exactly have you tried, and what doesn't work?
No worries at all.
@golden crane can you clarify what you've tried and what hasn't worked?
@stiff palm FYI
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-checks-cvc_check
retruns
"card": {
"brand": "visa",
"checks": {
"address_line1_check": null,
"address_postal_code_check": null,
"cvc_check": "pass"
},
cvc_check
once return pass and once return fails
with the same data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the data we are using must return with false as it is not the correct data
after disabled radar cvc check
cvc_check
once return pass and once return fails
with the same data
maybe it would be best to write to https://support.stripe.com/?contact=true with the example requestsreq_xxxof that happening so they could investigate?
clearly we're well past the point of this being a simple anonymous Discord conversation given it's multiple threads over multiple hours so best to write to our support team and your account managers etc if you have those so you can have an in-depth conversation and review
thanks!