> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/merchant-portal/guides/virtual-terminal/recurring-payments/viewing-the-plans.md).

# Viewing the plans

Watch the interactive walkthrough below to review and manage recurring payment plans.

{% embed url="<https://app.guideflow.com/player/zkl2y03uop>" %}

To view the plans:

{% stepper %}
{% step %}
Select the **Plans** from the Virtual Terminal menu.

The **Plans** window displays the list of existing plans and the information about each plan in different columns.

You can search a plan using the following fields:

<table><thead><tr><th width="188">Field Name</th><th width="330">Description</th><th>Editable?</th></tr></thead><tbody><tr><td>Plan Name</td><td>Enter the name of the plan you want to view.</td><td>Editable</td></tr><tr><td>Plan ID</td><td>Enter the ID of the plan you want to view.</td><td>Editable</td></tr></tbody></table>
{% endstep %}

{% step %}
Select the **Search** button.

The **Plans** window displays the plans list by name or ID in the following various columns:

<table><thead><tr><th width="188">Column Name</th><th width="330">Description</th><th>Editable?</th></tr></thead><tbody><tr><td>Plan Name</td><td>This column displays the name of the plan.</td><td>Not Editable</td></tr><tr><td>Customer Name</td><td>This column displays the name of customer for whom the plan was added.</td><td>Not Editable</td></tr><tr><td>Status</td><td><p>This column displays the status of the plan.</p><p>Available status options are:</p><ul><li>Active</li><li>Canceled </li><li>Suspended </li></ul></td><td>Not Editable</td></tr><tr><td>Start Date</td><td>This column displays the start date of the plan.</td><td>Not Editable</td></tr><tr><td>End Date</td><td>This column displays the end date of the plan.</td><td>Not Editable</td></tr><tr><td>Frequency</td><td>This column displays the frequency of plan to take payment from the customer.</td><td>Not Editable</td></tr><tr><td>Amount</td><td>This column displays the amount to take from the customer in plan.</td><td>Not Editable</td></tr></tbody></table>
{% endstep %}
{% endstepper %}


---

# 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://docs.xplorpay.com/merchant-portal/guides/virtual-terminal/recurring-payments/viewing-the-plans.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.
