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.
Path parameters
Beneficial owner unique identifier
Headers
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
Changes
Changed in 4 of the 33 revisions of this API.3310
- ●
added the new
documentenum value to theverificationStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
incompleteenum value to theverificationStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
verifiedenum value to theverificationStatusresponse property for the response status200response-property-enum-value-added
- ○
the response property
_linksbecame required for the status200response-property-became-required
- ○
the response property
addressbecame required for the status200response-property-became-required
- ○
the response property
createdbecame required for the status200response-property-became-required
- ○
the response property
firstNamebecame required for the status200response-property-became-required
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the response property
lastNamebecame required for the status200response-property-became-required
- ○
the response property
verificationStatusbecame required for the status200response-property-became-required
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
removed
BeneficialOwnerWithSsnBeneficialOwnerWithPassportfrom the request bodyoneOflistrequest-body-one-of-removed
- ○
added
CreateUSBeneficialOwnerCreateInternationalBeneficialOwnerto the request bodyoneOflistrequest-body-one-of-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
request body became required
request-body-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
messagebecame required for the status400response-property-became-required
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required
headerrequest parameterAcceptnew-required-request-parameter
- ▲