# Sandbox

## Sandbox Environment: <a href="#partner-sandbox-sandboxenvironment" id="partner-sandbox-sandboxenvironment"></a>

### Create a Sandbox Account: <a href="#partner-sandbox-createasandboxaccount" id="partner-sandbox-createasandboxaccount"></a>

To create a sandbox account for testing, kindly proceed by completing the form accessible through the following link: [Sandbox PayHQ](https://sandbox.payfirma.com/#/login.) Select "Request one today!" during the process.

### Endpoints: <a href="#partner-sandbox-endpoints" id="partner-sandbox-endpoints"></a>

Please note that all URLs mentioned in the API documentation point to our live environment. To point them

to our sandbox environment, all URLs in the format [https://xxxx.payfirma.com](https://xxxx.payfirma.com/) need to be replaced with

[https://sandbox-xxxx.payfirma.com](https://sandbox-xxxx.payfirma.com/), which will start pointing to the sandbox environment.


---

# 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.payfirma.com/partner-integrations/sandbox.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.
