#sm-webhook-identity

1 messages · Page 1 of 1 (latest)

late pewter
#

@grizzled nymph both account.updated and person.updated would be sent after identity verification

grizzled nymph
#

OK, so maybe the problem is on my implementation.
I look my implementation again.
Thanks.

late pewter
#

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

late pewter
#

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

grizzled nymph
#

OK I'm preparing concrete example. please wait.

#
  1. 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
  1. Redirected to "https://connect.stripe.com/express/{{some_number}}#/account/verify" (Second screenshot). I submitted test individual verification documents.

  2. No events are fired.

late pewter
#

I can't really do anything with those screenshots

#

do you have an example account id?

grizzled nymph
#

Yes, please use this one.
acct_1JrBkaRlUWqsJLAs

late pewter
#

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

grizzled nymph
#

acct_1Jq6t0RZ11cCoukQ

#

I'm sorry, identification was verified on this one.

late pewter
#

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

grizzled nymph
#

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.

late pewter
#

yeah hard to say on that front, depends how your CLI is configured but you do not have a Connect webhook endpoint in Test mode

#

those events happen on connected accounts

#

no those are account endpoints they only get events on your own account

grizzled nymph
#

Oh, I understood the problem.
I was confusing account and connect webhook endpoint.

#

Thanks for your support!