#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, 2 hours ago, 157 messages
What's the question
hello
With a platform webhook, for a destination charge on stripe express connected account, we would like to get the stripe_account_id from the event that was generated by the connected account, is this possible?
Which event?
I don't know. I am trying to get the stripe_account_id, through an event. Perhaps charge succeded?
I can see that the request for checkout session contains it, but if I check an event related to checkout session object, there is no account_details element?
sorry, I think I just found it
in transfer data
Yep it'll be intransfer_data if you're listening for something like payment_intent.succeeded
great, thank you
can I listen to events happening when express accounts connect?
like just after onboarding, can I listen to those events?
You want to get an event to be notified of when a new account connects to your platform?
yes