---
title: "Notify Loan Create"
method: POST
path: "/api/v1/transactions/notify_loan_create"
tags: ["transactions"]
---

# Notify Loan Create

`POST /api/v1/transactions/notify_loan_create`

## Request body

- NotifyLoanCreatedRequest
  - `loan_id` integer, required
  - `student_roll_number` string
  - `url` string
  - `trans_id` string
  - `loan_amount` integer, required
  - `is_leo1_flow` boolean
  - `parent_name` string
  - `phone_number` string
  - `email` string
  - `institute_name` string
  - `branch_name` string
  - `course_name` string
  - `student_name` string

## Response `200`

Successful Response

- CreatedResponse
  - `created` boolean, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/leo1/apis/leofees-backend.md) · [All operations](https://skmtc.net/leo1/apis/leofees-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leo1/leofees-backend/revisions/cace8144ecd9/schema)
