# Test Kartları

| **Kart Numarası** | **Bankası**           | **Kart Tipi**        |
| ----------------- | --------------------- | -------------------- |
| 5890040000000016  | Akbank                | Master Card (Debit)  |
| 5526080000000006  | Akbank                | Master Card (Credit) |
| 4766620000000001  | Denizbank             | Visa (Debit)         |
| 4603450000000000  | Denizbank             | Visa (Credit)        |
| 4987490000000002  | Finansbank            | Visa (Debit)         |
| 5311570000000005  | Finansbank            | Master Card (Credit) |
| 9792020000000001  | Finansbank            | Troy (Debit)         |
| 9792030000000000  | Finansbank            | Troy (Credit)        |
| 5170410000000004  | Garanti Bankası       | Master Card (Debit)  |
| 5400360000000003  | Garanti Bankası       | Master Card (Credit) |
| 374427000000003   | Garanti Bankası       | American Express     |
| 4475050000000003  | Halkbank              | Visa (Debit)         |
| 5528790000000008  | Halkbank              | Master Card (Credit) |
| 4059030000000009  | HSBC Bank             | Visa (Debit)         |
| 5504720000000003  | HSBC Bank             | Master Card (Credit) |
| 5892830000000000  | Türkiye İş Bankası    | Master Card (Debit)  |
| 4543590000000006  | Türkiye İş Bankası    | Visa (Credit)        |
| 4910050000000006  | Vakıfbank             | Visa (Debit)         |
| 4157920000000002  | Vakıfbank             | Visa (Credit)        |
| 5168880000000002  | Yapı ve Kredi Bankası | Master Card (Debit)  |
| 5451030000000000  | Yapı ve Kredi Bankası | Master Card (Credit) |

Yurtdışı test kartları;

| **Kart Numarası** | **Ülke**    |
| ----------------- | ----------- |
| 5400010000000004  | Non-Turkish |

Özel hata üreten kartlar;

| **Kart Numarası** | **Tanım**                                            |
| ----------------- | ---------------------------------------------------- |
| 5406670000000009  | Success but cannot be cancelled, refund or post auth |
| 4111111111111129  | Not sufficient funds                                 |
| 4129111111111111  | Do not honour                                        |
| 4128111111111112  | Invalid transaction                                  |
| 4127111111111113  | Lost card                                            |
| 4126111111111114  | Stolen card                                          |
| 4125111111111115  | Expired card                                         |
| 4124111111111116  | Invalid cvc2                                         |
| 4123111111111117  | Not permitted to card holder                         |
| 4122111111111118  | Not permitted to terminal                            |
| 4121111111111119  | Fraud suspect                                        |
| 4120111111111110  | Pickup card                                          |
| 4130111111111118  | General error                                        |
| 4131111111111117  | Success but mdStatus is 0                            |
| 4141111111111115  | Success but mdStatus is 4                            |
| 4151111111111112  | 3dsecure initialize failed                           |
| 4151111111111393  | Restricted by law                                    |


---

# 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.weepay.co/destek/test-kartlari.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.
