Create a document for a beneficial owner
POST https://api-sandbox.dwolla.com/beneficial-owners/{{beneficialOwnerId}}/documents
Create a document for a Customer pending verification by uploading a photo of the document. This requires a multipart form-data POST request. The file must be either a .jpg, .jpeg, .png, .tif, or .pdf up to 10MB in size.
Resources
Article - Handling document verification status
Form Field | Data type | Required | Description |
---|---|---|---|
documentType | string | yes | One of passport , license , idCard , or other |
file | file | yes | File contents. |
Request Body
[{"name"=>"documentType", "value"=>"license", "datatype"=>"string"}, {"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |