This section contains information on how to retrieve the list of exchanges associated with a Dwolla Account.
GET https://api.dwolla.com/exchanges
HTTP Status | Code | Description |
---|---|---|
200 | Ok | The Dwolla API accepted the request and returned a response. |
GET https://api.dwolla.com/exchanges
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
...
{
"_links": {
"self": {
"href": "https://api.dwolla.com/exchanges",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange"
}
},
"_embedded": {
"exchanges": [
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/exchanges/3dad9cbf-9cb6-4efb-8a17-53d7199a0fee",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange"
},
"exchange-partner": {
"href": "https://api-sandbox.dwolla.com/exchange-partners/9b55a4b3-34ae-4607-b2d1-622f1eed77f9",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange-partner"
},
"account": {
"href": "https://api-sandbox.dwolla.com/accounts/80764434-5391-4c6e-89fa-2f96662e9a3a",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "account"
}
},
"id": "3dad9cbf-9cb6-4efb-8a17-53d7199a0fee",
"status": "active",
"created": "2022-05-23T16:33:30.450Z"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/exchanges/cfd39dd1-76fa-4040-86cc-77aabd0aa9e1",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange"
},
"exchange-partner": {
"href": "https://api-sandbox.dwolla.com/exchange-partners/9b55a4b3-34ae-4607-b2d1-622f1eed77f9",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange-partner"
},
"account": {
"href": "https://api-sandbox.dwolla.com/accounts/80764434-5391-4c6e-89fa-2f96662e9a3a",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "account"
}
},
"id": "cfd39dd1-76fa-4040-86cc-77aabd0aa9e1",
"status": "active",
"created": "2022-05-23T16:28:02.965Z"
}
]
},
"total": 2
}
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.