# Sandbox Environment

The PGecom sandbox environment is a free and fully-featured environment for application development and testing. Nearly all of the PGecom API is supported in the sandbox environment.

PGecom API users typically develop their applications against the sandbox environment, and then switch their credentials to production when they are ready to go live.

### Using the sandbox environment

#### Domain

| Environment  | URL                                                  |
| ------------ | ---------------------------------------------------- |
| `Sandbox`    | <https://sandbox.pgecom.com>                         |
| `Production` | [https://app.pgecom.com](https://sandbox.pgecom.com) |

### Sandbox environment behavior

#### Test Funds

Every sandbox account comes with $5,000 USD pre-funded balance. You can use this balance to create test cards or send rewards through the API.

#### Test credit cards

| Card Type | Card Number           |
| --------- | --------------------- |
| Accepted  | `4242 4242 4242 4242` |

**Test PayPal Accounts**

| Email                                  | Password   |
| -------------------------------------- | ---------- |
| <sb-lgbiq7374139@business.example.com> | `Xm=ns-E4` |

**Mon Cash Sandbox** *(Only Haiti)*

* Navigate to Mon Cash Sandbox
* Enter the following credentials
  * **Username**: pgecom
  * **PWD**: W\&cWJDHoa7di36
* Add a test Account and Add money to the phone number in order to test

<figure><img src="/files/f7equoiE1IIwwrh2PAps" alt=""><figcaption><p>Mon Cash Sandbox Home Page</p></figcaption></figure>

In order to test the mon cash integration

You need to navigate to **Add Test Account** and add a **test number** from Haiti.

<figure><img src="/files/3svOMq4lV0D7bx2oQ0i4" alt=""><figcaption><p>Add Test Numbers. Must be a Haiti Phone Number</p></figcaption></figure>

If you don't have funds in your test number

You won't be able to test it.

add up to 5000 HTG to your **test number** so you can perform some tests

<figure><img src="/files/g3vLkYX9jmKk64bJSulf" alt=""><figcaption><p>Add funds to the phone test phone number</p></figcaption></figure>

Happy testing!<br>


---

# 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://docs.pgecom.com/concepts/sandbox-environment.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.
