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. |
GET https://api-sandbox.dwolla.com/business-classifications/9ed3a866-7d6f-11e3-a0ce-5404a6144203
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/business-classifications/9ed3a866-7d6f-11e3-a0ce-5404a6144203"
}
},
"_embedded": {
"industry-classifications": [
{
"id": "9ed3cf58-7d6f-11e3-81a4-5404a6144203",
"name": "Toys and games"
},
{
"id": "9ed3cf50-7d6f-11e3-8ae8-5404a6144203",
"name": "Music"
},
{
...........
}
]
},
"id": "9ed3a866-7d6f-11e3-a0ce-5404a6144203",
"name": "Entertainment and media"
}
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.