# Test error conditions with negative testing (/negative-testing/overview)



> **Note:** **Important:** Negative testing in the sandbox is in beta.

Negative testing lets you force the flows through specific error conditions that you want to test to ensure you handle errors correctly. Use negative testing to trigger the following types of errors:

* Errors that result from calling a PayPal API.
* Errors related to Virtual Terminal and the `DoDirectPayment` operation, which relate to verification and credit card validation errors.

You can force two types of API errors: errors related to the transaction amount, and errors not related to the transaction amount.

## Know before you code [#know-before-you-code]

Negative testing is only available for use with the following:

* Sandbox environments. You cannot force or simulate error conditions in the live PayPal environment.
* Classic PayPal API versions 2.4 and later.
* Business accounts.

## Enable negative testing [#enable-negative-testing]

1. Go to the [developer.paypal.com](/) home page. Log into the Dashboard and select the menu below your name to select **Dashboard**.
2. Under the **Sandbox** heading in the left navigation column, select **Accounts**.
3. Locate the sandbox account for which you wish to enable negative testing. Choose a business sandbox account or you won't see the options you need.
4. In the **Manage Accounts*&#x2A; column, select the &#x2A;*...** symbol to display the menu choices.
5. Select **View/Edit Account** to see the **Account Details** page that has the **Profile** tab selected by default.
6. Select the **Settings** tab to display a list of options you can set.
7. Set the **Negative Testing** option to **On**.

The sandbox is now in the negative testing state for transactions that include the merchant. Without this configuration, the sandbox does not raise error conditions unless the error occurs through normal transaction processing.

## Test methods [#test-methods]

In the PayPal sandbox, you can pass inputs to simulate scenarios that mimic the actual API responses without calling downstream services.

You can use the following methods to conduct negative testing in the sandbox:

* [Simulate negative responses with request headers](/negative-testing/request-headers).
* [Simulate negative responses with test values](/negative-testing/values).
