#complaingeleno-changes

1 messages · Page 1 of 1 (latest)

calm drift
#

Hi there! What integration changes are you referring to?

exotic helm
#

Weren't there some onboarding changes that were made today?

calm drift
#

It is expected that verification should move to pending_verification first as the verification process is asynch

#

Not aware of any significant onboarding changes taking place today.

exotic helm
#

Seeing this at the top of my platform account

calm drift
#

Ah okay, that isn't really what I would consider an "onboarding change" as in, no behavior changed, just different information is required.

exotic helm
#

Right right, I was just wondering if that's why my specs aren't passing anymore

calm drift
#

No, that shouldn't really have any impact.

#

Do you have an example from before where you weren't seeing verification go to pending?

exotic helm
#

Yeah, hang on

calm drift
#

Can you provide the account ID?

exotic helm
#

Which one?

#

The test connected account?

#

Basically that setup code ^^

#

Used to be enough to run charges on a test account

#

And now it's not

calm drift
#

Yes, a test account that returned a response of verified for the above would be great.

exotic helm
#

acct_1KjVjdQuMNClzm51

calm drift
#

Thanks, let me take a look

exotic helm
#

Thanks!

calm drift
#

So it did not verify immediately.

#

Usually the verification is quite quick. But it has always been asynch as far as I know.

exotic helm
#

Did something change w/ respect to when charges can be run against unverified accounts?

calm drift
#

I don't believe so

exotic helm
#

This spec has been running for quite some time with no trouble and it basically just goes and runs a charge immediately after that call

#

Which, according to that log, means it allowed me to charge an unverified test account

#

Whereas now I'm seeing errors

#

I guess it hardly matters, I have to fix it either way. What's the standard procedure here? Poll for verification before proceeding?

calm drift
#

Webhooks are the standard procedure.

#

You would listen for account.updated which will tell you when the account is active for charges

exotic helm
#

Gotcha