documents

Create a document for beneficial owner

Uploads an identity verification document for a beneficial owner using multipart form-data. Required when a beneficial owner has "document" status during the business verification process.

post/beneficial-owners/{id}/documents

Path parameters

idstring required

beneficial owner unique identifier

Headers

Accept'application/vnd.dwolla.v1.hal+json' required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Response

document created

Changes

Changed in 3 of the 33 revisions of this API.48

  • e44b6a6d572434See the full diff
    • request property documentType was restricted to a list of enum values

      request-property-became-enum

    • the request property documentType became required

      request-property-became-required

    • the request property file became required

      request-property-became-required

    • added the new idCard enum value to the request property documentType

      request-property-enum-value-added

    • added the new license enum value to the request property documentType

      request-property-enum-value-added

    • added the new other enum value to the request property documentType

      request-property-enum-value-added

    • added the new passport enum value to the request property documentType

      request-property-enum-value-added

    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 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 413

      response-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 header request parameter Accept

      new-required-request-parameter