This section covers how to retrieve a VAN
funding source's account and routing number which are available for use outside the Dwolla Platform to route ACH payments both to and from a Dwolla Balance.
GET https://api.dwolla.com/funding-sources/{id}/ach-routing
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | id of funding source to retrieve. |
HTTP Status | Message |
---|---|
404 | Funding source not found. |
GET https://api-sandbox.dwolla.com/funding-sources/e6d68efb-c49b-43db-8867-e1ca58c6ee8c/ach-routing
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/funding-sources/e6d68efb-c49b-43db-8867-e1ca58c6ee8c/ach-routing",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "ach-routing"
},
"funding-source": {
"href": "https://api-sandbox.dwolla.com/funding-sources/e6d68efb-c49b-43db-8867-e1ca58c6ee8c",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "funding-source"
}
},
"accountNumber": "9619991490430833",
"routingNumber": "084106768"
}
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.