• User Documentation 
  • Amaryllis Release Notes 
  • For Developers 

  • User Documentation 
  • Amaryllis Release Notes 
  • For Developers 

Dev Portal

  • folder icon closed folder iconIntroduction
  • folder icon closed folder iconAuthentication
  • folder icon closed folder iconManagement
    • Getting Started
    • Platform Accounts Management
      • Get Platform Account Configuration
      • Get Platform Account
      • Create Platform Account
      • Update Platform Account
      • Objects Reference
    • Sub-Accounts Management
      • Get Sub-Account Configurations
      • Get Sub-Account
      • Create Sub-Account
      • Update Sub-Account
      • Objects Reference
    • Users Management
      • Get User by User Id
      • Get User by Username
      • Create User
      • Update User
      • Objects Reference
    • Underwriting Management
      • Get Application
      • Get Application Template
      • Get Application Fields Statuses
      • Get Application Status
      • Get Linked Sub-Accounts
      • Get Resubmission
      • UMS IFrame Authentication
      • UMS IFrame
      • UMS IFrame Authentication in Resubmission Mode
      • UMS IFrame in Resubmission Mode
      • Create Application
      • Update Application
      • Update Application Fields Statuses
      • Update Application Status
      • Objects Reference
      • Response Codes
  • folder icon closed folder iconTransactions Processing
    • Getting Started
    • Credit Card Transactions
      • 3D-Secure
      • Authorization
      • Void
      • Capture
      • Charge
      • Refund
      • Credit
      • Verify
      • Chargeback
      • Cancel
    • Update
    • Adjustment
    • Recurring
    • ACH
    • Response
    • Response Codes
    • Objects Reference
  • folder icon closed folder iconTransactions Echo
    • Getting Started
    • Credit Card Transactions
      • Authorization
      • Void
      • Capture
      • Charge
      • Refund
      • Credit
      • Verify
      • Chargeback
      • Cancel
    • Update
    • Adjustment
    • ACH
    • Echo Response
    • Response Codes
    • Objects Reference
  • folder icon closed folder iconTokenization
    • Processing with a Token
      • Getting Started
      • Processing with Tokenization
    • Tokenization iFrame
      • iFrame Integration
      • iFrame Customization
      • iFrame Testing
      • Response Example
    • Tokenization API
      • Getting Started
      • Tokenization Request
      • Tokenization Response
      • Response Codes
  • folder icon closed folder iconPayouts
    • Getting Started
    • Payout Transactions
    • Response
    • Objects Reference
  • folder icon closed folder iconReports
    • Getting Started
    • Reports API
      • Account Balances
      • Payouts
      • Payouts Reconciliation
      • Settlements
      • Transaction Details
      • Account Summary
      • Transactions Summary
      • Transactions
      • Fees Summary
      • Incoming Fees
      • Expected Future Revenue
      • Profitability Analysis
      • Reconciliation Summary
      • Reconciliation Records
      • Chargeback Analysis
      • Tokens
      • Sign-up Summary
    • Status Codes
  • folder icon closed folder iconErrors
  • folder icon closed folder iconResponse Codes
  1. Home
  2. Docs
  3. Dev Portal
  4. Management
  5. Underwriting Management
  6. Get Application Fields Statuses
Updated on May 4, 2023

Dev Portal

  • folder icon closed folder iconIntroduction
  • folder icon closed folder iconAuthentication
  • folder icon closed folder iconManagement
    • Getting Started
    • Platform Accounts Management
      • Get Platform Account Configuration
      • Get Platform Account
      • Create Platform Account
      • Update Platform Account
      • Objects Reference
    • Sub-Accounts Management
      • Get Sub-Account Configurations
      • Get Sub-Account
      • Create Sub-Account
      • Update Sub-Account
      • Objects Reference
    • Users Management
      • Get User by User Id
      • Get User by Username
      • Create User
      • Update User
      • Objects Reference
    • Underwriting Management
      • Get Application
      • Get Application Template
      • Get Application Fields Statuses
      • Get Application Status
      • Get Linked Sub-Accounts
      • Get Resubmission
      • UMS IFrame Authentication
      • UMS IFrame
      • UMS IFrame Authentication in Resubmission Mode
      • UMS IFrame in Resubmission Mode
      • Create Application
      • Update Application
      • Update Application Fields Statuses
      • Update Application Status
      • Objects Reference
      • Response Codes
  • folder icon closed folder iconTransactions Processing
    • Getting Started
    • Credit Card Transactions
      • 3D-Secure
      • Authorization
      • Void
      • Capture
      • Charge
      • Refund
      • Credit
      • Verify
      • Chargeback
      • Cancel
    • Update
    • Adjustment
    • Recurring
    • ACH
    • Response
    • Response Codes
    • Objects Reference
  • folder icon closed folder iconTransactions Echo
    • Getting Started
    • Credit Card Transactions
      • Authorization
      • Void
      • Capture
      • Charge
      • Refund
      • Credit
      • Verify
      • Chargeback
      • Cancel
    • Update
    • Adjustment
    • ACH
    • Echo Response
    • Response Codes
    • Objects Reference
  • folder icon closed folder iconTokenization
    • Processing with a Token
      • Getting Started
      • Processing with Tokenization
    • Tokenization iFrame
      • iFrame Integration
      • iFrame Customization
      • iFrame Testing
      • Response Example
    • Tokenization API
      • Getting Started
      • Tokenization Request
      • Tokenization Response
      • Response Codes
  • folder icon closed folder iconPayouts
    • Getting Started
    • Payout Transactions
    • Response
    • Objects Reference
  • folder icon closed folder iconReports
    • Getting Started
    • Reports API
      • Account Balances
      • Payouts
      • Payouts Reconciliation
      • Settlements
      • Transaction Details
      • Account Summary
      • Transactions Summary
      • Transactions
      • Fees Summary
      • Incoming Fees
      • Expected Future Revenue
      • Profitability Analysis
      • Reconciliation Summary
      • Reconciliation Records
      • Chargeback Analysis
      • Tokens
      • Sign-up Summary
    • Status Codes
  • folder icon closed folder iconErrors
  • folder icon closed folder iconResponse Codes

