# View subscriptions

The **"Payments" section** of our dashboard allows you to view all payments in a payment service, regardless of subscription and payer.&#x20;

The **"Subscriptions" section** allows you to view subscriptions grouped by individual payers.

<figure><img src="/files/vOxmCfo1G7OKjfnyStnd" alt="" width="563"><figcaption></figcaption></figure>

To view all payments associated with a payer's subscription, click into the rows of the table.

<figure><img src="/files/cSx2NEKQa68GaHF5fJnD" alt="" width="563"><figcaption></figcaption></figure>

For your ease of accounting, it is helpful to note that the payment reference for each payment is the subscription reference and payment, suffixed by:

* "-0" for the initial payment, and
* "-1", "-2", "-3" and so on for subsequent payments, in incrementing order.&#x20;


---

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