#alexanderfarkas_api
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/1319209900215238676
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- alexanderfarkas_api, 17 hours ago, 42 messages
If your platform is responsible for the negative balance, then you can debit from the Express and Custom connected accounts: https://docs.stripe.com/connect/account-debits
No, it's more of a UX improment. In this way Customer clearly sees that fees are not collected by the Connected Account - it's collected by a separate entity (our SaaS platform)
So the Connected Account Bussiness looks better in the eyes of a customer ๐
Which UX are you referring to? Could you share an example payment intent (pi_xxx), so that I can check how your integration works?
For example pi_3QXDkeIjxXEO6ezO0OzOC9sA
Currently end Customer sees only 1 transaction in their bank account. E.g. 1000 dollars
What we're trying to achieve is that end Customer will see 2 transactions: one for 988 dollars, the other one for 12 dollars - our platform fee
When I say Customer, I mean the end user - the customer of a connected account.
Customer -> Connected Business -> Us
Is that something that could be achieved out of the box? Or we should implement it ourselves?