#recipe.p
1 messages · Page 1 of 1 (latest)
Hi there!
This is covered here: https://stripe.com/docs/connect/connect-onboarding#return_url
No state is passed with this URL. After a user is redirected to your return_url, check the state of the requirements hash on their account, either by listening to account.updated webhooks, or calling the Accounts and inspecting the state of the requirements hash.
Hi!
As the document you sent to me, I registered "account.updated webhooks" (the picture)
After onbording process, webhook is not collected.
here's the recent log. There is no account.updated webhooks
The tested account ID is acct_1Myu3ZHDlMnRZezO
Or is it possible to test on test-mode?