# Test and production environments

In the test environment, you can test Digital River's features without affecting live data. The production environment allows you to perform actions that affect live data.

The test and production environments behave similarly with the following exceptions:

* You can only use test payment information in the test environment. Card networks and payment providers do not process payments in a test environment.
* Some payment methods using the source resources in the production environment have different flows and may require more steps in the test environment.
* In the test environment, Digital River retries webhooks three times over a few hours (as opposed to 72 hours for the production environment) when it does not receive a successful acknowledgment.

You can tell which environment you are in by looking at the Test/Production toggle.

Test:\
\
![](/files/khEl3S62garbdmZeHCPS)

Production:

<div align="left"><img src="/files/rrjXOHNodHbMXxVTxXve" alt=""></div>

Click the drop-down menu to toggle between the two environments.\
\
![](/files/wvvVnbmZeG9MQtNImFL6)

Only paid accounts can toggle to the Production 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://docs.digitalriver.com/digital-river-api/administration/dashboard/test-and-production-environments.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.
