HomeCapital Program Features

HomeCapital is in a unique position to help our partners by creating cohesive value propositions and generate business.

Unique Product Proposition

Interest Free Assistance
in flexible tenure for
down payment.

Tech-Led Architecture

Intuitive and Simple end
to end digital process for
faster processing.

Instant Loan Eligibility And
In-Principle Approvals

Easy online application process
to calculate eligibility and
provide approvals.

HomeCapital Ecosystem

HomeCapital EcosystemHomeCapital EcosystemHomeCapital Ecosystem
Down Payment Demand
Aggregation
Simple Tech Integrations
Bouquet of Various
Financiers
Download Partner Guide

Partner Benefits

HomeCapital helps businesses thrive

0K+

Loans Disbursed

0K+

Customers

0K+

Average Loan Size

0Y+

Experience

Partner with us in 4 simple steps

The Ultimate API Framework

            
  import http.client
  import json
  
  conn = http.client.HTTPSConnection("{{Req_URL}}/update-profile")
  payload = json.dumps({
    "personal_information": {
      "pan": "ATVPH7238B",
      "first_name": "Vinay",
      "middle_name": "Rajesh",
      "last_name": "Maurya",
      "date_of_birth": "1995-11-20",
      "gender": "male",
      "email_id": "[email protected]",
      "marital_status": "single",
      "aadhaar_number": "778478568956",
      "mobile_number": "8888888888"
    },
    "address": {
      "current_address": {
        "line1": "17/2, Carter No: 7",
        "line2": "Borivali - East",
        "landmark": "Opposite Railway Station",
        "pincode": 400066,
        "type_of_residence": "permanent",
        "duration_of_residence_in_months": 35
      },
      "permanent_address": {
        "line1": "17/2, Carter No: 7",
        "line2": "Borivali - East",
        "landmark": "Opposite Railway Station",
        "pincode": 400066,
        "type_of_residence": "permanent",
        "duration_of_residence_in_months": 35
      }
    },
    "employment": {
      "employment_type": "Salaried",
      "company": "Home Capital",
      "designation": "Developer",
      "total_experience_in_months": 1,
      "work_email": "[email protected]",
      "office_address": {
        "line1": "16th Floor, D Wing, Trade World",
        "line2": "Kamala Mills, Lower Parel",
        "pincode": 400013
      }
    },
    "education_info": {
      "degree": "MCA",
      "college": "TIMSCDR"
    },
    "financial_information": {
      "salary_per_month": 15000,
      "other_emi": 0
    }
  })
  headers = {
    'x-api-key': '{{x-api-key}}',
    'Authorization': 'Bearer {{token}}',
    'Content-Type': 'application/json'
  }
  conn.request("POST", "/", payload, headers)
  res = conn.getresponse()
  data = res.read()
  print(data.decode("utf-8"))

          
              
  import http.client
  import json
  
  conn = http.client.HTTPSConnection("{{Req_URL}}/upload-document/{{reference_id}}")
  payload = json.dumps({
    "photo_url": [
      "https://cdn.homecapital.in/website2.0/home-impact/person_1.png"
    ],
    "pan_url": [
      "https://cdn.homecapital.in/website2.0/home-impact/person_1.png"
    ],
    "address_proof_url": [
      "https://cdn.homecapital.in/website2.0/home-impact/person_1.png"
    ],
    "salary_slip_url": [
      "https://cdn.homecapital.in/website2.0/home-impact/person_1.png"
    ],
    "bank_statement_url": [
      {
        "url": "https://cdn.homecapital.in/website2.0/home-impact/person_1.png",
        "password": "srtc23"
      }
    ]
  })
  headers = {
    'x-api-key': '{{x-api-key}}',
    'Authorization': 'Bearer {{token}}',
    'Content-Type': 'application/json'
  }
  conn.request("POST", "/", payload, headers)
  res = conn.getresponse()
  data = res.read()
  print(data.decode("utf-8"))
  
            
            
  import http.client
  import json
  
  conn = http.client.HTTPSConnection("{{Req_URL}}/apply-loan/{{reference_id}}")
  payload = json.dumps({
    "tenure_months": 12,
    "loan_amount": 100000,
    "loan_product": "HCDPA",
    "developer_id": "",
    "project_id": ""
  })
  headers = {
    'x-api-key': '{{x-api-key}}',
    'Authorization': 'Bearer {{token}}',
    'Content-Type': 'application/json'
  }
  conn.request("POST", "/", payload, headers)
  res = conn.getresponse()
  data = res.read()
  print(data.decode("utf-8"))
  
          

True to our core value of being technology led, we have created the ultimate API framework to enable seamless integrations with our partners.

Our APIs use the latest technology and data security practices in order for our partners to achieve true business potential.

Checkout our API Library

Learn more about our program affiliation

Download Partner Guide

Contact us:

Write to us:

Let’s start partnering today!