API Gateway
Quick Onboarding
Seamless Integration

Network Partners

Strategic Home Loan Partner Diagram
Mortgage Demand
Aggregation
Embedded User
Journey
Open Banking for
Mortgages

Business use cases

Potential Partners

Private Banks

Regional Banks

Small Finance
Banks

Co-operative
Banks



Customers

Existing & New
Bank Customers

SME
Companies

 
 


Products

Plain Vanilla
Home Loans

Working Capital-
loan against Property

Term-loan
against Property

Co-operative
Banks

Potential Partners

Research Platforms

Listing Websites

Primary Sales
Platform

 



Customers

New and Existing
Network Customers

 

 
 


Products

Plain Vanilla
Home Loans

Structured Mortgage
Products

Data Analytics Driven Mortgage Products

 

Potential Partners

Payments

Wealth Management

Investments

 



Customers

New and Existing
Network Customers

 

 
 


Products

Plain Vanilla
Home Loans

Structured Mortgage
Products

Data Analytics Driven
Mortgage Products

 

Potential Partners

Neo Banks

Open Banks

 

 



Customers

New and Existing Bank Customers

 

 
 


Products

Plain Vanilla
Home Loans

Structured Mortgage
Products

Data Analytics Driven Mortgage Products

 

Digital mortgages on your network

Add mortgages to your product suite

Growth

Grow your business by monetizing home loan product on your network

Quality

Deliver best in class home loan experience to your customers

Improved NPS

Deliver enhanced customer experience and improve your NPS

Technology stack

Our vision is to empower businesses to improve customer engagement by adding digital home loans in their product suite

API gateway and
documentation

We've built easy-to-use APIs that create your data foundation.

Our APIs let you leverage the full power of our platform.

API Library
                             
  import http.client

  conn = http.client.HTTPSConnection("{{Req_URL}}")

  payload = " {
  "first_name" : "JOHN","middle_name" : "",
  "last_name" : "DOE","mobile" : "9876543210",
  "email" : "johndoe@mail.com","pan" : "ABCDE1234F",
  "aadhaar_number" : "XXXXXXXX0123","dob" : "01/10/1990",
  "gender" : "female","marital_status" : "married",
  "qualification" : 200,"citizenship" : "Indian",
  "ca_line1" : "Street:  1, z Bldg, ",
  "ca_line2" : "Saki Vihar Rd, Sakinaka, Andheri (west)",
  "ca_city" : "Mumbai",
  "ca_state" : "Maharashtra",
  "ca_pincode" : 400072,
  "ca_residence_duration" : 57,
  "ca_residence_type" : "with parents",
  "pa_line1" : "Street:  1, z Bldg,",
  "pa_line2" : "Saki Vihar Rd, Sakinaka, Andheri (west)",
  "pa_city" : "Mumbai",
  "pa_state" : "Maharashtra",
  "pa_pincode" : 400072,
  "pa_residence_duration" : 57,
  "pa_residence_type" : "self owned",
  "different_address" : 0,
  "pp_current_job_months" : 8,
  "pp_current_job_years" : 11,
  "pp_total_experience_months" : 8,
  "pp_total_experience_years" : 11,
  "pp_industry" : 86,
  "pp_employment_type" : "salaried",
  "pp_company_name" : "ABC Information Systems"",
  "pp_net_income" : 140275,
  "pp_current_emis" : 0,
  "pp_other_income" : 0,
  "pp_office_email" : "johndoe@mail.com",
  "pp_designation" : "N/A",
  "pp_constitution" : "pvt ltd",
  "pp_org_address_line1" : "Street:  4, A Bldg, ",
  "pp_org_address_line2" : "Opp State Bank Of Mysore,Bangalore",
  "pp_city" :" Mysore",
  "pp_state" : "Bangalore",
  "pp_pincode" : 560100,
  "bank_details" : {    
    "bank_id": 1, 
    "account_holder_name": "John Doe",    
    "account_number": "1234567890", 
    "ifcs": "ABCD0000001"
    }
       
 }"

  headers = {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer {{Bearer_Token}}',
    'x-api-key': '{{x-api-key}}'
  }
  conn.request("POST", "/applicant", payload, headers)
  res = conn.getresponse()
  data = res.read()
  print(data.decode("utf-8"))

                           
                               
  import requests

  url = "{{Req_URL}/upload-document"

  payload={'bankStatementPassword': '',
  'bankId': '1',
  'document_type': 'bank_statement_doc',
  'applicant_id': '115'
  }
  files=[
    ('document',('null (11).pdf',
    open('/home/ysachit/Downloads/docss/test2/null (11).pdf','rb'),
    'application/pdf'))
  ]
  headers = {
    'Accept': 'application/json',
    'Content-Type': 'application/json',
    'Authorization': 'Bearer  {{Token}}',
    'x-api-key': '{{x-api-key}}'
  }

  response = requests.request
  ("POST", url, headers=headers, data=payload, files=files)

  print(response.text)
  
                             
                             
  import requests

  url = "{{Req_URL}}/application"

  payload="{
    "applicant_id" : 1,
    "bank_id" : 1,
    "tenure_months" : 12,
    "loan_amount" : 1200000,
    "loan_product_id" : 2,
    "external_id": 258
    }"
  headers = {
  'Content-Type': 'application/json',
  'x-api-key': '{{x-api-key}}',
  'Authorization': 'Bearer {{Bearer_Token}}'
  }

  response = requests.request
  ("POST", url, headers=headers, data=payload)

  print(response.text)
  
                           
4

Get started in 4 simple steps

//Configure

Use application builder to configure your application We'll generate a customized guide to make your integration quick

//Build

We'll build your sandbox environment You can deploy a white-labelled turnkey solution

//Deploy

Optionally, we can deploy the application inside your existing cloud infrastructure

//Launch

Depending on your application, you can deploy in as little as three weeks

Let’s build something amazing together!

Learn more about our partnerships

Priyamvada Jain



(+91)99302 35000