#Jaswanth
1 messages · Page 1 of 1 (latest)
Do you mean using the API?
yes using the API
in the response iam not getting whether it is restricted or completed
I dont think there's a status parameter on the account object itself but you could typically look at charges_enabled or payouts_enabled to figure out if the account has been restricted on something
Those are the two main ones
You could check why its blocked by looking at the requirements array
https://stripe.com/docs/api/accounts/object#account_object-requirements
Thank you hanzo!