#rafmaghari-accounts
1 messages ยท Page 1 of 1 (latest)
when you hover on that Restricted status what do you see?
ok so basically the Restricted status is calculated from multiple fields in the Accounts API
so you won't have a restricted field
but instead you need to look on multiple things
ow....
there's no status field hmmm
Is there a way that I can check my user account is "complete" ?
btw, thank you for you assistance ๐
yes
you should basically look on multiple fields starting with charges_enabled and payouts_enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
if those are false this means that you have restrictions on your account
other important field is capabilities which would give you whether the account has the capability of a certain payment method/feature
and last but not least
Thanks for this.
One more thing, is there a way that I will force my onboarding user to upload their ID?
I have this one user that doesn't upload ID and got restricted.
is the most important thing, which is the requirements and future_requirements
these will let you know what are the missing requirements for the account
got it. ๐
One more thing, is there a way that I will force my onboarding user to upload their ID?
I have this one user that doesn't upload ID and got restricted.
?
are they Standard accounts, Express or Custom?
custom account ๐