Retrieve an _embedded
list of business classifications that contains an _embedded
list of industry classifications. The appropriate Id from the list of industry classifications must be passed in the businessClassification
parameter when creating a Business Verified Customer. The industry classification is used to identify the Customer's business and is required by Dwolla when verifying a business
in order to better analyze the nature of a business.
GET https://api.dwolla.com/business-classifications
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
dwolla
.get("business-classifications")
.then((res) => res.body._embedded["business-classifications"][0].name); // => 'Food retail and service'
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.