List documents for beneficial owner
Returns all identity verification documents submitted for a beneficial owner. Includes document status, verification results, document type (passport, driver's license, etc.), and failure reasons if verification was rejected. Used to track document submission and verification progress during the business verification process.
Path parameters
beneficial owner unique identifier
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Response
successful operation
Changes
Changed in 3 of the 33 revisions of this API.1914
- ●
added the new
acceptedenum value to the_embedded/documents/items/documentVerificationStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
idCardenum value to the_embedded/documents/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
licenseenum value to the_embedded/documents/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
otherenum value to the_embedded/documents/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
passportenum value to the_embedded/documents/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
pendingenum value to the_embedded/documents/items/documentVerificationStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
pendingenum value to the_embedded/documents/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
rejectedenum value to the_embedded/documents/items/documentVerificationStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
reviewedenum value to the_embedded/documents/items/statusresponse property for the response status200response-property-enum-value-added
- ○
the response property
_embeddedbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documentsbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/_linksbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/allFailureReasons/items/descriptionbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/allFailureReasons/items/reasonbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/createdbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/documentVerificationStatusbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/idbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/statusbecame required for the status200response-property-became-required
- ○
the response property
_embedded/documents/items/typebecame required for the status200response-property-became-required
- ○
the response property
_linksbecame required for the status200response-property-became-required
- ○
the response property
totalbecame required for the status200response-property-became-required
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added the new required
headerrequest parameterAcceptnew-required-request-parameter
- ▲