I have been facing the following issues while verifying my business customer with ‘document status’.
suppose API returns me a response to upload both business and controller document.
So in my interface do I give the option to upload document one by one and submit that to Dwolla endpoint.
- I just want to confirm suppose my client upload controller documents and forgot to upload business documents then in this case what Dwolla returns in webhook so I can notify my client to upload business document too?
- How do I know the document uploaded by the client is not sufficient as he will have to upload additional documents?
- Do I have to upload controller and business documents in a single request or can upload one by one?
- Suppose I upload three document (2 business + 1 controller) then the Dwolla team rejects one document and approves other two. Then how we handle those cases to determine either the customer verified or not?
Thanks