Docs
  • Home
  • Introduction
  • Loans
    • New loan application
    • Activate/De-Activate Auto approval
    • Loan Information
    • Active loans
    • Repayment Schedule Calculation
    • Create payment entries
    • Spool repayments due
    • Repayment Activation
      • Remita
    • Auto Disburse
  • Configuration Helpers
  • Create Person
  • Persons
  • Search Customer
  • Loan Types
  • Branches
  • Salesperson
  • Employer & Industry
    • Industries
  • Web-hook Integration
    • Industries
  • Loan Reasons
  • Guides
    • Test and go live
Powered by GitBook
On this page

Was this helpful?

Create Person

Creates a person (customer)

Create a new customer on the application

POST https://<your_business_alias>.lenda.ng/ias/loan/createperson

This endpoint creates a new customer on the application

Headers

Name
Type
Description

Authentication*

string

The encoded combination of your public key and secret key (see the Test and go live section of the docs)

Request Body

Name
Type
Description

emailAddress

string

The Email address of the new customer

firstName

string

The first name of the new customer

lastName

string

The last name of the customer

dateOfBirth

string

Date of birth of the customer (example: "2005-05-21")

phoneNumber

string

The customer's phone number

{
    "data": 1788,
    "status": true,
    "message": "Success"
}
PreviousAuto DisburseNextPersons

Last updated 1 year ago

Was this helpful?