#xfechx

1 messages · Page 1 of 1 (latest)

deep sailBOT
#

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

crimson heath
#

What do you mean? Which event are you trying to retrieve?

weary seal
#

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

crimson heath
#

Oh we discussed this in the previous thread

#

Did that not work?

deep sailBOT
weary seal
#

I just don't know for which event to listen to

#

and if I should listen on platform or on connected

untold monolith
#

👋 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

weary seal
#

amazing, thanks

#

where can I see an example of that event if possible?

#

without having to enroll another connected express account in test mode?

untold monolith
#

Ah, I was just about to say the way to test this would be to just create an account in test mode

#

There isn't really any other way I know of to test this