Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Arhant Life Insurance - Loan Repayment

## Overview

The **Arhant Life Insurance Loan Repayment API** allows users to fetch loan repayment details for life insurance policy-linked loans and process the repayment.
This is a multi-step API

**Supported service_slug for Loan Repayment:**

| Life Insurance | service_slug |
|-----------------------------|----------------------------------------|
| IME Life Insurance | `ime-life-insurance-loan-repayment` |
| Prabhu Mahalaxmi Loan Repayment | `prabhu-mahalaxmi-loan-repayment` |

---

### 1. Detail Fetch API (Loan Repayment Details)

**Request URL:**
`{{base_url}}/api/servicegroup/details/arhant-life-insurance-loan-repayment/`

**Request Method:** POST

**Request Payload:**

<pre><code class="json">
{
"token": "{{token}}",
"reference": "{{$guid}}",
"policy_no": "101000000009",
"insurance_slug": "ime-life-insurance-loan-repayment"
}
</code></pre>

**Successful Response:**

<pre><code class="json">
{
"request_id": "101000000009-1988",
"amount": 81448.86,
"properties": {
"interest": "5448.86",
"loan_Date": "2024-03-14",
"policy_no": "101000000009",
"loan_amount": "76000.00",
"product_name": "Endowment Cum Whole Life Plan - Amulya",
"customer_name": "Samjhana Basnet",
"interest_rate": "10.50",
"principal_amount": "76000.00"
},
"session_id": 46973,
"status": true
}
</code></pre>

---

### 2. Payment / Commit API

**Request URL:**
`{{base_url}}/api/servicegroup/commit/arhant-life-insurance/`

**Request Method:** POST

**Request Payload:**

<pre><code class="json">
{
"token": "{{token}}",
"reference": "{{$guid}}",
"session_id": 46973,
"amount": "81448.86"
}
</code></pre>

**Successful Response:**

<pre><code class="json">
{
"status": true,
"state": "Success",
"message": "Successfully Completed Transaction",
"extra_data": {},
"detail": {
"reference_code": "51080002489|30|RP050798000165",
"amount": 2442,
"message": "RP Paid Successfully",
"request_id": "51080002489-2007"
},
"credits_consumed": 81448.86,
"credits_available": 99988883605.7998,
"id": 178648
}
</code></pre>


3 changes: 3 additions & 0 deletions content/Servicescodes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## **Change Log**

**Version 8.3, Jan 14th 2026**

* Arhant Life Insurance - Loan Repayment.
**Version 8.2, Dec 5th 2025**

* Meroshare and Demat document added.
Expand Down
4 changes: 2 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# **Khalti Services Documentation**


## *Version 8.2*
## *Version 8.3*

## *Last Update 5th Dec , 2025*
## *Last Update 14th Jan , 2026*

**Check the [Change Log]( Servicescodes/changelog.md) here.**

Expand Down
23 changes: 23 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2524,6 +2524,29 @@









<li class="md-nav__item">
<a href="/Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/Bus/add-info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/Bus/bus-booking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/Bus/payment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/Bus/route/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/Bus/search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/Bus/seat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/Bus/ticket-download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
23 changes: 23 additions & 0 deletions docs/CDSC/details/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,29 @@









<li class="md-nav__item">
<a href="../../Insurance/Arhant%20Insurance/Life%20Loan%20Repayment/arhant-loan-repayment/" class="md-nav__link">



<span class="md-ellipsis">
Loan Repayment

</span>


</a>
</li>




</ul>
</nav>

Expand Down
Loading