#Lakshya
1 messages · Page 1 of 1 (latest)
Hi, just want to let you know that I'm working on it
Hi, I am afraid that there is no webhook event for connect closure.
so let's say, a partner connects on our platform using connect. Okay ? And they deleted their connected account. How we'll get notified for same. Cause one of the connected partner facing a bug That their account doesn't exist or we don't have access to it.
If your partner has closed the connect account via Dashboard, your partner should receive an email from Stripe saysYour Stripe account (acct_XXXX) has been closed
yes, but how we can update our server instead of manually removing account details
In our implementation, let's say if a user connects with stripe. We create a new user and send account link and if user didn't complete onboarding we keep the account and next step we simply create another account link. If a user closed their connect account we need to clean up our db right?
I suppose you get my usecase ?
Hi! I'm taking over this thread. Please give me a few minutes to catch up.
I think a webhook event account.updated should be triggered when a connected account is deleted.
okay, I'll check thankyou.
Actually, after some digging, I think what you are looking for is the account.application.deauthorized webhook event
Occurs when a user disconnects from your account and can be used to trigger required cleanup on your server. Available for Standard accounts.
https://stripe.com/docs/connect/webhooks