# docs

## docs

- [Overview](https://docs.lahza.io/payments/overview.md): Welcome to the Lahza Developer Documentation, where you can discover how to create exceptional payment experiences using the Lahza API
- [Accept Payments](https://docs.lahza.io/payments/accept-payments.md)
- [Webhooks](https://docs.lahza.io/payments/webhooks.md)
- [Verify Payments](https://docs.lahza.io/payments/verify-payments.md)
- [Recurring Charges](https://docs.lahza.io/payments/recurring-charges.md)
- [Manage Disputes](https://docs.lahza.io/payments/manage-disputes.md)
- [Refunds](https://docs.lahza.io/payments/refunds.md)
- [Test Payments](https://docs.lahza.io/payments/test-payments.md): Test the various payment channels using the following test details.
- [Metadata](https://docs.lahza.io/payments/metadata.md): Enhance your request payload with custom data.
- [Overview](https://docs.lahza.io/libraries-and-plugins/overview.md)
- [Libraries](https://docs.lahza.io/libraries-and-plugins/libraries.md)
- [Plugins](https://docs.lahza.io/libraries-and-plugins/plugins.md)
- [Overview](https://docs.lahza.io/guide/overview.md): Discover how to seamlessly incorporate Lahza into your product.
- [Checkout in a Mobile WebView](https://docs.lahza.io/guide/checkout-in-a-mobile-webview.md)
- [Go Live Checklist](https://docs.lahza.io/guide/go-live-checklist.md): Prepare your e-commerce site for a seamless payment gateway integration with our essential checklist. Ensure a secure, user-friendly, and compliant transaction process for your customers.
- [Overview](https://docs.lahza.io/terminal/overview.md): Learn how to create enjoyable face-to-face payment experiences using Bank of Palestine's Terminal.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.lahza.io/payments/overview.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
