Retrieve a business classification #

This section shows you how to retrieve an Id from a list of industry classifications to be passed in the businessClassification parameter when creating a Business Verified Customer.

HTTP request #

GET https://api.dwolla.com/business-classifications/{id}

Request parameters #

ParameterRequiredTypeDescription
idyesstringBusiness classification unique identifier.

Request and response #

JavaScript
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
var businessClassificationUrl =
  "https://api-sandbox.dwolla.com/business-classifications/9ed3a866-7d6f-11e3-a0ce-5404a6144203";

dwolla.get(businessClassificationUrl).then((res) => res.body.name); // => 'Entertainment and media'

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.