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.
GET https://api.dwolla.com/customers/{id}
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | Customer unique identifier. |
HTTP Status | Message |
---|---|
403 | Not authorized to get a customer by id. |
404 | Customer not found. |
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"
}
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.