# Payment Schemes

This feature allows schools to define payment schemes and set payment due dates for student tuition.

## Access and Navigation

The **Payment Schemes** module can be accessed under **Finance > Finance Setup**.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdDq5-7CisCCERb9cm60wpcCVlHn5QURo2JSrHZjQW0B3JcyhCaT1Laqq1uqEUbUpWtb_pGVdUt5xK3K_bMCKpiqDdarKyuMmj6-xmcrv8G-UQId5PF0-0yguWuTYSNhCAKpmxMzmi8Oh_C3GGWP4hHVWw?key=Y3tSvPSx9fa3RP07_JmwXA" alt=""><figcaption></figcaption></figure>

Check the privilege assigned to your user account or role if you cannot view a link from the list.

{% hint style="danger" %}
Contact your school’s system administrator to request view or edit access if you cannot access the rights management screen.
{% endhint %}

## Create a New Payment Scheme

* Click the **+ New Payment Scheme** button in the **upper right corner**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcCFziMvC4HJCBviET35UTGqAqkxWoVGGPO0DaqFMDN1yVg9sEkFNEiKlJplBsakUlpuCmwrTp7JORmzkYLT3S7rL-37iUD_Th4PLpJjH3EnNhl4S5rHQsOe3Z12NwVzRS0oy48Q3W0nhmzmlEeoGyY3XY?key=Y3tSvPSx9fa3RP07_JmwXA" alt=""><figcaption></figcaption></figure>

* Fill out the required details:
  * **Name** – Description of the payment scheme
  * **Discount** – Discount applied when selecting this scheme (nominal or percentage-based)
  * **Additional Charge** – Any extra charges applicable to the payment scheme
  * **Account Code** – Codes used for tagging payments
  * **Payment Due Dates:**
    * **Description** – Name of the due date (e.g., down payment, prelims, etc.)
    * **Date** – Due date for the payment
    * **Paid %** – Percentage of the total amount that must be paid (totals must equal 100%)
    * **Penalty** – Additional charge applied if payment is not made by the due date

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfUOhyWh1GSreCCHjc4fhQxflrwWN0vacM_TjhE1QE5ORBOYpJRd50Kxgx7yRuGlzcT0FfJEiKfNR37om5K-ZEGkEQ50bz0cwe3rDcKgZEF0v7h3972GEVe887uSN1C83cJGUYxUGYxjW8VcycFh4vdkLI?key=Y3tSvPSx9fa3RP07_JmwXA" alt=""><figcaption></figcaption></figure>

* Click **Add Payment Scheme** to save

## Edit a Payment Scheme

* Select the payment scheme you want to edit and click the **Pencil** icon

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd8CLw23QqsZQk04K1Ia91_sXxpyCxiJH5nkyosNsm0-2FBxe7AFqCUr7700fq5hHN8SXXxT1im9L1c_EhXCd158iPS4n5EcMlfbUoM6Fsay4S4ExMA1dpiYqZG_HszdiBc9KQQ01zPCEUBKaofk26wc-CU?key=Y3tSvPSx9fa3RP07_JmwXA" alt=""><figcaption></figcaption></figure>

* Update the necessary fields in the Update Payment Scheme form
* Click **Save Changes.** The updated details will now be reflected on the **Payment Schemes** page

## Delete a Payment Scheme

{% hint style="warning" %}
**Note:** Payment schemes that are already in use cannot be deleted
{% endhint %}

* Select the scheme you want to delete and click the **Trash Bin** icon

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXePP3tm9odw1zmjzsHEi6abNVZeAa5lM3EghXmNuyyt3qK5LNDC8yE1X4wCE1rDwcvjgMb-xOt7ro6gPqN7R-SiOlNLCR_SiSWwNvEbfEKhtoTxF_nYtvzb6POJeaGyqK39t2yfGBnsixvvQ6Mt_EDLPd39?key=Y3tSvPSx9fa3RP07_JmwXA" alt=""><figcaption></figcaption></figure>

* A confirmation message will appear. Click **Delete** to proceed

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcSlsIvTzOqBqYVn229az9d5J3uJ88hfABBOCltnaoPvUzRiezKPWYxszAEnYuAvLP4T98dPfYkCB8A9je9zhqOKY0ax2g9nAf8IL85qntLQzacwT7sd3QlIjG8n3Uu0jjAEbaxRLqohP15zv2lo14VdSM?key=Y3tSvPSx9fa3RP07_JmwXA" alt=""><figcaption></figcaption></figure>

* The payment scheme will be removed from the list

## Frequently Asked Questions (FAQs)

**Question:** If we enable a penalty for missed payment due dates, when will the penalty be applied?&#x20;

**Answer:** The system will automatically apply penalties at 12:00 AM after the due date.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://info.edusuite.asia/product-guide-uni/admin-home/finance/finance-setup/payment-schemes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
