> 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/kart-saklama/3.oedeme-almadan-kart-verisi-kaydetme/3.6.kart-listesi-servisi-v1-card-list.md).

# 3.6.Kart Listesi Servisi

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

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

| Parametre İsmi      | Tip    | Zorunlu | Açıklama                                                         |
| ------------------- | ------ | ------- | ---------------------------------------------------------------- |
| **card\_owner\_id** | string | Evet    | Paynet’in kart saklamada üretiği kart sahibinin benzersiz değeri |
| {% endtab %}        |        |         |                                                                  |

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

| Parametre İsmi        | Tip    | Açıklama                                                                                     |
| --------------------- | ------ | -------------------------------------------------------------------------------------------- |
| **card\_desc**        | string | Saklı karta verilen isim                                                                     |
| **card\_hash**        | string | Kart no hashlenmiş değeri                                                                    |
| **card\_no\_masked**  | string | Kart numarasının ilk 6 son 4 tokenlanmış hali                                                |
| **card\_bin\_no**     | string | Kartın ilk 6 hanesi                                                                          |
| **card\_type**        | string | cc :Bireysel  bc:Ticari  dc:Debit                                                            |
| **card\_bank\_name**  | string | Kartın banka adı. (Bonus,Axess vs.)                                                          |
| **card\_logo\_url**   | string | Kartın logo görseli                                                                          |
| **card\_brand\_name** | string | VISA, MASTERCARD,AMEX                                                                        |
| **card\_owner\_id**   | string | Paynet’in üretiği kart sahibinin benzersiz değeri                                            |
| **user\_unique\_id**  | string | Üye iş yeri tarafından verilen kullanıcıya özgü benzersiz id. İlk saklamada gönderilen değer |
| **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ı                                                               |
| {% endtab %}          |        |                                                                                              |

{% tab title="Request" %}

```
{
     “card_owner_id”:”1d16eaa18-f00d-492d-868a-856412b7577d1”
 }
```

{% endtab %}

{% tab title="Response" %}

```
{
    "total": 1,
    "total_count": 2,
    "limit": 10,
    "ending_before": 0,
    "starting_after": 0,
    "has_more": false,
    "Data": [
        {
            "company_code": "10031",
            "agent_id": "10031",
            "user_unique_id": "DCFC03FA-F053-41BD-9DCA-E3178C84FB22",
            "card_owner_id": "f4dabd79-5b7e-40bd-84d5-54058242dfa0",
            "card_hash": "d9124b54-162a-45c3-b09a-0388af1c891e",
            "card_desc": "Paynet Ödeme Hizm.",
            "card_holder": "RQ*****QR",
            "card_no": "434678********0002",
            "card_bin": "434678",
            "card_type": "cc",
            "card_bank_id": "AXSS",
            "card_bank_name": "Axess",
            "card_logo_url": "http://localhost:64102/img/banklogo/small/AXSS.png",
            "card_brand_name": "VISA",
            "expire_month": 0,
            "expire_year": 0
        }
    ],
    "object_name": "card_list",
    "code": 0,
    "message": null
}
```

{% endtab %}

{% tab title="Service Url" %}

| Sistem           | URL                                                                                                                                                                                                                                   |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Canlı Sistem** | [https://api.paynet.com.tr\[/v1/card/list](https://doc.paynet.com.tr/uornek/servisler/kart-saklama/3.oedeme-almadan-kart-verisi-kaydetme/https:/api.paynet.com.tr\[/v1/card/list)]\(<https://api.paynet.com.tr/v1/card/list>)         |
| **Test Sistemi** | [https://pts-api.paynet.com.tr\[/v1/card/list](https://doc.paynet.com.tr/uornek/servisler/kart-saklama/3.oedeme-almadan-kart-verisi-kaydetme/https:/pts-api.paynet.com.tr\[/v1/card/list)]\(<https://api.paynet.com.tr/v1/card/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/kart-saklama/3.oedeme-almadan-kart-verisi-kaydetme/3.6.kart-listesi-servisi-v1-card-list.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.
