#xbeat_account-customer
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/1278405785679826977
๐ 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.
- xbeat_best-practices, 2 days ago, 5 messages
@spiral ore the Customer represents the person paying. The Account represents the entity/individual receiving the funds.
So in the flow you described, you charge John doe (Customer) $10 for a box of cookies and you send $8 to the connected account that sells that box and keep $2 for yourself.
So in your question, for the "charge" part, you charge the Customer with ACH Debit.
xbeat_account-customer
Oh okay and I wouldnt need to make a stripe connect object to do this charge? Because I'm want to be able to charge my customer in the background via the data I'm reciving from plaid on their transactions
correct but there isn't really a "stripe connect object" so I'm not sure what you meant by that.
But if you are only accepting payments from customers for your own business then you don't need to use Stripe Connect at all
what I meant my stripe connect is the stripe connect account product : https://docs.stripe.com/connect
the product is called Stripe Connect.
But you don't need this unless you are facilitating payments for another entity. Such as I sell cookie on your website and you accept payments and give me my funds
I will be facilltings payments but it was all supposed to be handled in the background so the customers can just spend and we charge the a percentage after the transactions and we send the majority of the funds after the charge to the end entity
You really should do this as part of collecting the payment in that case
gotcha will the plaid access token I have allow me to do charges with the token or do I need acquire the ach information?
John Doe (cus_12345) pays $10 and you send $8 to the connected account (acct_123456)
And yes the plaid token lets you accept payments. Though note that this is a separate company and while their integration works we have our own product that does something similar called FinancialConnections so I'd encourage you to look into it instead of using Plaid: https://docs.stripe.com/financial-connections
Thank you for explaning this I appreciate it ๐