> For the complete documentation index, see [llms.txt](https://guide.pay.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.pay.gov.sg/start-using-the-dashboard/payments-and-refunds/refunds.md).

# Refunds

### Initiating refunds

1. On the admin dashboard, select the relevant payment link and click "Refund". **Refunds are only valid for 90 days from the initial date of payment.** After 90 days, refunds must be handled manually off of PaySG.

<figure><img src="/files/CizepWxWEF3Pn9YvcZ8G" alt=""><figcaption></figcaption></figure>

### Entering refund amount(s)

&#x20;You may:

1. Issue a full refund by entering the full refundable amount.
2. Issue a partial refund by entering an amount within the remaining refundable amount. You may create multiple partial refunds within the remaining refundable amount.

<figure><img src="/files/WcO5NqpUfTblc68RZXMz" alt="" width="375"><figcaption></figcaption></figure>

### Viewing refund statuses

**For agencies**

Once the refund request has been successfully submitted, the payment status will be updated from "Paid" to "Refunded" (for fully refunded amounts) or "Partial Refunded" (for amounts lower than the remaining refundable amount).

**For payers**

Payers may return to the original payment page to view refund information.

<figure><img src="/files/JvrebNjYz1IIoPVkUNz8" alt="" width="375"><figcaption><p>Payment page after successful payment</p></figcaption></figure>

<figure><img src="/files/zVmLvy80s4M5UpTwJaVf" alt="" width="375"><figcaption><p>Payment page after refunds</p></figcaption></figure>


---

# 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://guide.pay.gov.sg/start-using-the-dashboard/payments-and-refunds/refunds.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.
