> For the complete documentation index, see [llms.txt](https://doc.paynet.com.tr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.paynet.com.tr/uornek/servisler/abonelik/duezenli-oedeme-listesi.md).

# Düzenli Ödeme Listesi

Oluşturduğunuz düzenli ödemelerin listesini çekmek için bu servisi kullanabilirsiniz.

{% hint style="success" %}
<https://api.paynet.com.tr/v1/subscription/list>
{% endhint %}

{% tabs %}
{% tab title="İstek Parametreleri" %}

| Parametre İsmi      | Tip    | Zorunlu | Açıklama                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------- | ------ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **datab**           | date   | Evet    | Başlangıç tarihi                                                                                                                                                                                                                                                                                                                                                                                 |
| **datbi**           | date   | Evet    | Bitiş tarihi                                                                                                                                                                                                                                                                                                                                                                                     |
| **agent\_id**       | string | Hayır   | Bayi kodu                                                                                                                                                                                                                                                                                                                                                                                        |
| **limit**           | int    | Hayır   | Bu değer kadar veri alınır.                                                                                                                                                                                                                                                                                                                                                                      |
| **has\_more**       | int    | Hayır   | True ise belirtilen kriterlerde gönderilen satırlardan daha olduğu anlamına gelir.                                                                                                                                                                                                                                                                                                               |
| **ending\_before**  | int    | Hayır   | Belirtilen index’den önceki limit sayısı kadar kayıt getirir. Eğer ending\_before 90 gönderildi, limit olarak 15 gönderildi. 75. İle 90. Kayıtları arasındaki kayıtları gönderir.                                                                                                                                                                                                                |
| **starting\_after** | int    | Hayır   | Belirtilen index’den önceki limit sayısı kadar kayıt getirir. Eğer ending\_before 90 gönderildi, limit olarak 15 gönderildi. 75. İle 90. Kayıtları arasındaki kayıtları gönderir. \[Opsiyonel] İnteger değer. Belirtilen index’den sonraki limit sayısı kadar kayıt getirir. Eğer starting after 15 gönderildi, limit olarak 15 gönderildi. 15. İle 30. Kayıtları arasındaki kayıtları gönderir. |
| {% endtab %}        |        |         |                                                                                                                                                                                                                                                                                                                                                                                                  |

{% tab title="Dönüş Parametreleri" %}

| Parametre İsmi   | Tip    | Açıklama                        |
| ---------------- | ------ | ------------------------------- |
| **object\_name** | string | Dönüş yapılan API’nin nesne adı |
| **code**         | string | Dönüş sonucunun kodu            |
| **message**      | string | Dönüş sonuç kodunun açıklaması  |
| **data**         | list   | Düzenli ödeme listesini döner   |
| {% endtab %}     |        |                                 |

{% tab title="Request" %}

```
{  
   "datab":01.02   .2016,
   "datbi":01.02   .2016
}
```

{% endtab %}

{% tab title="Response" %}

```
{
"object_name":"subscription_list",
"code":0,
"message":"Başarılı Islem"
} 
```

{% endtab %}

{% tab title="Service Url" %}

| Sistem           | URL                                                                                                      |
| ---------------- | -------------------------------------------------------------------------------------------------------- |
| **Canlı Sistem** | <https://api.paynet.com.tr/v1/subscription/list>                                                         |
| **Test Sistemi** | <https://pts-api.paynet.com.tr​​>[/v1/subscription/list](https://api.paynet.com.tr/v1/subscription/list) |
| {% endtab %}     |                                                                                                          |
| {% endtabs %}    |                                                                                                          |


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.paynet.com.tr/uornek/servisler/abonelik/duezenli-oedeme-listesi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
