#Victor Vorobiov - Connect

1 messages · Page 1 of 1 (latest)

uneven locust
#

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?

cloud pebble
#

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?

uneven locust
#

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, then account.updated event will be fired.

cloud pebble
#

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

uneven locust
#

Can you share the account ID that is "restricted soon" in your screenshot?

cloud pebble
#

acct_1L8MO42HA7Ey8u4b

uneven locust
#

Thanks! Give me a few minutes to look into this.

cloud pebble
#

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&

#

?

uneven locust
cloud pebble
#

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?

steady prism
#

Hi taking over here. What kind of connect account is this?

cloud pebble
#

What do you mean?

steady prism
#

Standard, custom, express?

#

You just want to simulate future requirements?

cloud pebble
#

Custom

steady prism
#

So that your account is restricted soon?

cloud pebble
#

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

steady prism
#

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

cloud pebble
#

No. Sending emails is done on the backend. I need to use a hook to catch when the status becomes restricted soon, and at that moment I will send an email to the user about the need to set up a stripe account

#

i mean webhook stripe

steady prism
#

I think running through that flow I linked should do that

#

If not, you can always simulate it by sending test data to your webhook endpoint