#joseph-apps-install
1 messages ยท Page 1 of 1 (latest)
Thanks @silk garnet
Do you also know if it is possible to get an example response to show what information Stripe shares with the app owner when a user installs a Stripe App
https://stripe.com/docs/stripe-apps/api-authentication/oauth is how the integration works. And after that they can access all the data you gave them access to
Thanks, but when the actual install happens, is there an event / webhook related to the install itself? One that notified the app owner so the app can take action to pull some of the relevant data that the user provided access to?
I'm sorry i'm being super confused by what you ask here
Are you the developer building this?
I am helping work on the design with the developers building it. The idea is when the app gets downloaded, we want to be notified so our site can pull some relevant data from the Stripe account of a Stripe user that downloaded the app. So we want to know if when a Stripe user downloads our Stripe App, how will we be able to get notified and trigger the process to pull the relevant information to use when presenting them sign-up options
Okay so if you read the docs I shared, it explains how it works. Using OAuth they would be redirected to your website so you'd know when they are connected
Our goal is to have a no/low-touch sign up that does not require them to be redirected to our website. I spoke with some folks on the Stripe App team who said they believe this should be possible.
Hi ๐
Do you recall who you spoke to?
why would that matter? ๐
actual install happens, is there an event / webhook related to the install itself
With respect to the install, the event that fires is account.application.authorized https://stripe.com/docs/api/events/types#event_types-account.application.authorized