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.
GET https://api.dwolla.com/business-classifications/{id}
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | Business classification unique identifier. |
// 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'
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.