#newtreyes

1 messages · Page 1 of 1 (latest)

deft cobaltBOT
dry helm
#

hello!

unkempt crest
#

Hi

dry helm
#

this is for a Standard acct?

#

Standard Connect acct

unkempt crest
#

Custom Connected acct

dry helm
#

can you fetch and see what it is for that account?

deft cobaltBOT
unkempt crest
#

Let me check

#

Ok

#

When retrieving the connected account, I am not getting any settings info

#

Am I missing something?

round yacht
#

What type of connected account is it? Custom? Express? Standard?

unkempt crest
#

Custom

round yacht
#

Hm. Are you using your secret API key to retrieve it? Not a restricted key or anything like that?

#

Oh, what API version are you using?

#

I'm guessing it's something prior to 2019-02-19?

unkempt crest
#

Not restricted

round yacht
#

In versions prior to that settings doesn't exist.

unkempt crest
#

Mmmmm

#

I am not setting the version

round yacht
#

If you're not setting a version the default API version on your account is used.

unkempt crest
#

where can I see that

round yacht
unkempt crest
#

🙂

round yacht
#

Note that you should not upgrade your default API version unless you're 100% certain your integration is ready for the change.

#

Upgrading is dangerous, and can break things.

#

You can instead specify an API version in the Stripe-Version header when you make a request.

unkempt crest
#

So, this means that CVC is not actually checked for this account as of right now correct?

#

Or, it is checked but if failed, the payment still goes through

round yacht
#

That means if the CVC check fails but the charge is otherwise authorized the charge will succeed.

#

If you want the charge to decline when the CVC is wrong you need to set cvc_failure to true.

unkempt crest
#

Is it possible to override this setting by means of radar rules?

round yacht
#

You could write a Radar rule that did the same thing, but it wouldn't override this setting. It's more like it would live alongside it.

unkempt crest
#

Mmmmm

#

QQ: Is false the default value for cvc_failure when creating a connected account?

round yacht
#

I believe it is, yes.

#

What's your overall goal?

#

Like your original quesiton was, "We would like to disable CVV validation for a specific Connected Account." but it sounds like there's more to it than that?

unkempt crest
#

Well, our customer wants to disable CVC check. We wrongly assumed that this was enabled by default and wanted to disable it. Now, we found out this was disabled by default so none of our connected accounts are checking for CVC.

#

So in a sense, yes... we just found out that there is more to it than what we originally thought

#

🙂

round yacht
#

Gotcha. I recommend keeping it simple and updating that settings property unless you need more advanced functionality with a more complex Radar rule.

unkempt crest
#

Yes

#

Got you

#

thank you @round yacht

round yacht
#

Happy to help!

#

One thing I should probably flag is that I believe the default for this changed at some point. You might have older accounts with this enabled. Let me see if I can confirm that...

unkempt crest
#

Just checked our oldest connected account and it is still set to false

#

Any reason why that was set to false by default? Isn't that less secure by default?

round yacht
#

I'm not certain why the decision was made.

unkempt crest
#

Ok

#

Again, thank you very much for all your help sir