This section outlines how to retrieve fees charged on a created transfer. Fees are visible to the Customer
or Account
that is charged the fee, as well as the Dwolla Account
that is involved in receiving the fee.
GET https://api.dwolla.com/transfers/{id}/fees
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | The id of the transfer to retrieve fees for. |
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/83eb4b5e-a5d9-e511-80de-0aa34a9b2388";
dwolla.get(`${transferUrl}/fees`).then((res) => res.body.total); // => 2
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.