#SaberKhan
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you help me understand where you were looking for "Utility bill" to be listed as an option but didn't see it?
In person's object, there is a field called "verification.additional_document", where document says that utlity bill can be uploaded.
Yes, but that section does say utility bill, so where are you not seeing "utility bill" being provided as an option? Are you referring to the purpose field when uploading a file? If so, I believe you'd continue to use identity_document for that.
https://stripe.com/docs/api/files/create#create_file-purpose
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Look the option for utility bill in Stripe Person object
Yes, I see "Utility bill" is mentioned there, but your question was:
How can utility bill can be uploaded for US based connected account holder as "Utility bill" is not supported for the up loadable document type for US?
So I'm trying to understand where you are not seeing "Utility bill" as a supported option?
If "Utility Bill" is not supported option, mentioning it in the Stripe Person object is confusing.
I still don't know where you're seeing it isn't an option.
OK then "Utility Bill" is not an option for US based connected account for the person's id verification purpose. Am I correct?
Are you referring to the list of supported verification documents here?
https://stripe.com/docs/connect/identity-verification-api?country=US&document-type=identity#acceptable-verification-documents
For connected account:, when upload a file programmatically how can we let Stripe know that uploaded file is for a particular dispute, as an account may have many disputes.
You don't, the file is uploaded as generic dispute_evidence and you then update the Dispute object with the ID of the file that you uploaded. This is talked about in more detail in our guide for this:
https://stripe.com/docs/disputes/api
ok
In "Person's Object", there are fields for "Registered Address", under what use case we should use these fields, example will be great. Thank you!
ok
What is the purpose of the fields under "Requirements" of Person object? These fields are for Stripe to inform account holder to update account information?
yes