> For the complete documentation index, see [llms.txt](https://help.peoplevine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.peoplevine.com/products/control-panel-overview/charging-payments-overview/find-members-no-payment.md).

# How to Identify Members Without a Card on File

### Before you begin (Prerequisites)

* **Permissions**: Administrator, Supervisor, or Support role. See: [How to Manage Users and Permissions](/products/control-panel-overview/admin-overview/manage-roles-permissions.md).

### Instructions

**Method 1 — Quick filter on View Subscriptions:**

> **Note**: This filter is relevant for subscription holders only. It will not include members enrolled in Membership ID programs without a subscription.

1. Navigate to [**SELL > View Subscriptions**](https://control.peoplevine.com/subscriptions).

> **Note (Pro Dash):** Navigate to **Sell > Subscriptions > View Subscriptions**.

2. Click the **UPCOMING WITH NO PAYMENT ON FILE** quick filter button.
3. Review the resulting list of subscriptions missing a stored payment method.

> Alternatively, use the filter panel checkbox **Only show subscriptions with no payment on file** and click **APPLY**. This shows all subscription holders without a payment on file regardless of billing date, while the quick filter button above filters by next billing date within the next 60 days.

**Method 2 — Download the CSV report:**

1. Navigate to [**REPORTS > Standard Reports**](https://control.peoplevine.com/reporting?type=standard).
2. Scroll to the **Additional Reports** section.
3. Click **View** next to **Members and Sub-Members with No Payment on File**, then click **Export Report** on the next page.
4. Open the downloaded file to review all affected members and sub-members.

> **Note (Pro Dash):** Standard Reports is accessible via the Company dropdown > **Reporting Dashboard**.

### What Happens Next

* **Next step**: [How to View a Member's Transactions](/products/control-panel-overview/transactions-overview/view-member-transactions.md)

*Last updated: 2026-05-24*


---

# 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://help.peoplevine.com/products/control-panel-overview/charging-payments-overview/find-members-no-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.
