#thecodenator_connect-app-deauth
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/1274059237382951057
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
This event means you no longer have access to the account that generated the event. I'm not sure what you mean by "is there anything I can do with App obj?"
the object referenced in the event is the Application object - I'm trying to see which particular account > application integration is not valid
The account that generated this event, identified by the account property on the Event object
we may have several different users in our system connected to the same stripe account
Unfortunately the account ID is the most specificity we can provide
would it be account specific or integration specific? Or said differently would every user integrating with that stripe account need to refresh their connection?
The connection is account specific. The users don't matter here, it's whether the Account object is connected to your Platform Account or not.
ok then it's safe to notify any user using that account that the connection has been deauthorized
Well that's up to your business practices. We'd generally recommend having an account for each unique partnership between your Platform and another business entity. But it's ultimately up to you how you build your business model.
I understand that - the train has already left the station on that for us lol
So if I notify every "user" which is the same user but they have multiple accounts with us that their stripe integration has been deauthorized on each of their accounts then that would be true, correct? Either way it sounds like this is my only option but I want to make sure i understand
Sorry I'm not following.
their stripe integration has been deauthorized on each of their accounts
This is only true for the Account identified in the object. Unless you have received multiple events for multiple accounts then it's just the one you shared.
I have multiple user records in my system with stripe integrations for the same account identified in the object
I was attempting to recap - but I think you are saying that any connection with said account no matter how many are invalid
Okay the phrasing made it sound (to me) like there were multiple Account objects here.
Sorry this organization it still super confusing for me
It doesn't matter to me at all how many users you have associated with one account
The only thing that has been disconnected is the identified Account object
How you go about re-connecting that account and who you contact about it is up to you
But the re-connection only needs to happen once per account
Cool. Thanks for the help!
Happy to shed what ๐ก I can ๐