# Welcome

***

Welcome to the Bayarcash API documentation site. Here you'll find comprehensive guides to help you start working with our API endpoint as quickly as possible.

Let's jump right in!

***

### Sandbox & Production

For testing & integration purpose, you might use our sandbox environment at:

* <https://console.bayarcash-sandbox.com>
* API v2 - `console.bayarcash-sandbox.com/api/v2`
* API v3 - `api.console.bayarcash-sandbox.com/v3`

Our production URL are:

* <https://console.bayar.cash>
* API v2 - `console.bayar.cash/api/v2`
* API v3 - `api.console.bayar.cash/v3`

***

### Plugin

For WordPress user, we have prepared few official plugin which can be downloaded directly from [our WordPress.org repository account](https://profiles.wordpress.org/webimpian/#content-plugins).

List of all plugin & integration, please refer here [plugin.bayarcash.com](https://plugin.bayarcash.com/). Demo usage of Bayarcash can also be viewed here [bayarcash-demo.com](https://bayarcash-demo.com/).

***

### Software Development Kit (SDK)

You might also interested with our official SDK and demo usage of Bayarcash API endpoint.

* [Bayarcash PHP SDK](https://github.com/webimpian/bayarcash-php-sdk)
* [Demo page using vanilla PHP](https://github.com/webimpian/bayarcash-php-demo)


---

# 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://api.webimpian.support/bayarcash/readme.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.
