#vincent_docs
1 messages ยท Page 1 of 1 (latest)
๐ 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/1292896841729576991
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Our doc states that you can accept Bank Transfers if the Connect Account has a type of Standard
And then we clearly state what requirements you have to meet to enable bank_transfers on the Connected Account
We cannot help with Dashboard specific questions here, I recommend you use the API to provide all the required information to activate this payment method
I understand that the connect account itself can enable the capability via the dashboard. But I am asking if there is any way for the platform account to enable it on behalf of a connect account in test mode. That doesn't seem to be mentioned in the docs, hence why I asked I tagged this question as docs. I can re-ask it as an API question if necessary.
You can use the API endpoint my colleague mentioned with capaibilities parameter - https://docs.stripe.com/api/accounts/update#update_account-capabilities
and request bank_transfer_payments to enable it on the connected account - https://docs.stripe.com/api/accounts/update#update_account-capabilities-bank_transfer_payments
That might trigger some requirements which you can satisfy with the API