#joaoed

1 messages ยท Page 1 of 1 (latest)

forest monolithBOT
hardy dove
#

What do you mean by "stripe is still validating"? Are you talking about checking verification details? Verification documents? Requesting more information?

civic robin
#

could be one of the three. I would like to know when Stripe is analyzing something regarding the account. Is there a way to do that?

#

the problem is that I have a banner in my application that will show a message like, "we are analyzing the data, please wait"

hardy dove
#

Yeah, you can check the capabilities hash to see what is enabled and disabled on the account: https://stripe.com/docs/api/accounts/object#account_object-capabilities

You could then check the requirements hash on the Account object to see what outstanding requirements there are in order to verify the account and have it be in good standing: https://stripe.com/docs/api/accounts/object#account_object-requirements

civic robin
#

ohhhh I see I see

#

I'll check that

#

that's it then, thank you @hardy dove ๐Ÿ™‚