Docs
Get API Keys

Beneficial Owners #

Verified Customers of type business are required to verify the identity of beneficial owners in addition to the controller of the business if they are one of the following business types:

  • Corporation
  • LLC
  • Partnership
For more information on how to add beneficial owners, or to learn more on whether certain business types are exempt, reference our step by step guide.

Beneficial owners resource #

ParameterDescription
idThe beneficial owner unique identifier.
firstNameThe legal first name of the beneficial owner.
lastNameThe legal last name of the beneficial owner.
addressThe beneficial owner's physical address.
verificationStatusPossible values of verified, document, or incomplete.
bash
{
    "_links": {
        "self": {
            "href": "https://api-sandbox.dwolla.com/beneficial-owners/caa81a5f-ec1e-4559-8b32-d90655bfd03c",
            "type": "application/vnd.dwolla.v1.hal+json",
            "resource-type": "beneficial-owner"
        }
    },
    "id": "caa81a5f-ec1e-4559-8b32-d90655bfd03c",
    "firstName": "Joe",
    "lastName": "owner",
    "address": {
        "address1": "12345 18th st",
        "address2": "Apt 12",
        "address3": "",
        "city": "Des Moines",
        "stateProvinceRegion": "IA",
        "country": "US",
        "postalCode": "50265"
    },
    "verificationStatus": "verified"
}
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.