#achillesfirststand_stripe-apps-extension

1 messages ยท Page 1 of 1 (latest)

lone ironBOT
#

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

๐Ÿ“ 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.

lime pollen
#

Hello ๐Ÿ‘‹

Please be advised we expect you to be available for synchronous chats..

How are you connecting to accounts?

gloomy halo
#

Using Stripe Connect.

lime pollen
#

How are you connecting the accounts? What is the mechanism? Are you creating Account objects yourself?

#

Are you using Onboarding links? Oauth connection tokens?

gloomy halo
#

Oauth tokens

lime pollen
#

Okay and using read_only scope is intended for Extensions but Extensions are deprecated.

#

What is your app inteded to do?

gloomy halo
#

Display user's stripe data, e.g. payments and user numbers, on charts. It's a general life tracking app where users track their health, finances, fitness etc. It currently uses stripe connect, read_write, but I want to see if I can set it up as read only.

lime pollen
#

That's an Extension

gloomy halo
#

ah ok, got confused, I thought extensions are deprecated and stripe connect is something different. I only made the app recently. I should be able to just set it to read only somewhere then?

#

Email from Stripe support said "Though it may be possible to update your application type to an "extension" instead of ย a "platform", Stripe extension is already deprecated in Stripe."

lime pollen
#

Stripe Extensions are deprecated.

#

What you should be using is the Stripe Apps style integration

#

This will allow you to have fine-grained read-only permissions

gloomy halo
#

Yes, I read about that. Are they able to send data to my app, much like an API would? I read that they are not intended for sending data outside of Stripe. THanks

lime pollen
#

I realize the docs can be confusing but that interpretation is incorrect.

#

You can use the Stripe Apps permissions model to allow specific read-only access to Stripe APIs and then you can either

  • Listen for webhooks on those accounts to update your data
  • Make API requests to collect data for each account
gloomy halo
#

Ok, great. Sounds like it does what I want, thank you.

lime pollen
gloomy halo
#

I will give this a go, thanks.

lime pollen
#

Happy to shed what ๐Ÿ’ก I can ๐Ÿ™‚