> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/payments/status-flags.md).

# Status Flags

### Overview

Status Flags are markers next to a Customer's purchase that tell an Admin what is happening with that purchase at a glance.

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

They appear on the Purchase Page of the Dashboard and within the Purchase tab of the Reservation or Event side panel.

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

Click the blue hyperlink to the left of a Status Flag to look further into the purchase.

#### What each Status Flag means

* **Confirmed** — the purchase, or part of it, has been captured

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

* **Pending** — the system is trying to capture a payment from the Customer

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

* **Draft** — a purchase was initiated and never completed by the system

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

* **Settling in X-time** — the system will attempt to capture payment after the countdown ends

<figure><img src="/files/3fgKCSB59DILiE38nNHg" alt=""><figcaption></figcaption></figure>

* **Canceled** — the Customer or an Admin canceled the purchase

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

* **Refunded** — an Admin refunded the Customer for some or all of the purchase

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

* **Charge Failed** — the system could not capture the purchase and an Admin needs to act

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

* **Expired** — a hold that was not captured within 7 days of authorization, which happens when a Reservation or Event is canceled

<figure><img src="/files/927jWGPAQBELnbgcJoa0" alt=""><figcaption></figcaption></figure>

* **Processing** — the Customer has completed payment and Stripe is waiting to receive the funds, normally through ACH payments

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

* **Creating** — while this should rarely happen, it the response from Stripe didn’t reach the server immediately, and I should change to Captured after a browser refresh


---

# 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.podplay.app/payments/status-flags.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.
