# Payments

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


---

# Agent Instructions: 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:

```
GET https://docs.lahza.io/payments.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.
