#danya3781
1 messages · Page 1 of 1 (latest)
I think you would need to listen to account.updated event instead
got it. out of curiosity what is "capability.updated" for?
from the Doc "Occurs whenever a capability has new requirements or a new status." but I would recommend account.updated in most cases. Probably when you rejected the account it doesn't count as capability has new status, but the whole account is rejected
Thank you, that's very helpful. Last question, is there a way to un-reject a test connected account? If not, how would you recommend testing changes to the card_payments capability status?
Um I am not sure. But it's just a test account, you can simply create another one.
To test change to capability status I guess you would want to play with its requirements like this Doc states: https://stripe.com/docs/connect/account-capabilities#viewing.
Like create one account, then provide all of the requirement and monitor that account.updated changed that capability status
Alright, thanks for all the help