> 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/customer-payments/receipts.md).

# Receipts

### Overview

When a Customer takes any action, they are sent an automatic email confirmation of the action they took, with the email stating how much money the Customer is likely to pay. Read here to learn more about [automated emails](https://podplay.gitbook.io/docs/marketing/automated-emails).

If a Customer wants additional proof of purchase, or a receipt, they can generate one from the App.

### Transaction Receipt

For a one-off receipt:

1. **Customers can download from the Purchase History**
   1. Open the App
   2. Navigate to the More tab
   3. Click on the Account button at the top
   4. Click on the Purchase History button
   5. Find and click the download button for the desired receipt

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

2. **Staff in the Dashboard can download and send a PDF receipt**
   1. Navigate to the Customer's Profile
   2. Click the Purchases tab of the side panel
   3. Click the specific transaction that needs a receipt
   4. Scroll down in the new side panel and click on the three vertical dots, then click Download receipt
   5. Notice how the Receipt is now downloading in your browse

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

### Monthly Expense Report for Customers

Customers may want a recap of their recent transactions at the Club. Staff can generate a Monthly Expense Report covering a chosen month, or capture a receipt for a single transaction.

1. Navigate to the Customer's Profile
2. Click the Purchases tab of the side panel
3. Scroll to the bottom
4. Under the Monthly Expense Report section, select the desired month and year
5. Click the Generate button to download the report
6. Send or hand the downloaded report to the Customer (this action happens outside the Dashboard)

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


---

# 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/customer-payments/receipts.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.
