Get beneficial owner for business
GET
/customers/{customer_id}/beneficial_owners/{beneficial_owner_id}
Path parameters
-
customer_id string Required
ID of the Customer
-
beneficial_owner_id string Required
ID of Beneficial Owner
GET /customers/{customer_id}/beneficial_owners/{beneficial_owner_id}
curl \
-X GET https://<your_environment_name>-uat-api.canopyservicing.com/customers/cust_30189/beneficial_owners/can_52322 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"address_line_one": "12 Strawberry Road",
"address_line_two": "Suite 101",
"address_city": "Atlanta",
"address_state": "GA",
"address_zip": "99999-1000",
"address_country_code": "US",
"name_prefix": "Dr.",
"name_first": "Miriam",
"name_middle": "Louise",
"name_last": "Trevino",
"name_suffix": "Jr",
"passport": {
"number": "string",
"country": "JP"
},
"beneficial_owner_id": "0x1234",
"verification_status": "uncertified",
"phone_number": "+14105556789",
"email": "marissa@protonmail.com",
"ssn": "000-00-0000",
"date_of_birth": "2004-01-30"
}