# Developer Tools

This section covers the ready-made tools and resources provided to help developers perform API integrations faster and with fewer errors. **Developer Tools**, aiming to minimize integration time by offering solutions suitable for different technology stacks and usage scenarios.

This page is **Developer Tools** an overview for the main menu. Detailed usage and technical information for each tool and resource can be found on the relevant subpages.

***

### Purpose of Developer Tools

The developer tools are designed to address the following needs:

* Quick testing of API endpoints
* Providing sample integrations for different programming languages
* Providing ready integration options for e‑commerce platforms
* Reducing errors that may occur during integration

These tools aim to enable developers to go live with minimal effort.

***

### Provided Tools and Resources

#### Postman Collection

Allows testing all API endpoints via Postman with ready request examples.

**Usage advantages:**

* Fast request/response tests
* Easy management of header and body parameters
* Separate configuration for test and production environments

➡️ For detailed information **see the Postman** page.

***

#### Client Libraries

Includes sample client libraries prepared for different programming languages to facilitate API integration.

**Supported languages:**

* PHP
* Java
* .NET

**General features:**

* Common request/response models
* Examples of error handling and signing
* Best practice integration approaches

➡️ For detailed information **Client (PHP, Java, .NET)** page.

***

#### Open Source Plugins

Covers open-source payment integration plugins developed for popular e‑commerce platforms.

**Supported platforms:**

* WooCommerce
* OpenCart
* PrestaShop
* Magento 2

**Provided benefits:**

* Fast installation and configuration
* Standard payment flows provided out of the box
* Open to community contributions

➡️ For detailed information **Open Source Plugins** page.

***

### Who Is It Suitable For?

* Backend developers
* Companies using e‑commerce platforms
* Teams wanting to quickly develop a PoC or MVP
* Software teams wanting to complete payment integration in a short time

***

In the next step, you can select the developer tool you want to use and go to the corresponding subpage.


---

# 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.morpara.com/tr/en/api-documentation/gelistiriciaraclari.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.
