#L0rdandBooz
1 messages ยท Page 1 of 1 (latest)
Hello ๐
How can I help?
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 ๐
Are you following any specific guides for this?
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
gotcha. let me take a look..
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?
yes.
let me go grab the test account stuff for you
ba_1MrCxFQ6PD4queU4jCjF1A3E
acct_1MQNUuQ6PD4queU4
Can you share where you got that bank account number? Still looking on my end
I created it in my test environment using the createExternalAccount api
Can you try using this test bank account for a successful payout: https://stripe.com/docs/connect/testing#account-numbers?
these values?
110000000 000999999991 Triggers the bank account ownership verification process after a short delay
if so then I've already used them
Are you uploading the file as well, https://stripe.com/docs/api/accounts/update#update_account-documents-bank_account_ownership_verification-files?
yes sir
Can you share the ba_ object id where it's verifying properly?
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
Can you use this account, 000123456789 instead?
I'll need to test 000999999991 to see if it ever goes from new to verified status.
yes. this account number: 000123456789 then what routing number?
Same as above, 110000000
here's the token for the new one
ba_1MrStwQ6PD4queU43I5P9bE5
status on it is still new btw
Can you share the request id where you see an error when trying to make a payment?
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
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.
In prob status, nothing would happen until the bank account is verified. Yes
yes but will the bank account status be verified by stripe automatically?
and updated
If the bank account is verified, yes.
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
That is my understand yes. I'm not 100% sure on the timing of things.