#selectedpixel
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Are you seeing any errors in your console when you trigger the event?
Nope.
stripe trigger account.updated
Setting up fixture for: account
Running fixture for: account
Setting up fixture for: update_account
Running fixture for: update_account
Trigger succeeded! Check dashboard for event details.
But it shows up in the Logs.
gotcha. The account.updated event is generated for a connected account. So we probably don't show it under Platform account events
But it shows up in the Logs.
what logs exactly?
Right so that seems like a response from the account creation request that the fixture made
But like I said, account.updated event is generated for a connected account.
In this case, you won't find the event under Platform's dashboard.
You'd either need to log into the connected account dashboard or you can create a connect webhook that listens for connected account's events.
https://stripe.com/docs/connect/webhooks
Ok. Thank you. I will take a look at that.
That was the issue.
Thank you very much!
NP! ๐ Happy to help