#Pipe
1 messages ยท Page 1 of 1 (latest)
Hi there
The requirements.pending_verification indicates that some async verifications are ongoing. Like ID verification.
You can see a description of that property in our API Ref: https://stripe.com/docs/api/accounts/object#account_object-requirements-pending_verification
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yup, I readed it... but I do not understand...
Is Stripe doing some identity verification on those accounts?
Is there a way we can validate that account so we can stop scammers in our site?
Yep we are doing ID verification on the accounts.
That said, we don't always catch every fraudster.
You are encouraged to do additional verification as we note: https://stripe.com/docs/connect/best-practices#fraud
Ok, thank you for that link... will check it ๐
Sure thing
I just created an Stripe account without validating my email and without validating my phone number through 2FA. Just fake information.
I can make payments to that account...
Is there a way to stop that?
Is this in test mode?