# Bin Sorgulama Servisi

**Bin Sorgulama Servisi İstek Modeli;**

<table><thead><tr><th>Metod</th><th width="500.3333333333333">API URL</th><th>Parametreler</th></tr></thead><tbody><tr><td>POST</td><td>https://base-url/api/services/EYVBinService</td><td>JSON File</td></tr></tbody></table>

Servise gönderilmesi gereken parametreler şu şekildedir;

<table><thead><tr><th width="151">Parametre</th><th width="96">Tip</th><th width="73">Zorunlu</th><th>Açıklama</th></tr></thead><tbody><tr><td>CardNumber</td><td>string</td><td>Evet</td><td>Sorgunamak istenen karta ait bin numarası bilgisidir.(16 haneli kart numarasının ilk 6 hanesi birleşik şekilde)</td></tr></tbody></table>

Servise gönderilecek örnek bir JSON dosyası şu şekildedir;

```json
                                            
{
	"CardNumber":"51015200"
}
                                        
```

**Bin Sorgulama Servisi Cevap Mesajı;**

Servisten işlem sonrasında gönderilen cevap mesajına ait parametreler şu şekildedir;

<table><thead><tr><th width="153">Parametre</th><th width="81">Tip</th><th width="98">Zorunlu</th><th>Açıklama</th></tr></thead><tbody><tr><td>Bank_Name</td><td>string</td><td>Evet</td><td>Banka adı bilgisidir.</td></tr><tr><td>Bank_Brand</td><td>string</td><td>Evet</td><td>Marka adı bilgisidir.</td></tr><tr><td>Card_Type</td><td>string</td><td>Evet</td><td>Kart tipi bilgisidir.</td></tr><tr><td>Card_Family</td><td>string</td><td>Evet</td><td>Kart ailesi bilgisidir.</td></tr><tr><td>Card_Kind</td><td>string</td><td>Evet</td><td>Kart türü bilgisidir.Cevaplar; DEBİT KART,BİREYSEL KART,TİCARİ KART</td></tr></tbody></table>

```json
                                            
                                            
{
"Bank_Name": "IS BANK",
"Bank_Brand": "MASTERCARD",
"Card_Type": "CREDIT",
"Card_Family": "Maximum",
"Card_Kind": "BİREYSEL KART"
}
                                            
                                        
```


---

# 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.esnekpos.com/hoppa-gelistirici-ortami/bin-sorgulama-servisi.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.
