#antoniobg_webhooks
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/1319637224362344538
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Users don't need to (and can't) control the app version, so this shouldn't be a problem: https://docs.stripe.com/stripe-apps/versions-and-releases#versions
Hi yeah, I understand they don't need to control them, but as a developer I'd like to know which version is using each customer.
For example, we might publish a new version that requires new permissions, and in our site, we offer a new feautre that requires those new permissions. We would like to know which customers are on an older version so we can ask them to update the app on Stripe.
All customers will get the latest version automatically.
But once you install the app, if we publish a new version, they need to update their version manually right? At least if we request new permissions they need to accept them
they need to update their version manually right
Where did you read this exactly?
I haven't read it, but one of our customers had to manually accept the new permissions in their Stripe Dashboard in order to get the app updated
I understand. I don't think you can catch that on your side.
I think the best thing you can do it notify all the users when you plan to release a new version. However, there might always be someone who will not accept the permissions and you will need to be able to handle these cases.
That's why it would be helpful to get a webhook when an app is updated, or at least be able to check it via API. Otherwise we might disturb a lot of people who don't need to do anything with their app if it's already updated.
Alternatively, is there a way to check which permissions a connected account granted us?
Yeah, I understand. This is valid concern, and I don't see much mentioned about it in the docs.
I would suggest to reach out to Stripe Support, perhaps they have some suggestions about how to manage that via the Dashboard: https://support.stripe.com/?contact=true
Otherwise, they can document your feedback.
I will do that, thanks.