beneficial owners

Retrieve beneficial owner

Returns detailed information for a specific beneficial owner, including personal information, address, and verification status. The verification status indicates the owner's identity verification progress and affects the business customer's transaction capabilities.

get/beneficial-owners/{id}

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

successful operation

Changes

Changed in 2 of the 33 revisions of this API.137

  • e44b6a6d572437See the full diff
    • added the new document enum value to the verificationStatus response property for the response status 200

      response-property-enum-value-added

    • added the new incomplete enum value to the verificationStatus response property for the response status 200

      response-property-enum-value-added

    • added the new verified enum value to the verificationStatus response property for the response status 200

      response-property-enum-value-added

    • the response property _links became required for the status 200

      response-property-became-required

    • the response property address became required for the status 200

      response-property-became-required

    • the response property created became required for the status 200

      response-property-became-required

    • the response property firstName became required for the status 200

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property lastName became required for the status 200

      response-property-became-required

    • the response property verificationStatus became required for the status 200

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

      new-required-request-parameter