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
GET https://api-sandbox.dwolla.com/business-classifications
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
"_links": {},
"_embedded": {
"business-classifications": [
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/business-classifications/9ed3f669-7d6f-11e3-b545-5404a6144203"
}
},
"_embedded": {
"industry-classifications": [
{
"id": "9ed3f671-7d6f-11e3-803c-5404a6144203",
"name": "Gourmet foods"
},
{
"id": "9ed3f66c-7d6f-11e3-86ae-5404a6144203",
"name": "Distilleries"
},
{
...........
}
]
},
"id": "9ed3f669-7d6f-11e3-b545-5404a6144203",
"name": "Food retail and service"
}
...........
]
},
"total": 27
}
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.