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. |
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
var customerUrl =
"https://api-sandbox.dwolla.com/customers/07d59716-ef22-4fe6-98e8-f3190233dfb8";
dwolla.get(customerUrl).then((res) => res.body.firstName); // => 'Jane'
Use sandbox environment to test API requests.
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.