post https://sandboxapi.getpaintbrush.com/api/applications//companies
Create a company applying for a Paintbrush Loan.
If you are creating a business, you must still create a user in order to create an email address for an applicant to log in and edit the application. A company can have one or many users attached to it.
All fields are optional in the API and will simply help Paintbrush, you, and the applicant arrive at a determination of eligibility more quickly and with less work on the user’s end.
Sample request
{
"externalId": "ABCDEFGHIJ",
"name": "Paintbrush, Inc.",
"DBA": "Paintbrush",
"industry": "fintech",
"description": "Idea-stage loan facilitator for new startups",
"email": "[email protected]",
"phone": "5555555555",
"address1": "123 Test Street",
"address2": "Apt B",
"city": "Salt Lake City",
"state": "UT",
"zip": "84101",
"ein": "987654321",
"type": "CORPORATION",
"unpaidDebt": {
"existingDebt": false,
"amount": null,
"verified": false
}
}