#mattcomroe_connect-external-account

1 messages ยท Page 1 of 1 (latest)

sharp badgeBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1415776629921284167

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

steep torrent
eager iron
steep torrent
#

oh.. i was trying to walk through the links in the Inspector tool on the Stripe dashboard. I didn't realize i had to make a special query to get those external account details. But looking at the API documentation, I'm not seeing how to find that Created date for it.

#

also hello! and thank you for your help! i appreciate your time and knowledge!

eager iron
#

You are right, we don't surface that in the API object. Unfortunately, there isn't a 1:1 feature parity between what the Dashboard displays and what is available in the API.

steep torrent
#

ok.. so if i wanted to restrict access to the Instant Payouts feature based on age of bank account/external account, that's not something I can get via the API, correct?

eager iron
#

Correct. Since this is a Custom account, I think you must have created the Bank Account object for them. Could you use your API logs to find the request?

steep torrent
#

Potentially! might be kind of a nasty query for how often we'd need to use it. we already have a metadata field that captures the last time any changes were made on the account.. so we could use that even if it's inexact.

eager iron
#

Which is spot on with the metadata.bank_account_last_updated property you set

steep torrent
#

the only downside is "false positives" if someone goes in to put in missing requirements, for example. I think we update our metadata value then too so it's not really restricted to bank account changes. all that means is someone would have to wait x days after making a config change of any sort, which probably will be ok.

#

ok.. i think i have the info that I need! Thanks again for your help and quick answers and I hope you have a great rest of your day!

eager iron
#

You too ๐Ÿ‘‹