# Payments

- [Collect Payments](https://developer.browpay.com/payments/collect-payments.md)
- [Initialize Transaction](https://developer.browpay.com/payments/collect-payments/initialize-transaction.md): Standard charge endpoint.
- [Verify Payments](https://developer.browpay.com/payments/collect-payments/verify-payments.md): Verify transaction status. This endpoint is where your callback URL should call at.
- [List Payments](https://developer.browpay.com/payments/collect-payments/list-payments.md): Returns a list of 200 recent payments.
- [Transaction Codes](https://developer.browpay.com/payments/transaction-codes.md)
- [Verify Token](https://developer.browpay.com/payments/transaction-codes/verify-token.md)
- [List  Codes](https://developer.browpay.com/payments/transaction-codes/list-codes.md): Fetch a list of all the payment tokens you verified.


---

# 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://developer.browpay.com/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.
