This section contains information on how to retrieve the list of exchange partners that are supported by Dwolla. Each exchange partner will have a unique ID that’s used to identify them on the Dwolla Platform. Exchange partners are returned within an _embedded list of exchange-partners, sorted by creation date, with the most recent exchange partners appearing last.
GET https://api.dwolla.com/exchange-partners
HTTP Status | Code | Description |
---|---|---|
200 | Ok | The Dwolla API accepted the request and returned a response. |
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
dwolla
.get("exchange-partners")
.then((res) => res.body._embedded["exchange-partners"][0].id); // => '292317ec-e252-47d8-93c3-2d128e037aa4'
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.