curl --request GET \
--url https://api.treasuryprime.com/apply/business_application \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"bank_id": "bank_anybank",
"bankdata": null,
"created_at": "2019-03-02T11:55:14Z",
"dba": null,
"description": "Our company is engaged in the buying and selling of [...]",
"established_on": "2018-08-01",
"id": "abus_21sen7m398ab",
"identification_number": null,
"identification_number_type": null,
"incorporation_state": "DE",
"legal_structure": "llc",
"mailing_address": {
"city": "Sacramento",
"country": "US",
"postal_code": "95814",
"state": "CA",
"street_line_1": "1300 L St"
},
"naics": "42",
"naics_description": "Wholesale Trade",
"name": "Acme Goods Inc",
"person_applications": [
{
"id": "apsn_01d5w6yaa6vt",
"ownership_percentage": 25,
"roles": [
"signer"
],
"title": "CEO"
},
{
"id": "apsn_0fd62018smsk",
"ownership_percentage": 30,
"roles": [
"control_person",
"signer"
],
"title": "CFO"
}
],
"phone_number": "+1 415-555-1111",
"physical_address": {
"city": "Benicia",
"postal_code": "94510",
"state": "CA",
"street_line_1": "115 W G St"
},
"tin": "11-3344555",
"updated_at": "2019-03-02T11:55:14Z",
"urls": [
"http://example.com"
],
"userdata": null
}
]
}curl --request GET \
--url https://api.treasuryprime.com/apply/business_application \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"bank_id": "bank_anybank",
"bankdata": null,
"created_at": "2019-03-02T11:55:14Z",
"dba": null,
"description": "Our company is engaged in the buying and selling of [...]",
"established_on": "2018-08-01",
"id": "abus_21sen7m398ab",
"identification_number": null,
"identification_number_type": null,
"incorporation_state": "DE",
"legal_structure": "llc",
"mailing_address": {
"city": "Sacramento",
"country": "US",
"postal_code": "95814",
"state": "CA",
"street_line_1": "1300 L St"
},
"naics": "42",
"naics_description": "Wholesale Trade",
"name": "Acme Goods Inc",
"person_applications": [
{
"id": "apsn_01d5w6yaa6vt",
"ownership_percentage": 25,
"roles": [
"signer"
],
"title": "CEO"
},
{
"id": "apsn_0fd62018smsk",
"ownership_percentage": 30,
"roles": [
"control_person",
"signer"
],
"title": "CFO"
}
],
"phone_number": "+1 415-555-1111",
"physical_address": {
"city": "Benicia",
"postal_code": "94510",
"state": "CA",
"street_line_1": "115 W G St"
},
"tin": "11-3344555",
"updated_at": "2019-03-02T11:55:14Z",
"urls": [
"http://example.com"
],
"userdata": null
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
A map containing a list of business-application elements
Show child attributes
ID of the bank with which the object is associated
Optional arbitrary data that can be attached for the bank's use
Alternate 'Doing Business As' name of the business, if it has one
Description of the business
Array of Document IDs pertaining to this business
Date that the business was established, ISO 8601 format ('YYYY-MM-DD')
Unique identifier for object
International identification number (max of 30 characters)
Type of international identification number (max of 30 characters)
State (max 2 characters for US, max 3 characters for other countries)
How the business is legally structured: one of ccorp, corp, estate, foreign_entity, llc, llp, lp, nonprofit, partnership, scorp, soleprop, trust, or municipality
Object describing the physical address of the business
Show child attributes
City (max 18 characters)
Country (ISO 3166-1 alpha-2). Defaults to US
Postal code (5-digit or 5+4 Zip Code for U.S. addresses)
State (max 2 characters for US, max 3 characters for other countries)
First line of the address (max 35 characters)
Optional second line of the address (max 35 characters)
NAICS sector code that describes the industry in which the business operates
NAICS sector description matching the above NAICS sector code. If 'Other', please use an industry description prefixed with 'Other: '
Name of the business
ID of the organization with which the object is associated
Array of objects describing person applications associated with this business
Show child attributes
Person application ID
The person's ownership interest in the business, represented as an integer from 0 to 100
List of applicant's roles, if applicable. Valid roles are signer and control_person
Title of the person within the business (e.g. 'Owner', 'CEO', 'Treasurer')
Phone number of the business
Object describing the physical address of the business
Show child attributes
City (max 18 characters)
Country (ISO 3166-1 alpha-2). Defaults to US
Postal code (5-digit or 5+4 Zip Code for U.S. addresses)
State (max 2 characters for US, max 3 characters for other countries)
First line of the address (max 35 characters)
Optional second line of the address (max 35 characters)
Tax identification number (EIN or other tax ID) for U.S. businesses
URLs for the business website(s)
Arbitrary data the user can attach to the object