#selectedpixel

1 messages ยท Page 1 of 1 (latest)

rancid mountainBOT
red oxide
#

Hello ๐Ÿ‘‹
Are you seeing any errors in your console when you trigger the event?

ember hamlet
#

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.

red oxide
#

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?

ember hamlet
red oxide
#

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

ember hamlet
#

Ok. Thank you. I will take a look at that.

#

That was the issue.

#

Thank you very much!

red oxide
#

NP! ๐Ÿ™‚ Happy to help