# Casheer BH

## Casheer BH

- [Introduction](https://bhpaydocs.casheer.com/master.md): Welcome to Casheer Pay. In this section, you'll find comprehensive guides and documentation to start working with Casheer Pay.
- [Integration Steps](https://bhpaydocs.casheer.com/integration-steps.md): It's simple 3 steps approach
- [Types of Integration](https://bhpaydocs.casheer.com/types-of-integration.md): This section describes the how to integrate our payment gateway.
- [1. Standard Pay](https://bhpaydocs.casheer.com/types-of-integration/1.-standard-checkout.md)
- [2. Plugins](https://bhpaydocs.casheer.com/types-of-integration/2.-plugins.md)
- [3. SDK](https://bhpaydocs.casheer.com/types-of-integration/3.-sdk.md)
- [Sample Code](https://bhpaydocs.casheer.com/sample-code.md): In this section, you 'll find the list of attributes for creating the payment order & sample request & response code for integrity.
- [1. Get Payment URL](https://bhpaydocs.casheer.com/sample-code/1.-gettrackid.md)
- [2. Redirect to Payment URL](https://bhpaydocs.casheer.com/sample-code/2.-redirect-to-og-pay.md)
- [3. Callback To Merchant Portal](https://bhpaydocs.casheer.com/sample-code/3.-callback-merchant-portal.md)
- [4. Compute HASH](https://bhpaydocs.casheer.com/sample-code/4.-compute-hash.md)
- [Parameters & Description](https://bhpaydocs.casheer.com/parameters-and-description.md)
- [Payment Methods](https://bhpaydocs.casheer.com/payment-methods.md)
- [Test Cards](https://bhpaydocs.casheer.com/test-cards.md): Test your integration
- [Download Plugins/SDK](https://bhpaydocs.casheer.com/download-plugins-sdk.md)
- [WooCommerce](https://bhpaydocs.casheer.com/modules-setup-guides/woocommerce.md)
- [Drupal Commerce](https://bhpaydocs.casheer.com/modules-setup-guides/drupal.md)
- [OpenCart](https://bhpaydocs.casheer.com/modules-setup-guides/opencart.md)
- [Magento 1](https://bhpaydocs.casheer.com/modules-setup-guides/magento-1.md)
- [Magento 2](https://bhpaydocs.casheer.com/modules-setup-guides/magento-2.md)
- [PrestaShop](https://bhpaydocs.casheer.com/modules-setup-guides/prestashop.md)
- [Joomla](https://bhpaydocs.casheer.com/modules-setup-guides/joomla.md)
- [WHMCS](https://bhpaydocs.casheer.com/modules-setup-guides/whmcs.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, 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://bhpaydocs.casheer.com/master.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.
