Docs
Get API Keys

Create a beneficial owner #

This section details how to create a new beneficial owner. To create beneficial owners, you need to collect the beneficial owner's full name, ssn, date of birth, and permanent address. Optionally, passport information must be included for non-US persons that do not have a US issued SSN. Beneficial owners require additional information that will give Dwolla the ability to confirm the identity of the individual.

For more information on how to create a beneficial owner, reference our step by step guide.

HTTP request #

POST https://api.dwolla.com/customers/{id}/beneficial-owners

Request Parameters #

ParameterRequiredTypeDescription
firstNameyesstringThe legal first name of the beneficial owner.
lastNameyesstringThe legal last name of the beneficial owner.
ssnconditionalstringFull nine digits of beneficial owner’s social security number. Required for US persons. If ssn is omitted, passport is required.
dateOfBirthYesstringBeneficial owner’s date of birth in YYYY-MM-DD format. Must be between 18 to 125 years of age.
addressYesobjectAn address JSON object. Full address of the beneficial owner's physical address.
passportconditionalobjectAn optional passport JSON object. Required for non-US persons. Includes passport identification number and country. If passport is omitted, ssn is required.

Address JSON object #

ParameterRequiredTypeDescription
address1yesstringFirst line of the street address of the beneficial owner's permanent residence. Note: PO Boxes are not allowed.
address2nostringSecond line of the street address of the beneficial owner's permanent residence. Note: PO Boxes are not allowed.
address3nostringThird line of the street address of the beneficial owner's permanent residence. Note: PO Boxes are not allowed.
cityyesstringCity of beneficial owner's permanent residence.
stateProvinceRegionyesstringUS persons - Two-letter US state abbreviation code of Beneficial Owner’s physical address. For two-letter US state abbreviation reference, check out the US Postal Service guide.
Non-US persons - Two-letter state, province, or region ISO abbreviation code of Beneficial Owner's physical address. For two-letter ISO abbreviation reference, check out the ISO guide.
countryyesstringCountry of beneficial owner's permanent residence. Two digit ISO code, e.g. US.
postalCodeconditionalstringPostal code of beneficial owner's permanent residence. Should be a five digit postal code, e.g. 50314. Optional if beneficial owner is a non-US person.

Passport JSON object #

ParameterRequiredTypeDescription
numberconditionalstringRequired if beneficial owner is a non-US person and has no Social Security number.
countryconditionalstringCountry of issued passport.

Request and response #

Raw
POST https://api-sandbox.dwolla.com/customers/81696e5d-a593-45a6-8863-3c20ad634de5/beneficial-owners
Content-Type: application/vnd.dwolla.v1.hal+json
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY

{
  "firstName": "document",
  "lastName": "owner",
  "ssn": "123-46-7890",
  "dateOfBirth": "1960-11-30",
  "address": {
    "address1": "123 Main St.",
    "city": "New York",
    "stateProvinceRegion": "NY",
    "country": "US",
    "postalCode": "10005"
  }
}

HTTP/1.1 201 Created
Location: https://api.dwolla.com/beneficial-owners/FC451A7A-AE30-4404-AB95-E3553FCD733F
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.