Retrieve a funding source #

This section covers how to retrieve a funding source, both bank account and VAN, by id.

Bank #

HTTP request - bank funding source #

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

Request parameters - bank funding source #

ParameterRequiredTypeDescription
idyesstringid of funding source to retrieve.

HTTP status and error codes - bank funding source #

HTTP StatusMessage
404Funding source not found.

Request and response - bank funding source #

JavaScript
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
var fundingSourceUrl =
  "https://api-sandbox.dwolla.com/funding-sources/49dbaa24-1580-4b1c-8b58-24e26656fa31";

dwolla.get(fundingSourceUrl).then((res) => res.body.name); // => "Test checking account"

VAN #

HTTP request - VAN funding source #

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

Request parameters - VAN funding source #

ParameterRequiredTypeDescription
idyesstringid of funding source to retrieve.

HTTP status and error codes - VAN funding source #

HTTP StatusMessage
404Funding source not found.

Request and response - VAN funding source #

JavaScript
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
var fundingSourceUrl =
  "https://api-sandbox.dwolla.com/funding-sources/e6d68efb-c49b-43db-8867-e1ca58c6ee8c";

dwolla.get(fundingSourceUrl).then((res) => res.body.name); // => "Test checking account"

Test in the Sandbox for free today.

Use sandbox environment to test API requests.

Get API Keys
2023 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.