Docs
Get API Keys

Retrieve a beneficial owner #

This section contains information on how to retrieve a beneficial owner which belongs to a Customer.

HTTP request #

GET https://api.dwolla.com/beneficial-owners/{id}

Request parameters #

ParameterRequiredTypeDescription
idyesstringBeneficial owner unique identifier.

HTTP status and error codes #

HTTP StatusMessage
404Not found.

Request and response #

Raw
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"
}

Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 All Rights Reserved
Financial institutions play an important role in our network.

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.