# Toplu Ödeme

Kart Modelleri (CardModel)

<table><thead><tr><th width="160.5">Id</th><th>Durum</th></tr></thead><tbody><tr><td>1</td><td>ECommerce (kartın tüm bilgileri)</td></tr><tr><td>2</td><td>Insurance (kartın ilk 8, son 4 ve tckn bilgileri)</td></tr></tbody></table>

Kart Yöntemleri (CardMethod)

<table><thead><tr><th width="160.5">Id</th><th>Durum</th></tr></thead><tbody><tr><td>1</td><td>Genel kart kullanımı. Tüm ödemeler için tek bir kartla işlem yapılır</td></tr><tr><td>2</td><td>Tekil kart kullanımı. Her bir ödeme, ödemenin kendisi için belirtilen kart kullanılır</td></tr></tbody></table>


---

# 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://developer.paywall.one/sistem-verileri/toplu-odeme.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.
