---
title: "POST /api/Payment/ProcessExamPayment"
method: POST
path: "/api/Payment/ProcessExamPayment"
tags: ["Payment"]
---

# POST /api/Payment/ProcessExamPayment

`POST /api/Payment/ProcessExamPayment`

## Query parameters

- `paymentChannel` string

## Request body

- PaymentExamRequestViewMdelAPI
  - `RouteId` integer, required
  - `StudentNo` string, required
  - `Amount` number, double, nullable
  - `Description` string, nullable
  - `IsAnnualDue` boolean
  - `IsExemptionFee` boolean
  - `ExamApplicationId` integer
  - `Subjects` ExamApplicationSubjectPaymentViewDTO[], nullable
    - `Id` integer
    - `ExamSubjectId` integer
    - `ExamApplicationId` integer
    - `AdviceId` integer
    - `StudentNo` string, nullable
    - `Amount` number, double, nullable
  - `ReturnUrl` string, nullable
  - `ExemptionFee` number, double, nullable
  - `IsLateRegistration` boolean, nullable
  - `LateRegistrationFee` number, double, nullable
  - `ExamSubjectsFee` number, double, nullable
  - `ResitFee` number, double, nullable

## Response `200`

Success

## Other responses

- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.dev/cipmnigeria/apis/membershipapi.md) · [All operations](https://skmtc.dev/cipmnigeria/apis/membershipapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cipmnigeria/membershipapi/revisions/85c2d3922bb1/schema)
