#sm-webhook-identity
1 messages · Page 1 of 1 (latest)
@grizzled nymph both account.updated and person.updated would be sent after identity verification
OK, so maybe the problem is on my implementation.
I look my implementation again.
Thanks.
Do you have an example? I can have a look
It's possible that no even is sent if everyone is synchronously verified
events are only sent if there's a "change" in the account or person
I think it's certain that individual veritifcation is done asynchronously, because I tested several times by my self.
Definitely not certain. We do synchronous verification too. I do work for Stripe so I can tell you for sure
After that, I logged in Stripe dashboard again and submitted individual verification documents.
I expect "account.updated" event is fired, but there is no logs that event is fired both on my app logs, and stripe dashboard.
Hard to say without a concrete example unfortunately. Some flows in the Dashboard where you do them manually don't always trigger events
OK I'm preparing concrete example. please wait.
- Tapped "Stripeにログイン" button in my app (First screenshot). "Stripeにログイン" means "Login to Stripe".
My app server redirects user to stripe dashboard as follows.
link = Stripe::Account.create_login_link(current_user.stripe_account_id)
redirect_to link.url
-
Redirected to "https://connect.stripe.com/express/{{some_number}}#/account/verify" (Second screenshot). I submitted test individual verification documents.
-
No events are fired.
I can't really do anything with those screenshots
do you have an example account id?
Yes, please use this one.
acct_1JrBkaRlUWqsJLAs
so there are not many updates on that one, and you seem to use login links which are unrelated. But I see some account.updated events on that account
I don't see any difference with that one and what you're asking unfortunately
evt_1JqzHQRZ11cCoukQGk86kukG is an example event of type account.updated for that specific account
you likely want to talk to our support team at that point, it's getting too "account specific" for something to discuss on Discord
OK, thanks.
But I see some account.updated events on that account
There is no event logs in my developer dashboard, so maybe there is a problem in my developer settings.
Thanks, I'll look this again.