#xxxxx-account
1 messages · Page 1 of 1 (latest)
Hi @keen jetty! I'm not sure I understand your question. What exactly are you trying to achieve? And what do you mean by "external account" and "notification"?
external account where i will receive payments.
So external account is your bank account? Or is it a Stripe Connect account?
And what do you mean by " sent notification in my app that external account is not added"?
external account is my bank account.
I should have a feature in my app that you are done with stripe onboarding but you have not added your bank account.
Are you using Stripe Connect?
Yes.
Got it, thanks for the clarification!
You could listen to the webhook event account.updated that is called every time an account gets updated https://stripe.com/docs/api/events/types#event_types-account.updated
And then check if the account has an set external_accounts https://stripe.com/docs/api/accounts/object#account_object-external_accounts