---
title: "Get Or Create Temp Student"
method: POST
path: "/institute_payment/v1/create-temp-student"
tags: ["Institute Payment"]
---

# Get Or Create Temp Student

`POST /institute_payment/v1/create-temp-student`

## Request body

- TempStudentCreate
  - `name` string, required
  - `course` string
  - `mobile_no` string
  - `email` string
  - `father_name` string
  - `terms_conditions_agreed` boolean, required
  - `institute_id` integer
  - `institute_name` string
  - `division` string
  - `year_of_study` string

## Response `200`

Successful Response

- unknown

## 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)
