#waleedumer42-Connect
1 messages · Page 1 of 1 (latest)
I am taking a look again. I believe with account.updated with an empty requirements would indicates that account is ready
there is also future_requirementsthat you need to satisfy later
okay great, so Stripe will verify the account right after the user submits the verification doc or will it take some time to get verified?
in Live_mode
it def takes some times
It is all explained in this Doc: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
okay thanks, and what about
account.application.authorized event?
in Stripe CLI, its saying,
'The event ‘account.application.authorized’ is not supported by the Stripe CLI.'
That's a rarely occurred event and yes, not every event can be simulated by CLI, sorry
that's for the OAuth flow
A deprecated and discourage flow so if you are using Account Link you shouldn't bother it
okay, got it, thanks for your assistance,
requirements: { "alternatives": [ ], "currently_due": [ ], "errors": [ ], "eventually_due": [ ], "past_due": [ ], "pending_verification": [ ] },
Does this response look like the account is verified?
Yeah. account id please?
acct_1KsUdu2HUZkRzfPD
Looks good
do you have access to Platform Dashboard?
you can just paste the account id into search bar
and see its status
Yes I do.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
got it, i can see complete as a status of this account.