v33

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-03-2682193603.4 KB
beneficial owners

Create customer beneficial owner

Creates a new beneficial owner for a business verified customer. Beneficial owners are individuals who own 25% or more of the company's equity. Requires personal information, address, and SSN or passport for identity verification.

post/customers/{id}/beneficial-owners

Path parameters

idstring required

Customer ID for which to create a Beneficial Owner

Headers

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

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

Request body

OR

Example request

{
  "firstName": "John",
  "lastName": "Doe",
  "dateOfBirth": "1980-01-31",
  "address": {
    "address1": "462 Main Street",
    "address2": "Suite 123",
    "address3": "Unit 123",
    "city": "Des Moines",
    "postalCode": "50309",
    "country": "USA",
    "stateProvinceRegion": "IA"
  },
  "ssn": "123456789"
}

Response

successful operation