Create Customer

Creates a customer

Creates a new customer on the application

POST https://<your_business_alias>.lendastack.io/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": 1072,
    "status": true,
    "message": "Success"
}

Last updated

Was this helpful?