#SI-external-acc
1 messages · Page 1 of 1 (latest)
yes - thanks
I don't believe it is, no. Confirming
You can view/retrieve them yes, via GET /v1/account (using the platform keys)
There's an external_accounts list on the Account object: https://stripe.com/docs/api/accounts/object#account_object-external_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But don't think you can add new ones
its telling me my key does not have permission for the endpoint on the account
Sorry, it's GET /v1/accounts/:id
thanks I can get the account that way but it doesn't include the external accounts
yep, you can view your own bank accounts on https://dashboard.stripe.com/settings/payouts
thank you but I was hoping to be able to add a bank account to the platform account via the api - it sounds like it needs to be done through the dashboard though