#m33chx
1 messages ยท Page 1 of 1 (latest)
Can you clarify what you mean by indirect debit?
yes of course. This https://stripe.com/docs/connect/destination-charges
You can't create customer objects on connected account and create payments using that on the platform.
For destination charges, both would get created on the platform account. What sort of connected accounts are you using?
Ah ok, express account
Express accounts don't get access to typical stripe dashboard either. You can integrate express dashboard that allows them to see their balance, upcoming payouts etc but nothing more
https://stripe.com/docs/connect/express-dashboard
So yeah, there's no good way to do this really
you could clone customer information to the connected account, however you'll also need to build the UI to show that info to your connected account holders
I've been banging my head about it for weeks! I have read the documentation for cloning the customer but it is not recommended.
yeah like I said, there's no good way to do this.
Taking a step back, what's your usecase of doing this?
similar to airbnb
No like what's your usecase of storing customer information on the connected account?
For example, the seller must be able to see what he sold and who he sold to
I wanted to use the account dashboard to get all the information
that's something you can handle on your own in your app though right?
Express and custom accounts don't have stripe dashboard access either way.
And with standard accounts, we recommend using Direct Charges instead
OK, thanks a lot. Is it possible to create individual standard accounts (not company)?
It should be, this isn't something our team on discord would know about.
You can refer to the docs or reach out to our support team with specific questions around eligibility ๐
https://stripe.com/docs/connect/accounts
okay, I'm asking you because while doing some tests I noticed that during the onboarding process the VAT number is requested
Yeah that's the kind of detail our team on discord won't know anything about ๐
Support team is the expert on account related stuff, it falls out of our skillset
Perfect thank you very much! I will contact the support center!