#olbe19_connect
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/1237765403774812211
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
When you say
We are planning a partnership with another store (uses Stripe as well). The idea is that they sell our SaaS subscription product as an upsell.
Do you mean you're planning to use Stripe Connect to onboard their existing Stripe account?
I'm not sure I understand the set up you're describing ๐
Hehe no worries
Basically they will sell our product as an upsell, and we will invoice them manually
We can setup a webhook to generate the registration link upon checkout that should be easy from their system
But we need to have the subscription and customer in our stripe system ๐
They just make the sale for us, but I want everything else to live in our system
So we can listen to cancellations, payment method changes etc
There's no way to share customers between two independent Stripe accounts in that manner.
Unless customers provide the same payment methods again so that you can store it on your Stripe account too
Would it be possible to create a new subscription in our system based on all the data from their system programatically?
I mean you can create a new subscription by listening to webhook events but you can't re-use payment methods (which is a big part of the flow here). In addition to that the customer seeing two different charges on their credit card statements would create additional confusion and might cause dispute rate to increase.
Ah
I get it
It makes sense
I need to think if there could be another way to handle this, the business logic hmm I will have to think about it
Thanks a lot!
Yeah. If you were to use Stripe Connect and be a platform by connecting to the existing Stripe account (of the other store), then you can create subscriptions directly on the platform and transfer the appropriate proceedings to the connected account
Ok so basically we get access to their system via Stripe Connect but not the other way around?
Not sure what you mean by the other way around but yeah with Stripe Connect, the setup you want would be somewhat possible
Ok super
olbe19_connect