Create a new benefical owner for a Client

POST https://api-sandbox.dwolla.com/clients/{{clientAccountId}}/beneficial-owners

Create a new beneficial owner for a Client Account. 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.

Request parameters

ParameterRequiredTypeDescription
firstNameyesstringThe legal first name of the beneficial owner.
lastNameyesstringThe legal last name of the beneficial owner.
ssnyesstringFull nine digits of beneficial owner’s social security number.
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.

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.
stateProvinceRegionyesstringTwo-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.
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.

HTTP status and error codes

HTTP StatusCodeMessageDescription
201CreatedSuccessBeneficial owner created.
400BadRequestValidation error(s) present. See embedded errors list for more details.An error exists with the request. Check the embedded list of errors for more detailed error messages. Also check Validation Errors section in the API reference.
404NotFoundThe requested resource was not found.Client Account not found. Check Client Account Id.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Authorizationstring