• 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. Update Application
Updated on May 17, 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

Update Application

Use PUT method to update the existing underwriting application.

Endpoint:
PUT

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

See Objects Reference for full code sample fields description
Request Parameters
 NameTypeDescription
 idstringApplication identifier.
Can be skipped in the PUT request. Id is taken from the request endpoint.
 namestringApplication name.
 templateIdstringApplication template identifier.
Application Body Object
 NameTypeDescription
 businessDetailsobjectBusiness details include business general information.
 businessDetailsDocumentsobjectBusiness details documents include business registration documents.
 bankingDetailsobjectBanking details include business bank and bank account information.
 bankingDetailsDocumentsobjectBanking details documents include business banking documents.
 contactDetailsarrayContact details include business contact information.
 ownerDetailsarrayOwner details include business owner information.
 businessProfileobjectBusiness profile includes information about the nature of a business
 businessProfileDocumentsobjectBusiness profile documents include pci compliance certificate.
 businessFinancialsobjectBusiness financials include business payment cards processing projections.
 businessProcessingHistoryobjectBusiness processing history includes historical data about payment card processing.
				
					.../api/underwriting-applications/{applicationId}
Request

{
  "id": 0,
  "name": "string",
  "templateId": 0,
  "contactEmail": "string",
  "applicationBody": {
    "businessDetails": {
      "name": "string",
      "legalName": "string",
      "registrationNumber": "string",
      "ownershipType": "Individual",
      "taxId": "string",
      "giin": "string",
      "incorporationDate": "2022-05-16T12:06:15.746Z",
      "businessAddress": {
        "street": "string",
        "apartment": "string",
        "city": "string",
        "country": "string",
        "stateCode": "string",
        "zip": "string"
      },
      "corporateAddress": {
        "street": "string",
        "apartment": "string",
        "city": "string",
        "country": "string",
        "stateCode": "string",
        "zip": "string"
      },
      "companyWebsiteUrl": "string",
      "dbaName": "string",
      "dbaWebsiteUrl": "string",
      "dynamicDescriptor": "string",
      "description": "string",
      "customerServicePhone": "string",
      "customerServiceEmail": "string",
      "fax": "string",
      "socialMediaAccounts": [
        {
          "socialNetwork": "Facebook",
          "accountName": "string"
        }
      ],
      "agreement": true,
      "customField1": "string",
      "customField2": "string",
      "customField3": "string",
      "phoneNumber": "string",
      "emailAddressForNotices": "string",
      "numberOfLocations": 0,
      "numberOfOutlets": 0
    },
    "businessDetailsDocuments": {
      "registrationCertificate": {
        "fileName": "string",
        "fileBody": "string"
      },
      "proofOfAddress": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument1": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument2": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument3": {
        "fileName": "string",
        "fileBody": "string"
      },
      "articleOfIncorporation": {
        "fileName": "string",
        "fileBody": "string"
      }
    },
    "bankingDetails": {
      "bankAccount": {
        "accountNumber": "string",
        "accountType": "Savings",
        "accountHolderName": "string",
        "entityType": "Personal",
        "routingNumber": "string",
        "bankName": "string"
      },
      "plaidAccessToken": "string",
      "billingAddress": {
            "country": "US",
            "stateCode": "NY",
            "apartment":"25, 90503" 
            "street": "667 Madison Avenue, Upper East Side",
            "city": "New York",
            "zip": "10065"
        }
    },
    "bankingDetailsDocuments": {
      "voidCheck": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument1": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument2": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument3": {
        "fileName": "string",
        "fileBody": "string"
      }
    },
    "contactDetails": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "contactType": "Statements",
        "firstName": "string",
        "lastName": "string",
        "legalName": "string",
        "email": "string",
        "mobilePhone": "string",
        "homePhone": "string",
        "address": {
          "street": "string",
          "apartment": "string",
          "city": "string",
          "country": "string",
          "stateCode": "string",
          "zip": "string"
        },
        "customField1": "string",
        "customField2": "string",
        "customField3": "string"
      }
    ],
    "ownerDetails": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "firstName": "string",
        "lastName": "string",
        "idNumber": "string",
        "giin": "string",
        "email": "string",
        "mobilePhone": "string",
        "homePhone": "string",
        "address": {
          "street": "string",
          "apartment": "string",
          "city": "string",
          "country": "string",
          "stateCode": "string",
          "zip": "string"
        },
        "dateOfBirth": "2022-05-16T12:06:15.746Z",
        "position": "string",
        "citizenship": "string",
        "ownershipDate": "2022-05-16T12:06:15.746Z",
        "ownershipPercentage": 0,
        "driversLicenceNumber": "string",
        "driversLicenceCountry": "string",
        "driversLicenceState": "string",
        "customField1": "string",
        "customField2": "string",
        "customField3": "string",
        "controlProng": true,
        "ownerDetailsDocuments": {
          "proofOfId": {
            "fileName": "string",
            "fileBody": "string"
          },
          "proofOfAddress": {
            "fileName": "string",
            "fileBody": "string"
          },
          "personalGuarantee": {
            "fileName": "string",
            "fileBody": "string"
          },
          "customDocument1": {
            "fileName": "string",
            "fileBody": "string"
          },
          "customDocument2": {
            "fileName": "string",
            "fileBody": "string"
          },
          "customDocument3": {
            "fileName": "string",
            "fileBody": "string"
          },
          "driversLicenseFront": {
            "fileName": "string",
            "fileBody": "string"
          },
          "driversLicenseBack": {
            "fileName": "string",
            "fileBody": "string"
          }
        }
      }
    ],
    "businessProfile": {
      "industry": "InformationTechnology",
      "category": "Retail",
      "privacyPolicyUrl": "string",
      "returnsPolicyUrl": "string",
      "tcPolicyUrl": "string",
      "gstExempt": true,
      "gstNumber": "string",
      "descriptionOfGoods": "string",
      "saleChannels": [
        {
          "channelType": "string",
          "percentageOfSales": 0
        }
      ],
      "shipping": {
        "shippingRequired": true,
        "inventory": true,
        "deliveryTimePercentage": {
          "oneToSevenDays": 0,
          "eightToFourteenDays": 0,
          "fifteenToThirtyDays": 0,
          "moreThanThirtyDays": 0
        }
      },
      "pciCompliance": {
        "isEnabled": true,
        "pciLevel": "DssLevelOne",
        "storesSensitiveData": true,
        "dataCompromised": true
      },
      "customField1": "string",
      "customField2": "string",
      "customField3": "string",
      "mccCode": "string",
      "seasonalBusiness": true,
      "seasonalBusinessMonths": ["January"],
      "processingMethods": {
            "deviceTerminal": 0,
            "moTo": 0,
            "online": 0
      },
      "merchantBillingType": "Debit",
      "merchantPricingModel": "DailyDiscount"
    },
    "businessProfileDocuments": {
      "pciCertificate": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument1": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument2": {
        "fileName": "string",
        "fileBody": "string"
      },
      "customDocument3": {
        "fileName": "string",
        "fileBody": "string"
      }
    },
    "businessFinancials": {
      "volumeProjection": {
        "visa": "string",
        "mastercard": "string",
        "americanExpress": "string",
        "localDebitCard": "string",
        "discover": "string"
      },
      "avgTicketPriceProjection": "string",
      "customField1": "string",
      "customField2": "string",
      "customField3": "string",
      "annualVolumeProjection": {
        "visa": "string",
        "mastercard": "string",
        "americanExpress": "string",
        "localDebitCard": "string",
        "discover": "string"
      },
      "monthlyVolumeProjection": {
        "visa": "string",
        "mastercard": "string",
        "americanExpress": "string",
        "localDebitCard": "string",
        "discover": "string"
      },
      "highestTicketPriceProjection": "string",
      "isAnnualAmexVolumeExceedMillionDollars": true
    },
    "businessProcessingHistory": {
      "volumeHistory": {
        "visa": "string",
        "mastercard": "string",
        "americanExpress": "string",
        "localDebitCard": "string",
        "discover": "string"
      },
      "avgTicketPriceHistory": "string",
      "previousBankruptcy": true,
      "customField1": "string",
      "customField2": "string",
      "customField3": "string",
      "monthlyVolumeHistory": {
        "visa": "string",
        "mastercard": "string",
        "americanExpress": "string",
        "localDebitCard": "string",
        "discover": "string"
      },
      "annualVolumeHistory": {
        "visa": "string",
        "mastercard": "string",
        "americanExpress": "string",
        "localDebitCard": "string",
        "discover": "string"
      },
      "highestTicketPriceHistory": "string",
      "previousPersonalBankruptcy": true
    }
  }
}
Response

{
  "id": 0
}				
			
Still stuck? How can we help?
Was this page helpful? Yes No

How can we help?

© Amaryllis Payment Solutions, 2022  All rights reserved.