# MorPOS Developer Portal

&#x20;         MorPOS altyapısı üzerinden uçtan uca ödeme entegrasyonu gerçekleştirebilmeniz için gerekli tüm teknik açıklamaları, örnek istek/yanıt yapıları ve entegrasyon akışlarını içermektedir.&#x20;

> MorPOS Developer Portal (Beta) \
> Bu portal aktif olarak geliştirilmektedir. API’ler üretim ortamında kullanılabilir olmakla birlikte, dokümantasyon ve geliştirici araçları düzenli olarak güncellenmektedir.

```
Base URL PROD: https://sale-gateway.morpara.com
```

```
Base URL Sandbox: https://finagopay-pf-api-gateway.prp.morpara.com
```

***

### Bu Dokümantasyonda Neler Bulacaksınız?

#### [Ödeme İşlemleri](/api-dokumantasyonu/editor.md)

* [Non-3DS Ödeme](https://docs.morpara.com/pages/i73g4LZQanoLj7XtSO18#id-1.-non-3d-secure-odeme)
* [3D Secure Ödeme](https://docs.morpara.com/pages/i73g4LZQanoLj7XtSO18#id-2.-3d-secure-odeme)
  * [3D Ödeme Başlat](/api-dokumantasyonu/editor/3d-secure-odeme/3d-odeme-baslat.md)
  * [3D Ödeme Tamamla](/api-dokumantasyonu/editor/3d-secure-odeme/3d-odeme-tamamla.md)
* [Ödeme Sorgulama](/api-dokumantasyonu/editor/checkpayment.md)

#### [Entegrasyon Yöntemleri](/api-dokumantasyonu/entegrasyon.md)

* [Gömülü Ödeme Formu](/api-dokumantasyonu/entegrasyon/embeddedpaymentform.md)
* [Ortak Ödeme Sayfası](/api-dokumantasyonu/entegrasyon/hostedpaymentpage.md)

#### [Destekleyici Servisler](#destekleyici-servisler)

* [BIN Kontrol](/api-dokumantasyonu/destekleyiciservisler/bincheck.md)

#### [İşlem Yönetimi](/api-dokumantasyonu/bincheck.md)

* [İptal](/api-dokumantasyonu/bincheck/iptal.md)
* [İade](/api-dokumantasyonu/bincheck/iade.md)

#### [Geliştirici Araçları / Developer Tools](/api-dokumantasyonu/gelistiriciaraclari.md)

* [**Postman Collection**:](/api-dokumantasyonu/gelistiriciaraclari/postman.md) Hazır API koleksiyonu ile hızlı test
* [**Client Libraries** ](/api-dokumantasyonu/gelistiriciaraclari.md#client-kutuphaneleri)**/ SDK’lar**: PHP, .NET, Java ve diğer diller için örnek kütüphaneler
* [**Açık Kaynak Eklentiler**](/api-dokumantasyonu/gelistiriciaraclari/acik-kaynak-eklentiler.md): WooCommerce, OpenCart, PrestaShop ve  Magento 2 gibi platformlar için örnek entegrasyon modülleri

***

Geliştirme sürecinizi hızlandırmak amacıyla; tüm uç noktalar (endpoint), zorunlu alanlar, yanıtlama formatları ve örnek **cURL / JSON** kullanım senaryoları her ilgili bölüm altında detaylı biçimde açıklanmıştır. Ayrıca, geliştirici araçları ile test, entegrasyon ve örnek uygulamaları kolayca deneyebilirsiniz.


---

# 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/readme.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.
