Skip to main content

Credit Application Events

Unit raises events related to credit applications that you can subscribe to via webhooks. These events allow you to track the lifecycle of credit applications and respond to status changes in real-time.

Available Events

EventDescription
creditApplication.createdRaised when a new credit application is created.
creditApplication.statusChangedRaised when the status of a credit application changes.

Event Payloads

creditApplication.created

This event is raised when a credit application is successfully created.

Related resource types:

creditApplication.statusChanged

This event is raised when the status of a credit application changes. Common status transitions include:

  • CreatedPending (OnboardingCustomerCreditApplication when banking application is approved)
  • PendingManualReview (Application requires manual review)
  • PendingApproved (Application approved)
  • ManualReviewApproved (Application approved after manual review)
  • PendingDenied (Application denied)
  • ManualReviewDenied (Application denied after manual review)
  • CreatedCanceled (Application canceled)
  • PendingCanceled (Application canceled)

Related resource types:

When working with credit applications, you may also want to subscribe to these related events:

EventDescription
application.approvedRaised when a banking application is approved (triggers OnboardingCustomerCreditApplication to move to Pending).
application.deniedRaised when a banking application is denied (triggers OnboardingCustomerCreditApplication to be Canceled).
customer.createdRaised when a customer is created as a result of application approval.
creditAccount.createdRaised when a credit account is created after credit application approval.

For more details on all available events and their payloads, see the Events API reference.