#procodecrafter
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- procodecrafter, 54 minutes ago, 5 messages
- procodecrafter, 2 hours ago, 79 messages
- procodecrafter, 3 days ago, 28 messages
- procodecrafter, 4 days ago, 13 messages
I am trying to create a custom connected account where document verification is required ! I uploaded the file and passed file path but just wanted to know if document verification failes in any instance then what to do ?
curl https://files.stripe.com/v1/files
-u xyz:
-F "purpose"="identity_document"
-F "file"="@/path/to/a/file"
yes