Loan Management

This guide is under development.

Overview

On weza.io, you can set up automatic loan management processes on your lending application from the . This guide aims to demonstrate how to do a deep integration to the Weza.io Lending APIs on your application so that you can start using credit assessments.

For our use case, let us assume we want to get an instant personal credit assessment whenever someone requests for a loan on our lending app.

Before you begin

To run the examples in this guide, make sure you first follow the instructions in Getting started with Lending Apps and Lending Policy.

Configure Lending Products

Update Lending App settings and policy

  • Define maximum lending limit on policy settings.

  • Configure initial loan limit rules.

  • Configure loan product offer rules.

  • Configure loan limit increase rules.

  • Configure interest rate waiver rules (optional).

  • Configure app webhooks for assessment.completed, loan.activated and loan.completed events.

Create Borrower

Get Loan Offers

View Loan Offer Contracts

Create Loan Using Assessment

Make Loan Repayment

View Borrower Loan Profile

Last updated