Docs
Get API Keys

Retrieve a VAN account and routing number #

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.

HTTP request #

GET https://api.dwolla.com/funding-sources/{id}/ach-routing

Request parameters #

ParameterRequiredTypeDescription
idyesstringid of funding source to retrieve.

HTTP status and error codes #

HTTP StatusMessage
404Funding source not found.

Request and response #

Raw
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"
}
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 All Rights Reserved
Financial institutions play an important role in our network.

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.