Create a new beneficial owner.
POST https://api-sandbox.dwolla.com/customers/{{VCRCustomerId}}/beneficial-owners
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.
Please remember to use dummy data when testing in the sandbox.
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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Authorization | string |