#melbourne - external accounts

1 messages · Page 1 of 1 (latest)

paper sierraBOT
glacial token
#

Are you trying to do this for your own account, or a connected account?

#

melbourne - external accounts

echo marsh
#

For my own accounts, we're not using Connect.

#

Although I think that end point might accomplish the right task if we just throw it our main account ID instead of a connect account ID?

glacial token
#

What are you trying to do, exactly? I'm not sure that will get what you need, but you can certainly try it out

echo marsh
#

I need a list of the bank account IDs (ba_123589215 etc) that are available to be paid out to. Instead of having our clients use Stripe's dashboard we are attempting to handle it all within our app. So far so good, but I need to be able to retrieve the bank account IDs without having first initialized a payout and working backwards from there. That seems to be the only way to do it since there is no way to see the bank account ID from inside Stripe Dashboard either unless you've started a payout for that account.

#

Basically our client has 3 bank accounts that they send different transaction types too.

#

So donations go one place, big deposits go elsewhere, and then everything else goes to the main account.

#

Currently I can work around it by manually initiating a payout for $1 or whatever and then getting the bank account ID but it's not ideal and requires manual fixing so everything reconciles properly.

glacial token
#

If this is just a one time thing you need to inspect for your own account, you can inspect the network response in the dashboard. Theres a call to https://dashboard.stripe.com/ajax/external_accounts/bank_accounts?...