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

# API Rehberi

- [weeLink](https://developer.weepay.co/api/weelink.md)
- [weeClick](https://developer.weepay.co/api/weeclick.md)
- [Ödeme Formu Oluşturma](https://developer.weepay.co/api/odeme-formu-olusturma.md): Ödeme Formunuzu kolayca oluşturabilirsiniz.
- [Ödeme Servis API (Kendi Formunuz)](https://developer.weepay.co/api/odeme-servisi-kendi-formunuz.md): 3D secure ile ödeme için üye işyeri kendi ödeme formunu kullanır. Bu form üzerindeki kontrolleri ve kuralları uygulaması gerekir.
- [3D ile Ödeme](https://developer.weepay.co/api/odeme-servisi-kendi-formunuz/3d-ile-odeme.md): 3D Secure ile ödeme entegrasyon dokümanı
- [Ödeme](https://developer.weepay.co/api/odeme-servisi-kendi-formunuz/odeme.md): 3D secure olmadan ödeme entegrasyon dokümanı
- [Taksit Sorgulama](https://developer.weepay.co/api/odeme-servisi-kendi-formunuz/taksit-sorgulama.md): Taksit Sorgulama Entegrasyon Dokümanı
- [Ödeme Detayı](https://developer.weepay.co/api/oedeme-detayi.md): Ödeme Detay Görüntüleme Servisi


---

# 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.weepay.co/api.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.
