#Hân Trần JP
1 messages · Page 1 of 1 (latest)
Hi there
You can list all the account's bank accounts using this API:
https://stripe.com/docs/api/external_account_bank_accounts/list
@grim elm Thanks, but it seems that API only support for Connect account, not standard account? Because I got this error:
The provided key 'sk_live_*********************************************************************************************05JvAL' does not have the required permissions for this endpoint on account 'acct_XXXXXX'. Having more permissions would allow this request to continue.
The issue is that the key you are using hasn't enough permission to perform request on that account
Yup, but it's the secret key I created from here, it should have full permission I guess !?!
The account is not belong to a Platform, just a normal account, will it works?
Hello 👋
Taking over for os4m37 as they need to step away
That API endpoint you've shared is for connected accounts (not standard standalone accounts)
So in order for you to be able to access the connected account's external bank account, the account needs to be connected to your platform
Are you trying to list bank accounts of your own account?
Hi @magic nexus , yes that's what I want to archive
Ahh, hmm. not sure that's something that we support via the API unfortunately.
Let me double check.
yeah I don't think we have an endpoint for this unfortunately.
Thanks
👍