#Victor Vorobiov - Connect
1 messages · Page 1 of 1 (latest)
Hi there!
If you click on the account that is restricted soon, you should be able to see what information is missing.
I'm sorry I don't understand your question. Can you try to rephrase it?
I use web hooks to catch changes to this status. If I update the stripe account data in my application, account.aupdated is caught by our hook. If this status is changed by the stripe itself, will the web hook catch this event?
If this status is changed by the stripe itself, will the web hook catch this event?
Every time the status of an account changes or some new data is required, thenaccount.updatedevent will be fired.
Thanks))
And one more questions
What fields in the account change when switching from the status of completed to restricted sun?
I need to sent email when it happened
Can you share the account ID that is "restricted soon" in your screenshot?
acct_1L8MO42HA7Ey8u4b
Thanks! Give me a few minutes to look into this.
Ok)
To test sending emails, I need to manually change the status from completed to restricted soon. Can I do it somehow?
Are you here&
?
Sorry for the delay. I'm guessing an account is "restricted soon" if there are requirements.current_due and requirements.current_deadline is approaching. You can learn more about this here: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
What about my second questions&
?
To test sending emails, I need to manually change the status from completed to restricted soon. Can I do it somehow?
Hi taking over here. What kind of connect account is this?
What do you mean?
Standard, custom, express?
I think you want something like this https://stripe.com/docs/connect/custom-accounts/future-requirements
You just want to simulate future requirements?
Custom
So that your account is restricted soon?
Yes, i need to simulate future requirements, it is need for sending email when account become restricted_soon. So for testing i want to change account state when i want it
What email?
If it's an email notification that Stripe sends, you can't test that out in Test mode
We don't send emails in test mode