#yandos666
1 messages · Page 1 of 1 (latest)
Hi there!
What exactly are you trying to test? Just receiving an account.updated event?
going from a "good" account status to a "bad"
for example someone signs up and a few days later extra details are required and their ability to pay by cards is restricted
It might be that i'm approaching this incorrectly, but i'm assuming that this scenario of going from good to bad is the kind of thing that account.updated is used for
if its not possible to recreate, is there a page which lists all bank details to trigger different statuses? Just like you can with different card numbers
this scenario of going from good to bad is the kind of thing that account.updated is used for
That's correct. I think there's a way to test this, give me a few minutes...
This link should cover it: https://stripe.com/docs/connect/testing-verification#blocked-charges
Awesome thanks @cyan urchin !