#Qualle - connect testing
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We've got a specific Testing page for Connect issues. I think this is what you're looking for but let me know if I'm incorrect:
https://stripe.com/docs/connect/testing#identity-and-address-verification
Qualle - connect testing
hmm so this is when customer uploads a picture of their driver's license (back and front)
if the image is corrupted or whatever, it seems to throw generic message
but this customer for sure uploaded a valid ID
Okay and the details here: https://stripe.com/docs/connect/testing#test-identity-documents
don't allow you to test this?
ah I see now
I will try
one more thing, for account.updated webhook, how to get metadata back?
like a userId for the user
The account.updated event will contain an Account object (the one that was updated). What userId are you referring to?
an id of a user in our system
it might not be possible
we have org structure with many employees under each
If that userID has been added to the Account object metadata then that will be returned.
Sure thing, happy to help ๐