#olbe19_connect

1 messages ยท Page 1 of 1 (latest)

zinc obsidianBOT
#

๐Ÿ‘‹ 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.

meager wraith
#

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?

red field
#

We don't want to connect systems no

#

It has to be independent from each other

meager wraith
#

I'm not sure I understand the set up you're describing ๐Ÿ˜…

red field
#

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

meager wraith
#

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

red field
#

Would it be possible to create a new subscription in our system based on all the data from their system programatically?

meager wraith
#

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.

red field
#

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!

meager wraith
#

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

red field
#

Ok so basically we get access to their system via Stripe Connect but not the other way around?

meager wraith
#

Not sure what you mean by the other way around but yeah with Stripe Connect, the setup you want would be somewhat possible

red field
#

Ok super

zinc obsidianBOT
#

olbe19_connect

red field
#

I will check the Stripe Connect docs in detail

#

Thanks a lot for the guidance