> For the complete documentation index, see [llms.txt](https://developer.manikod.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.manikod.com/services.md).

# Servisler

- [QR Servisleri](https://developer.manikod.com/services/qr-servisleri.md): Uygulamalarınızı manikod'a kolaylıkla entegre etmeniz ve QR ile ödeme almanız için hazırlanmış kolay, anlaşılır manikod servisleridir.
- [Dynamic QR](https://developer.manikod.com/services/qr-servisleri/dynamic-qr.md): Web sayfanızda ödeme almak için yada manikod ödeme ekranlarına özel kare kodlar üretmek için kullanılır. Bu servis ile özel parametreler ile anlık olarak QR üretebilirsiniz.
- [Async QR](https://developer.manikod.com/services/qr-servisleri/async-qr.md): Müşteriden ödeme aldığınızda herhangi bir ek entegrasyona ihtiyaç duymadan kullanıcının ekranını başarı ödeme sonucu ekranınıza POST ile yönlendiren canlı QR servisidir.
- [Ödeme Ekranı](https://developer.manikod.com/services/odeme-ekrani.md): Manikod her üye işyerine bir QR ödeme ekranı verir. Bu ekranda kullanıcıları kare kodları tarayarak yada kredi kartı bilgilerini girerek ödeme yapabilirler.
- [Mani.link](https://developer.manikod.com/services/manilink.md): Müşterilerinizden ödeme almak için kendi uygulamanız ile mani.linkler üreterek iletebilirsiniz.
- [Sanal Pos](https://developer.manikod.com/services/api.md)
- [Satış](https://developer.manikod.com/services/api/sale.md): Kredi ve banka kartlarından online satış almanızı sağlayan API servisidir.
- [İptal](https://developer.manikod.com/services/api/void.md): Daha önce gerçekleştirilen satış işlemini iptal eder.
- [İade](https://developer.manikod.com/services/api/refund.md)
- [Sorgular](https://developer.manikod.com/services/api/query.md): Tüm satışlarınız listesine yada bir satışın detayına erişmek için kullanılan servislerdir.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developer.manikod.com/services.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.
