#hercules_2022-connect
1 messages · Page 1 of 1 (latest)
Sure thing. I imagine not. If not, is there any other key in the account object or anywhere else in the API where I can pull when the bank account ownership verification is due?
hi, were you able to find anything?
Sorry for the delay, Discord is quite busy. What type of account are you creating (standard/express/custom)?
You added a bank account to the stripe account, and would like to know if/when a ownership verification is needed?
custom
Yes, in the Account object 'requirements' hash, would bank account ownership verification appear in the currently_due or eventually_due arrays? If not, is there any other key in the account object or anywhere else in the API where I can pull when the bank account ownership verification is due?
Got it! And by "bank account" you mean the external_account?
I'm not sure. Maybe the question should be what requirement in the requirements hash of the Account object is satisfied by the bank account ownership verification files? https://stripe.com/docs/api/accounts/update#update_account-documents-bank_account_ownership_verification
Thanks for the clarification. I'm not sure, let me ask a colleague.
great, thanks
any news?
Hello. So you'll get documents.bank_account_ownership_verification.files in requirements
"documents.bank_account_ownership_verification.files" will appear inside of requirements.currently_due or requirements.eventually_due
Is that right?
Yes that's correct
Ok, great.