#gewibu_best-practices
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. Thank you for your patience!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
๐ 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/1214643772101492866
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hello! Yes, you can do this with Connect. I see you already linked to the relevant docs; what specific piece are you stuck on?
The wording of the doc had me thinking that this was not a business-to-business solution but it sounds like I'm mistaken? Is that correct? We can connect two businesses stripe accounts to share the same payment info token?
It can be a B2B solution, but can you tell me more about your use case?
In our use case, payment info is accepted on Business 1 (B1)'s website. Business 2 (B2) has a subscription service that is offered by B1 on the site. When a customer buys products offered by both businesses we want B1 to accept a one-time payment and we want B2 to be passed a token that can be stored in a database in order to perform monthly charges to that customer's card. Let me know if there are any things I can clarify about our use case
So you want both businesses in this case to have regular Stripe accounts with full access to the Dashboard, correct?
Yes
Okay, so you would use Standard Connect accounts: https://docs.stripe.com/connect/standard-accounts
And you would use direct charges: https://docs.stripe.com/connect/direct-charges
And you would clone the Payment Method from your platform account to the connected accounts: https://docs.stripe.com/payments/payment-methods/connect#cloning-payment-methods
And create Subscriptions/payments/etc. on those connected accounts: https://docs.stripe.com/connect/authentication
That's a lot to read through, but I think you can build what you want using those pieces. ๐
I was just reading through the first link and came back into discord about to ask more questions but it looks like you gave me links for everything I need! Thanks!