This section covers how to retrieve a transfer belonging to an Account or Customer by its id.
GET https://api.dwolla.com/transfers/{id}
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | The id of the transfer to be retrieved. |
HTTP Status | Message |
---|---|
404 | Transfer not found. |
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
var transferUrl =
"https://api-sandbox.dwolla.com/transfers/15c6bcce-46f7-e811-8112-e8dd3bececa8";
dwolla.get(transferUrl).then((res) => res.body.status); // => 'pending'
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.