Docs
Get API Keys

Retrieve a customer #

This section shows you how to retrieve a Customer belonging to the authorized Dwolla Master Account. Each Customer id is a part of its location resource. You can pass either an id or the entire location resource to make this request.

HTTP request #

GET https://api.dwolla.com/customers/{id}

Request parameters #

ParameterRequiredTypeDescription
idyesstringCustomer unique identifier.

HTTP status and error codes #

HTTP StatusMessage
403Not authorized to get a customer by id.
404Customer not found.

Request and response #

Raw
GET https://api-sandbox.dwolla.com/customers/07d59716-ef22-4fe6-98e8-f3190233dfb8
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY

{
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/customers/07d59716-ef22-4fe6-98e8-f3190233dfb8"
    }
  },
  "id": "07d59716-ef22-4fe6-98e8-f3190233dfb8",
  "firstName": "Jane",
  "lastName": "Doe",
  "email": "janedoe@nomail.com",
  "type": "unverified",
  "status": "unverified",
  "created": "2015-09-03T23:56:10.023Z"
}
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.