#joaoed
1 messages ยท Page 1 of 1 (latest)
What do you mean by "stripe is still validating"? Are you talking about checking verification details? Verification documents? Requesting more information?
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"
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.