#L0rdandBooz

1 messages ยท Page 1 of 1 (latest)

main flumeBOT
buoyant jungle
#

Hello ๐Ÿ‘‹
How can I help?

novel perch
#

Currently I'm working on getting the external_account / payout account that is attached to their connect account to be able to be used as a way of ach payment, however, I can't figure out how to get the status of the attached bank account to go from new to verified. Is this something stripe takes care of, and is just never updated in test mode? In my testing this method worked so long as that bank account status was verified. Here's the code I am using in programmatic order. If this isn't going to work and there are alternative options then please let me know.

#

I have relevant code attached within that file with comments to provide context ๐Ÿ™‚

buoyant jungle
#

Are you following any specific guides for this?

novel perch
#

No it is a combination of different things and my own testing. I followed the financial connections guide and it worked for nearly all of our customers but our largest one. The treasury team is working on figuring out what the issue is but it's already been about a week and I really can't afford to wait any longer. In my own testing this worked so long as the external_account status was verified

buoyant jungle
#

gotcha. let me take a look..

main flumeBOT
honest trail
#

Hi, stepping in here...

#

however, I can't figure out how to get the status of the attached bank account to go from new to verified. - What test account are you using? Can you share the request id here so I can further look?

Is the outstanding question how to get an external account to verify?

novel perch
#

yes.

#

let me go grab the test account stuff for you

#

ba_1MrCxFQ6PD4queU4jCjF1A3E

acct_1MQNUuQ6PD4queU4

honest trail
#

Can you share where you got that bank account number? Still looking on my end

novel perch
#

I created it in my test environment using the createExternalAccount api

honest trail
novel perch
#

these values?

110000000 000999999991 Triggers the bank account ownership verification process after a short delay

#

if so then I've already used them

honest trail
novel perch
#

yes sir

honest trail
#

Can you share the ba_ object id where it's verifying properly?

novel perch
#

what do you mean by verifying properly? I haven't been able to get any of them to verify yet however, I have made a verified ba token by using a btok that is verified

#

I deleted that one a while ago during the course of my testing

honest trail
#

Can you use this account, 000123456789 instead?

I'll need to test 000999999991 to see if it ever goes from new to verified status.

novel perch
#

yes. this account number: 000123456789 then what routing number?

honest trail
#

Same as above, 110000000

novel perch
#

here's the token for the new one

ba_1MrStwQ6PD4queU43I5P9bE5

#

status on it is still new btw

honest trail
#

Can you share the request id where you see an error when trying to make a payment?

novel perch
#

standby

#

req_3dxbNXYv1kwhjA

#

just tried to make one on that new bank account I created from the new values

#

I also can't do the setup intent on it because it isn't verified

honest trail
#

Yeah, it looks like it should work with 000999999991 since it's verifying soon after it's created. However, that is not happening here. I'd write in to our support team next and raise the issue.

novel perch
#

ok but in prod the status will switch to verified?

#

automatically

honest trail
#

In prob status, nothing would happen until the bank account is verified. Yes

novel perch
#

yes but will the bank account status be verified by stripe automatically?

#

and updated

honest trail
#

If the bank account is verified, yes.

novel perch
#

Sorry I feel like I'm having a miscommunication. Once I create a external account via the api the status is new

This will start a process on stripes end of verifying it

Once they verify it the status will automatically be updated to verified by them

Finally it'll trigger a webhook on the accounts.external_account.updated event. Is this correct?

#

if so how long does it take for that verification to begin

honest trail
#

That is my understand yes. I'm not 100% sure on the timing of things.