> 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/check-in-app-overview/member-statuses-checkin.md).

# Member Statuses at Check-In

Membership status determines whether a member can be checked in at the door using the Check-In App. This article covers how each status behaves at check-in.

For full status definitions and billing effects, see: [Status Code Reference](/status-codes-reference.md).

***

### Check-in by status

| Status        | Check-in result                                                                                                                          |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **Active**    | Check-in succeeds.                                                                                                                       |
| **Failed**    | Check-in fails — the app shows "Membership card has failed billing and requires a payment."                                              |
| **Cancelled** | Check-in fails — the app shows "Membership card has been cancelled."                                                                     |
| **Pending**   | Check-in fails — "This membership is currently not active. Please ask person to check the member app or to contact the membership team." |
| **Suspended** | Check-in fails — "This membership is currently not active. Please ask person to check the member app or to contact the membership team." |
| **Expired**   | Check-in fails — "This membership is currently not active. Please ask person to check the member app or to contact the membership team." |

Only an **Active** membership allows a member through. Any non-Active status returns a **Failed Check-in** alert with a human-readable message stating the reason (as in the Failed and Cancelled examples above).

> If the scanned QR code or provided data does not match any membership (for example, an invalid or unrecognized code), the app shows a **Failed Check-in** alert reading "Error: No membership matching the provided data was found."

For step-by-step check-in flows, see: [How to Check In a Member by Scan](/products/check-in-app-overview/scan-member.md) · [How to Look Up a Member Manually](/products/check-in-app-overview/manual-lookup.md).

***

### What Happens Next

* **Active members**: Check-in is recorded and logs to the CRM profile and reports.
* **Non-Active members**: No check-in is recorded. The status remains unchanged until the membership team or the member resolves the underlying issue.

*Last updated: 2026-06-12*


---

# 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/check-in-app-overview/member-statuses-checkin.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.
