#mattjohnson-connect-login
1 messages · Page 1 of 1 (latest)
These are custom accounts with the recipient TOS
Custom Connect accounts don't have access to a Stripe Dashboard as far as I am aware https://stripe.com/docs/connect/accounts#choosing-approach
We had changes to our store that made it so we couldnt pay our international vendors. We were told we needed to use custom accounts with the recipient agreement to enable cross border transfers
The onboarding flow for setting up the custom accounts didnt include a way to link a bank account
To make this work are we going to have to add the bank account via the api as well? and then the vendors not use the dashboard for anything?
Hey, apologies for the silence on this thread. Got pulled away. Still looking in to this. Looking in to the proper way to collect bank account info here...
Okay thanks
@primal fossil Custom accounts don't have any Dashboard access or ways to log into their account. It's also not possible to automatically collect bank account details. You will have to build all of this yourself
Okay thanks - I think we're going to switch to Express accounts. The reason we didnt go with express accounts initially is that we are on an old API version on our account that doesn't support them, and we are afraid upgrading will affect our current stripe integration significantly.
Is there a way to upgrade the API version in just test mode? It looks like it has to be account-wide
it's account wide. But you can set the API version per request https://stripe.com/docs/api/versioning
Okay. So is it the same to set it on every request? I'm concerned that once we change over to the new API version something isnt actually going to be the same
My current plan is to set the API version for every request locally and then on our staging server and test that everything works, but is there a good way to test the webhooks?
You can set the exact version of the given webhook that way everything is properly pinned
Okay perfect thank you