This section contains information on how to retrieve a beneficial owner which belongs to a Customer.
GET https://api.dwolla.com/beneficial-owners/{id}
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | Beneficial owner unique identifier. |
HTTP Status | Message |
---|---|
404 | Not found. |
GET https://api-sandbox.dwolla.com/beneficial-owners/976a4c14-b183-40e9-b2df-ddbb3e794d3f
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
...
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/beneficial-owners/976a4c14-b183-40e9-b2df-ddbb3e794d3f",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "beneficial-owner"
}
},
"id": "976a4c14-b183-40e9-b2df-ddbb3e794d3f",
"firstName": "Jane",
"lastName": "Owner",
"address": {
"address1": "123 Address St.",
"address2": "Apt 123",
"city": "Des Moines",
"stateProvinceRegion": "IA",
"country": "US",
"postalCode": "50309"
},
"verificationStatus": "verified",
"created": "2021-08-20T20:17:50.294Z"
}
All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.