Get Application Fields Statuses

Use GET Underwriting Application Fields Statuses method to inquire an existing underwriting application fields statuses

  • In the request URL user enters {id} of the existing underwriting application
  • In the response user receives a Json object with application fields’ statuses.

Values of application fields in the response Json are fields’ statuses:

  • new – new fields
  • approved – fields that have been approved by an authorized user
  • declined – fields that have been declined by an authorized user

Endpoint:
GET

Sandbox: https://sandbox.4levers.com/managementapi/api/underwriting-applications/{applicationId:int}/field-status
Production: https://managementapi.4levers.com/api/underwriting-applications/{applicationId:int}/field-status

See Objects Reference for full code sample fields description
 
				
					.../api/underwriting-applications/{applicationId:int}/field-status
Response Example

{
  "businessDetails": {
    "name": "New",
    "legalName": "New",
    "registrationNumber": "New",
    "ownershipType": "New",
    "taxId": "New",
    "giin": "New",
    "incorporationDate": "New",
    "businessAddress": "New",
    "corporateAddress": "New",
    "companyWebsiteUrl": "New",
    "dynamicDescriptor": "New",
    "dbaName": "New",
    "dbaWebsiteUrl": "New",
    "description": "New",
    "customerServicePhone": "New",
    "customerServiceEmail": "New",
    "fax": "New",
    "socialMediaAccounts": "New",
    "customField1": "New",
    "customField2": "New",
    "customField3": "New",
    "phoneNumber": "New",
    "emailAddressForNotices": "New",
    "numberOfLocations": "New",
    "numberOfOutlets": "New"
  },
  "businessDetailsDocuments": {
    "registrationCertificate": "New",
    "proofOfAddress": "New",
    "customDocument1": "New",
    "customDocument2": "New",
    "customDocument3": "New",
    "articleOfIncorporation": "New"
  },
  "bankingDetails": {
    "bankAccount": "New",
    "billingAddress": "New"
  },
  "bankingDetailsDocuments": {
    "voidCheck": "New",
    "customDocument1": "New",
    "customDocument2": "New",
    "customDocument3": "New"
  },
  "contactDetails": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "contactType": "New",
      "firstName": "New",
      "lastName": "New",
      "legalName": "New",
      "email": "New",
      "mobilePhone": "New",
      "homePhone": "New",
      "address": "New",
      "customField1": "New",
      "customField2": "New",
      "customField3": "New"
    }
  ],
  "ownerDetails": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "firstName": "New",
      "lastName": "New",
      "idNumber": "New",
      "giin": "New",
      "email": "New",
      "mobilePhone": "New",
      "homePhone": "New",
      "address": "New",
      "dateOfBirth": "New",
      "position": "New",
      "citizenship": "New",
      "ownershipDate": "New",
      "ownershipPercentage": "New",
      "driversLicenceNumber": "New",
      "customField1": "New",
      "customField2": "New",
      "customField3": "New",
      "controlProng": "New"
    }
  ],
  "ownerDetailsDocuments": [
    {
      "ownerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "proofOfId": "New",
      "proofOfAddress": "New",
      "personalGuarantee": "New",
      "customDocument1": "New",
      "customDocument2": "New",
      "customDocument3": "New",
      "driversLicenseFront": "New",
      "driversLicenseBack": "New"
    }
  ],
  "businessProfile": {
    "industry": "New",
    "category": "New",
    "privacyPolicyUrl": "New",
    "returnsPolicyUrl": "New",
    "tcPolicyUrl": "New",
    "gstNumber": "New",
    "descriptionOfGoods": "New",
    "seasonalBusiness": "New",
    "saleChannels": "New",
    "shipping": "New",
    "pciCompliance": "New",
    "customField1": "New",
    "customField2": "New",
    "customField3": "New",
    "mccCode": "New",
    "processingMethods": "New",
    "merchantBillingType": "New",
    "merchantPricingModel": "New"
  },
  "businessProfileDocuments": {
    "pciCertificate": "New",
    "customDocument1": "New",
    "customDocument2": "New",
    "customDocument3": "New"
  },
  "businessFinancials": {
    "volumeProjection": "New",
    "avgTicketPriceProjection": "New",
    "customField1": "New",
    "customField2": "New",
    "customField3": "New",
    "annualVolumeProjection": "New",
    "monthlyVolumeProjection": "New",
    "highestTicketPriceProjection": "New",
    "isAnnualAmexVolumeExceedMillionDollars": "New"
  },
  "businessProcessingHistory": {
    "volumeHistory": "New",
    "avgTicketPriceHistory": "New",
    "previousBankruptcy": "New",
    "customField1": "New",
    "customField2": "New",
    "customField3": "New",
    "monthlyVolumeHistory": "New",
    "annualVolumeHistory": "New",
    "highestTicketPriceHistory": "New",
    "previousPersonalBankruptcy": "New"
  }
}				
			
Still stuck? How can we help?
Was this page helpful? Yes No

How can we help?

© Amaryllis Payment Solutions, 2022  All rights reserved.