#Ferb
1 messages · Page 1 of 1 (latest)
Hi there!
The account ID is at the top of this page: https://dashboard.stripe.com/settings/account
But why do you need this? You can check the balance direclty with this endpoint (no need to provide an account ID): https://stripe.com/docs/api/balance/balance_retrieve
perfect, thank you. I want to check the platform balance, to see if it has enough to create a transfer
Then directly use the balance_retrieve endpoint I shared above.