Skip to main content
POST
Supply provider-required attributes for an application

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Path Parameters

id
string<uuid>
required

Body

application/json
applicantGender
enum<string>

Gender of the applicant, when the applicant is the beneficial owner.

Available options:
male,
female,
other
applicantOccupationCode
string

US Standard Occupational Classification code for the applicant, 6 digits with any dashes removed.

Example:

"111011"

industryCode
string

North American Industry Classification System code for the business, exactly 6 digits.

Example:

"541611"

targetMarket
enum<string>

The market the business primarily serves.

Available options:
commercial,
retail,
government,
other
targetMarketOtherDescription
string

Describes the market served, and belongs to the other market alone. Both this and targetMarket are written once into a still-empty column, so the value the application already records wins over the one sent here and the pair is judged on the result: a description is required when that result is other, and refused when it is a named market. A description may be sent on its own to qualify an other already on file.

Response

accountId
string<uuid>
required

The account this application belongs to (self or sub-account).

applicationType
enum<string>
required
Available options:
business,
individual
createdAt
string<date-time>
required
id
string<uuid>
required
status
enum<string>
required
Available options:
draft,
under_review,
approved,
more_info_requested,
rejected
editableSections
string[]

When status is more_info_requested, the sections you may edit and resubmit. applicant / businessInfo / businessActivity / individualActivity are edited via PATCH; persons via the /persons sub-resource (and covers that person’s own documents); documents is company-level documents via the /documents sub-resource. Empty otherwise.

moreInfoReason
string

When status is more_info_requested, the reviewer’s notes describing what needs to change. Null otherwise.

registeredName
string

The name the company is registered under, so a directory can label an application without reading the full record.

riskLevel
enum<string>
Available options:
low,
medium,
high,
prohibited
screeningStatus
enum<string>
Available options:
pending,
in_progress,
clear,
flagged,
failed,
timed_out