Businesses

The boarded legal entity and everything attached to it: create a business, manage its details, and add the people, bank accounts, addresses, and locations that make it review-ready.

The business is the anchor of onboarding. Everything else (its owners and signatories, bank accounts, addresses, and locations) belongs to that one business and is reached through its reusable id. This section covers how to create a business, manage its own details, and work with each part that hangs off it.

You can build a business two ways: as a Complete submission (the business and all its related information in one request) or Progressively (create the business with minimum information, then add each part as it becomes available). Both produce the same review-ready profile.


How the pieces fit together

The business is the anchor: accounts, places, services, and documents belong to it. People are added as Owners or Signatories, each backed by a shared Individual; you can also add an Individual on its own and link it as an owner or signatory later by its id.

graph TD
    B([Business])

    B --> PEOPLE[People]
    B --> PLACES[Places]
    B --> OPS[Accounts, services and documents]

    PEOPLE --> OWN[Owners]
    PEOPLE --> SIG[Signatories]
    PLACES --> ADDR[Addresses]
    PLACES --> LOC[Locations]
    OPS --> BANK[Bank accounts]
    OPS --> SVC[Services and features]
    OPS --> DOC[Documents]

    OWN -. links to .-> IND([Individual, shared and reusable])
    SIG -. links to .-> IND

The resource map

Everything in one view: what each resource is, where it lives, and the id prefix PCE returns for it.

ResourceRolePathid
BusinessThe legal entity, the anchor everything hangs off/v1/businesses/{businessId}bus_
IndividualA person, shared and reusable across businesses/v1/individuals/{individualId}ind_
OwnerLinks an Individual as a beneficial owner…/{businessId}/ownersown_
SignatoryLinks an Individual as an authorized signer…/{businessId}/signatoriessig_
Bank accountFunding, billing, or settlement instrument…/{businessId}/bank-accountsba_
AddressA business address…/{businessId}/addressesaddr_
LocationA site where the business operates (its own MID)…/{businessId}/locationsloc_
Services and featuresCapabilities the business turns on…/{businessId}/services(none)
DocumentsA file bound to the business/v1/documentsdoc_

In this section

See also

  • Individuals: the shared people you link as owners and signatories
  • Status lifecycle: how a business moves from creation through underwriting to live

Did this page help you?
.readme-logo { display: none !important; }