Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check if a stripe account is verified

Is there a way in php to check if a standalone account connected to your stripe application is verified?

Thank you

like image 595
Marco Mirabile Avatar asked Nov 10 '22 04:11

Marco Mirabile


1 Answers

Those three fields tells you if an account is valid and active and not that is verified, but what if you need to check if user has uploaded an id document to verify his identity? If your business requires that kind of information but you don't have resources to manage accounts and you want to use standalone accounts what could you do? Verification of users (to check they are what they say there are) could be very important for particular type of service.

Thanks

like image 157
Giorgio Ferrè Avatar answered Nov 14 '22 21:11

Giorgio Ferrè