#xfechx
1 messages · Page 1 of 1 (latest)
Hello xfechx, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• xfechx, 7 minutes ago, 17 messages
• xfechx, 3 hours ago, 157 messages
• xfechx, 1 day ago, 8 messages
• xfechx, 1 day ago, 5 messages
What do you mean? Which event are you trying to retrieve?
So, we are including a third party app into our app, that plugin already does stripe connect onboarding, however we have a lot of solutions and other features which we already implemented that use stripe connect too.
So , I would like to retrieve the stripe_account_id, of new onboardings, so that I can save this in the user meta and then those users can use more features with stripe
so as soon as they get stripe connected, what is the best event to listen to, to retrieve their stripe_user_id
I just don't know for which event to listen to
and if I should listen on platform or on connected
👋 hopping in here since codename_duchess has to head out soon
You should be able to use the account.application.authorized event. That event will be created on the connected account, so you'd need a connect webhook