> 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.md).

# Payments

- [Customer Payments](https://docs.podplay.app/payments/customer-payments.md)
- [Apply a Discount](https://docs.podplay.app/payments/customer-payments/apply-a-manual-discount-when-charging-a-customer.md)
- [Receipts](https://docs.podplay.app/payments/customer-payments/receipts.md)
- [Hold-on-Card Process](https://docs.podplay.app/payments/customer-payments/hold-on-card-process.md)
- [Remove a Credit Card](https://docs.podplay.app/payments/customer-payments/remove-a-credit-card.md)
- [Bill Splitting](https://docs.podplay.app/payments/customer-payments/bill-splitting.md)
- [Day Pass Fee for Non-members](https://docs.podplay.app/payments/customer-payments/bill-splitting/day-pass-fee-for-non-members.md)
- [Charge for Past Events or Reservations](https://docs.podplay.app/payments/customer-payments/charge-for-past-events-or-reservations.md)
- [Credit Card Terminals](https://docs.podplay.app/payments/credit-card-terminals.md)
- [Virtual Credits](https://docs.podplay.app/payments/virtual-credits.md)
- [Using Credits with Bill Splitting](https://docs.podplay.app/payments/virtual-credits/using-credits-with-bill-splitting.md)
- [Cancellation Policy](https://docs.podplay.app/payments/what-is-a-cancellation-policy.md)
- [Refunds](https://docs.podplay.app/payments/refunds.md)
- [Charge Errors](https://docs.podplay.app/payments/charge-errors.md)
- [Generate a Payment Link](https://docs.podplay.app/payments/charge-errors/generate-a-payment-link.md)
- [Failed Charges with Bill Splitting](https://docs.podplay.app/payments/charge-errors/failed-charges-with-bill-splitting.md)
- [Status Flags](https://docs.podplay.app/payments/status-flags.md)
- [Promo Codes](https://docs.podplay.app/payments/promo-codes.md)
- [Example Promo Codes](https://docs.podplay.app/payments/promo-codes/example-promo-codes.md)
- [Square Gift Cards](https://docs.podplay.app/payments/square-gift-cards.md)
- [In-House Gift Cards](https://docs.podplay.app/payments/square-gift-cards/are-we-able-to-provide-gift-cards-to-our-customers.md)
- [The Shop Page](https://docs.podplay.app/payments/the-shop-page.md)
- [Low Stock Alerts](https://docs.podplay.app/payments/the-shop-page/low-stock-alerts.md)
- [The Product Catalog](https://docs.podplay.app/payments/the-shop-page/add-to-the-product-catalog.md)
- [From Product Catalog -> Shop](https://docs.podplay.app/payments/the-shop-page/add-to-shop-from-product-catalog.md)
- [Inside the Shop](https://docs.podplay.app/payments/the-shop-page/inside-the-shop.md)
- [Copy Selected Products Between Locations](https://docs.podplay.app/payments/the-shop-page/copy-products-between-shops.md)


---

# 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.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.
