beneficial owners
Update beneficial owner
Updates a beneficial owner's information to retry verification when their status is "incomplete". Only beneficial owners with incomplete verification status can be updated. Used to correct information that caused initial verification to fail.
post/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
Request body
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