# Environment

### API Environments: Test and Production

The CoopfinNetwork API provides two environments to support seamless integration and deployment of financial services: Test (Sandbox) and Production.

#### 1. Test Environment (Sandbox)

The CoopfinNetwork Sandbox Environment allows developers and partners to test integrations safely without affecting real users or funds. It simulates real provider services in a controlled environment.

* **Simulated Operations:** Test account creation, virtual accounts, card issuing, transfers, top-ups, and other provider services without real financial impact.
* **Full API Access:** Access all available endpoints for integration and testing purposes.
* **Error Simulation:** Simulate failed requests, declined transactions, and validation errors to improve application reliability.
* **Virtual Test Balance:** Sandbox accounts include virtual funds for testing transaction flows and provider integrations.
* **Safe Testing Environment:** All sandbox activities are simulated and do not involve real money.
* **Developer Tools:** Includes logs, debugging support, and detailed API responses to simplify integration and troubleshooting.

#### 2. Production Environment

The CoopfinNetwork Production Environment is the live environment used to deliver real financial and provider services to customers worldwide.

* **Live Transactions:** Process real payments, transfers, account services, card operations, and provider-related transactions.
* **Enterprise Security:** Built with strong security measures to protect sensitive financial and customer data.
* **Scalable Infrastructure:** Designed to support businesses of all sizes with reliable and high-performance processing.
* **Real-Time Monitoring:** Advanced monitoring, fraud prevention, and risk management systems ensure operational stability.
* **Dedicated Support:** Access continuous technical and operational support for production-related issues.
* **Global Service Delivery:** Seamlessly connect to financial and provider services through a unified API infrastructure.

Both environments include complete API documentation, developer resources, and integration support to help businesses integrate CoopfinNetwork services efficiently. Start testing in the sandbox environment, then switch to production when ready to launch live services.

| Environment | Base URL                                     | Description    |
| ----------- | -------------------------------------------- | -------------- |
| Sandbox     | <https://api.coopfinnetwork.com/v1/sandbox/> | For Test       |
| Production  | <https://api.coopfinnetwork.com/v1/live/>    | For Production |


---

# 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.coopfinnetwork.com/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.
