#mscln

1 messages ยท Page 1 of 1 (latest)

pine tendonBOT
upbeat nimbus
#

It sounds like a Stripe App use case actually

#

Connect or OAuth has some restriction, that if they have connnected to another Platform already, they won't be able to connect to you

cinder skiff
#

got it, thanks! regarding Stripe Apps:

  1. I've went through the documentation but it's not clear whether I can embed an external script into the app? I feel a live chat feature is essential for any startup, but doesn't seem I can do it within a Stripe app...

  2. I noticed that Stripe apps don't have a built-in billing solution, like Shopify does for their apps. What would be the best solution for implementing billing within a Stripe app? For a web app I'd go with Stripe checkout + customer portal, the flow would be rather complicated for a Stripe app

upbeat nimbus
#

I am not super familar but

  1. Yeah don't think that's possible. Only know there are examples on calling 3rd party OAuth ie. https://stripe.com/docs/stripe-apps/sample-apps#minimal
  2. Yeah it doesn't have. But basically you are a Platform and they connect to you, so you can create a Subscription for them (your Connected Account) https://stripe.com/docs/connect/subscriptions#connected-account-platform

With Connect, you can create subscriptions for your customers or connected accounts.

See working apps from design to code.

cinder skiff
#

ref. #2 => if I need to develop a Stripe app, then I won't be using Connect hence I'm not a platform, right? ๐Ÿ˜€

upbeat nimbus
pine tendonBOT
cinder skiff
#

Well, seems to make sense, I see that as a Stripe app you get the same amount of API permissions as for extensions. And, as you have more granular permissions such as subscription_write, you could create a subscription tied to the connected account. Not sure though whether that's the best approach vs redirecting them to a Stripe checkout to more naturally subscribe ๐Ÿ˜€