#Evil_Leek
1 messages · Page 1 of 1 (latest)
Yes, you can find the requirements in https://stripe.com/docs/api/accounts/object?lang=php#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.
So what is the procedure? Before I make a payout to the seller to give it its money do i have to check if its account has any requirements? Does its account changes to No Verified or something like that if its country's legal requirements changes?
You just need to check if its payouts_enabled is true, if false, check its requirements and see what are the missing information.
Can I have any problems with the current_deadline if the seller doesn't make any movements before that and when tries to make a payout its account is disabled or the procedure is the same, check its payouts_enabled and request that info?
If the payouts_enabled is false, then payout creation requests will fail.