Skip to main content

Credit Applications

This process often involves a comprehensive evaluation of the applicant's financial stability, credit history, and the purpose of the loan.

There are different types of credit applications for applicants who are already your existing customers and for those who are not your customers yet and are in process of applying to become your customers.

For the existing customers ExistingCustomerCreditApplication should be created, once created it will automatically be moved to Pending status.

For the new customers the OnboardingCustomerCreditApplication should be used, once created it will stay in the Created status until the application for the banking services will be approved, denied or canceled.

Credit Application Types

Unit supports two types of credit applications:

TypeDescriptionUse Case
ExistingCustomerCreditApplicationCredit application for customers who already exist in your systemWhen an existing customer wants to apply for credit
OnboardingCustomerCreditApplicationCredit application for new customers who are in the process of onboardingWhen a new customer applies for credit during the onboarding process

Credit Application Statuses

The final statuses for the credit application are Approved, Denied or Canceled. Once an application is approved, a Customer resource will be created and associated with the application resource. The new created customer resources will be referenced in the relationships object.

During the application evaluation it can stay in the Pending status as long as the evaluation process is running. Once the process is complete, the status will change to either Approved, Denied and the relevant webhook event will be fired (see Pending status description below)

There is an option to Cancel Credit Application at any point before it is Approved or Denied. The status of the application will change to Canceled, and the relevant webhook event will be fired. Also if the banking application got canceled or archived the corresponding credit application will be moved to Canceled status.

Below are all application statuses and their descriptions:

StatusDescription
CreatedThe application was created. Waiting for the original application evaluation.
PendingThe application is being evaluated.
ManualReviewThe application is being manually evaluated. This is functionally equivalent to the Pending status.
ApprovedThe application was approved and updated with the approved credit limit.
DeniedThe application was denied and updated with the deny reason.
CanceledThe application was сanceled.

Status Flow

Created → Pending → ManualReview → Approved
↘ ↗
→ Denied

→ Canceled
  • OnboardingCustomerCreditApplication: Starts in Created status and moves to Pending once the banking application is approved
  • ExistingCustomerCreditApplication: Automatically starts in Pending status
  • Credit Accounts - Accounts created after credit application approval
  • Lending Programs - Programs that credit applications are associated with
  • Applications - Banking applications that onboarding credit applications relate to