#paulchrisluke_connect-business-model
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/1281289647116386418
đ 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.
- paul_connect-reconciliation, 20 hours ago, 41 messages
@subtle sigil too we are both working on this, thank you!
nevermind we found it so sorry!
Okay, where are you seeing this data?
issuer object
I suppose my question is this @rare pine :
we are using https://docs.stripe.com/connect/separate-charges-and-transfers
and
https://docs.stripe.com/connect/charges
We want to make a platform similar to https://lawpay.com which helps lawyers send invoices and recieve payments.
Our plan is to use separate charges and transfers to collect all payments and send transfers to lawyers monthly.
should we be using connected accounts in this case?
I'm confused. Separate Charges & Transfers is a Stripe Connect funds flow. You would have to use Connected Accounts for this work.
so we want to make monthly payments to our users. we were exploring what's the best way to do this. Then we found that if we use connected accounts we don't have to worry about onboarding and payment related stuff we can just do a payout and we were using direct charges in that case but the problem is the connected account has to pay the application fee which is not the ideal case we just want to payout them the whole amount and our platform will bear the charges/fees. So yesterday we opened a thread and we got a suggestion to use separate charges and transfers. But now the issue is that in this case connected account is only being used for payouts, but in the previous case we were creating customers and invoices on connected accounts so everything was organised correctly. Now we do get the fee and other charges but there's no direct way for us to know from stripe for which connected account this invoice was from as the activity is empty in this case. Is their way where we can track all the stripe fees and payout fee but invocies/customers are still part of connected accounts
so we want to make monthly payments to our users. we were exploring what's the best way to do this.
That's going to be using Connect. We don't support paying out to Customer objects.
Looking at the rest of your discussion, I think you need to thoroughly review our Connect docs
https://docs.stripe.com/connect/how-connect-works
There are multiple types of accounts and funds flows. These impact who pays what fees, where objects like Customers and Payment Intents are created, and other features. Understanding these configurations and how they support your business model is critical to successful implementation and beyond the scope of a Discord thread.
If, after reviewing these docs you have specific questions and how to work with the Stripe APIs to achieve specific outcomes, we can help you here.
okay sure, thanks