Skip to main content
Object

Fields

stakeholders
required
Stakeholder information. Optionally reveal sensitive fields for a specific stakeholder.
applicationEvents
The events associated with the application.
attachments
required
The attachments associated with the application.
comments
required
The comments associated with the application.
createdBy
The actor who created the application.
decisionComponents
required
The underwriting decision components for the application.
schema
The underwriting decision components schema for the application.
updatedBy
The actor who updated the application.
acceptorId
The acceptor ID assigned during onboarding.
accountStatus
Current boarding process status. Null if boarding has not started.
applicationIdentity
The identity information of the application.
applicationStatus
required
The status of the application.
billingAndFunding
The billing and funding information of the application.
cardAcceptorId
The card acceptor ID assigned during onboarding.
processingActivity
The process activity information of the application.
services
The desired services associated with the application.
assignee
The user assigned to the application.
createdDateTime
required
The date and time when the application was created.
id
required
The unique identifier of the application.
participants
The participants of the application.
queue
required
The queue the application is assigned to.
updatedDateTime
required
The date and time when the application was last updated.
{
  "stakeholders": [
    StakeholderOutput
  ],
  "applicationEvents": ApplicationEventCollection,
  "attachments": [
    Attachment
  ],
  "comments": [
    Comment
  ],
  "createdBy": Actor,
  "decisionComponents": [
    DecisionComponent
  ],
  "schema": UnderwritingDecisionComponentsSchema,
  "updatedBy": Actor,
  "acceptorId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "accountStatus": "ON_HOLD",
  "applicationIdentity": AcceptorApplicationIdentityOutput,
  "applicationStatus": "APPROVED",
  "billingAndFunding": AcceptorApplicationBillingAndFundingOutput,
  "cardAcceptorId": "xyz789",
  "processingActivity": AcceptorApplicationProcessingActivityOutput,
  "services": AcceptorApplicationServicesOutput,
  "assignee": ApplicationAssignee,
  "createdDateTime": "2007-12-03T10:15:30Z",
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "participants": [
    BoardingApplicationParticipant
  ],
  "queue": "PARTNER",
  "updatedDateTime": "2007-12-03T10:15:30Z"
}