# Browpay API Documentation

## Browpay API

- [Home](https://developer.browpay.com/home.md)
- [Escrow QuickStart Guide](https://developer.browpay.com/escrow-quickstart-guide.md)
- [Authentication](https://developer.browpay.com/authentication.md)
- [Webhooks](https://developer.browpay.com/webhooks.md)
- [Signature Validation](https://developer.browpay.com/webhooks/signature-validation.md)
- [Encryption and Decryption](https://developer.browpay.com/webhooks/encryption-and-decryption.md)
- [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.
- [Account Resolution](https://developer.browpay.com/payouts/account-resolution.md): Resolve and verify banking information
- [Transfers](https://developer.browpay.com/payouts/transfers.md)
- [Create Transfer](https://developer.browpay.com/payouts/transfers/create-transfer.md): Create a new transfer
- [Fetch Transfer](https://developer.browpay.com/payouts/transfers/fetch-transfer.md): Retrieve transfer status by reference
- [List Transfers](https://developer.browpay.com/payouts/transfers/list-transfers.md): Fetch a list of 200 most recent transfers
- [Fetch Customers](https://developer.browpay.com/customers/fetch-customers.md)
- [Load Customer](https://developer.browpay.com/customers/load-customer.md): Fetch a customer using the customer\_tag
- [Fetch Products](https://developer.browpay.com/products/fetch-products.md): A list of your products
- [Balances](https://developer.browpay.com/miscellaneous/balances.md): Your Balances. Note Currencies are returned in Kobo for NGN
- [Banks](https://developer.browpay.com/miscellaneous/banks.md): Available Banks we support
- [Countries](https://developer.browpay.com/miscellaneous/countries.md): Countries Browpay service
- [Plugins and Libraries](https://developer.browpay.com/plugins/plugins-and-libraries.md): We have ensured our plugins and libraries are open-source for review and contributions from our developer community reach out to support@browpay.com for submissions and featuring.


---

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