> For the complete documentation index, see [llms.txt](https://info.edusuite.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.edusuite.asia/product-guide-admissions/administrator/registrations/for-payment.md).

# For Payment

This page displays applicants with pending payment requirements. It enables admissions officers to review and verify submitted proof of payment.

## Access and Navigation

Located under the **Registrations module.**

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

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

## Filters Available

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

* **Admission Setup** – Select the corresponding intake period
* **Proof of Payment Status**:
  * **All** – Shows all applicants regardless of status
  * **For Review** – Applicants who uploaded proof but haven't been reviewed
  * **Pending** – Applicants with no uploaded proof
  * **Returned** – Applicants whose proof was returned for revision

## View and Manage Applications

* Click **View** to open the applicant’s profile and payment details

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeepLs--d1acIo5zADxnuPaDnO3oWXwXVPHaB6yksXxomGxkDcAk8ZGgnW2Tk-2vtNCyogLZdo551lkGkLtK6b_Jr25pOAr26xPkr6gsdNWBBEMyD7Sy6suu0-bsYHdZlnzuBQfcQ?key=QkUo7inwJYTH3tZEY5Q8Ag" alt=""><figcaption></figcaption></figure>

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

* Actions available:
  * **Accept** – Confirms the payment and moves the applicant to the next step
  * **Return** – Rejects the proof and keeps the applicant in the For Payment status

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfvzjPZvpdPKzp2TpsOl37rVsFPHfwqaXNwjPlzf3mGP842lDhZ4p8eIwXclT9y90PC-IYBgaHJe-y-YyX1jjLNYzUfXtE0IHBhMa21I80GFHlS1Xemg7I8rzgplcbDPcNuzVEyFQ?key=QkUo7inwJYTH3tZEY5Q8Ag" alt=""><figcaption></figcaption></figure>

## Upload a Payment Report

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

* Click **Upload Payment Report** (top-right of the page)
* Upload your payment file

{% hint style="danger" %}
This feature is currently under development. For questions, please contact Edusuite Support
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://info.edusuite.asia/product-guide-admissions/administrator/registrations/for-payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
