#Parker Bywater
1 messages · Page 1 of 1 (latest)
Can you share your account id? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123?
in test or live mode?
I just deleted that as this is public. If you still need/need it again I can DM you
Test mode
alright, what action did you take on a connected account which you're expecting an event for that didn't happen? And can you share the related Object id?
Payment completion via checkout session. Let me look and get a payment intent id
I should clarify that the event happened, but the webhook on the platform account (I think this is the proper terminology?) was never triggered
Here is the event id: evt_3M7QY9IaULJVEHKE2vZY5fUM
And the payment intent id: pi_3M7QY9IaULJVEHKE2fraUmMJ
gimme a while to get back to you
No worries, thank you
hmmm, it's really odd, subsequent successful payments also don't generate trigger any events?
The payments have triggered events, but not a single execution of webhook
Events page on the connected account
webhook ids: we_1M7QXjEuoJsuWhokPDto3nxo and we_1M7Q60EuoJsuWhokitHrnirJ
neither of which have been triggered a single time
Something I've noticed is that this particular connected account does not show up in the list of connected accounts in test mode. It does show up in the list of connected accounts in live mode though. Is this relevant info?
So right now, like what you've noticed, it's only connected in live mode via OAuth : https://stripe.com/docs/connect/oauth-reference. i think what i can suggest at this point is to connect the connected account in test mode also, go through the series of actions to trigger the event again and see if it works
Okay, sounds good, thank you. I won't be able to have the connected account's account-holder go through the oauth process for a few days, if not until the end of next week. If Discord, hasn't closed this thread, can I just respond here?
maybe you might want to create a test account of your own and try it out? instead of waiting for that specific connected account's account holder
Oh, good idea