#confident_kiwi_46561
1 messages · Page 1 of 1 (latest)
Hello @pure prawn
Please wait
https://stripe.com/docs/api/accounts/update
@pure prawn
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And what property you're updating exactly?
wait
Please give me 5 mins more. sorry for the delay
@tranquil star I fllowed this link
https://stripe.com/docs/connect/required-verification-information
And what is the issue you are facing exactly ?
When stripe asked me to upload additional document (identity / address) for verification. Do we need to tell stripe that what type of document we are sending to stripe? because in stripe dashboard they have given ability to select what type of document I am uploading. But I didn't find any such thing in the APi.
Can we simply upload any document from the provided list? or, do we need to tell stripe that what type of document I am uploading?
If you opt using the API for the verification, I inivte you to follow this guide first:
https://stripe.com/docs/connect/handling-api-verification
yes I am already following this
https://stripe.com/docs/api/accounts/update#update_account-individual-verification-document-front
All I need to know is If I do it manually from stripe dashboard, stripe first ask me what type of document i want to upload.
Like this shared in 1st screenshot.
and after that stripe asks me to upload the document, as shared in 2nd screenshot.
So I want to know, If I am using stripe APi to upload these document from my mobile application, where in the api I can select document type in the APi @tranquil star ?
You just upload and attach the file to the required attribut:
https://stripe.com/docs/connect/handling-api-verification#handle-identity-verification
You don't need to set the type in API
So I don't need to tell the type of document I am uploading? right? @tranquil star
Please stop using mentions, I'm monitoring your thread 🙂
Yes, you need simply to follow the guide I shared with you
and, lastly. Can you please tell me how long stripe take to verify the personal information of connect custom account (individual)?
Sorry I don't know honestly, you can reach out to Stripe Support :
https://support.stripe.com/contact
Thank you