> For the complete documentation index, see [llms.txt](https://docs.iyzico.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iyzico.com/on-hazirliklar/postman-collections.md).

# Postman Collections

{% hint style="info" %}
Test ortamında işlem sağlayabilmek için, Postman yapılandırması öncesinde, [sandbox](/on-hazirliklar/sandbox.md) test hesabı oluşturulması gerekmektedir.
{% endhint %}

### API 101

Temel olarak, iyzico API'lerini kullanmanın en hızlı yolu. &#x20;

### Adım-1 : Koleksiyonun Eklenmesi

Öncelikle koleksiyonumuzu görüntüleyebilmek için aşağıdaki butona tıklayın.

\
[![Run in Postman](https://run.pstmn.io/button.svg)](https://www.postman.com/iyzico/iyzico/overview)

Ardından online olarak aşağıdaki gibi collection'ı görüntüleyebiliyor olacaksınız.

<figure><img src="/files/mFcDsc3AJzjvOARwJF7A" alt=""><figcaption></figcaption></figure>

### Adım-2: API Bilgilerinin Yapılandırılması

Şimdi API bilgileriniz ile servisleri çalıştırma zamanı. Online olarak test işlemi yapabilmek için Postman hesabınıza giriş yapmanız gerekecektir.

1. Öncelikle Postman hesabınıza giriş yapın.

<figure><img src="/files/obmZdt0e7IwAYyBfJzGL" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Örnek koleksiyonda yer alan iyzico servislerinin pre-request script kısmında, API bilgilerinin set edildiği aşağıdaki gibi environment tanımı bulunmaktadır.
{% endhint %}

```javascript
var apiKey = environment.apiKey;
var secretKey = environment.secretKey;
```

2. API bilgilerini tanımlayabilmek için yeni bir environment yaratın veya iyzico environment'i üzerinden düzenleme sağlayın. Düzenlemelerinizi kaydetmeniz için, Postman sizden koleksiyonu fork etmenizi isteyecektir.

<figure><img src="/files/wP6mvzSNJI3ewN7Ktjyr" alt=""><figcaption></figcaption></figure>

3. Koleksiyonu hesabınıza kaydettikten sonra, API bilgilelerinizi düzenleyin ve kaydedin.

<figure><img src="/files/yxSrplVQe4hX4WfjhZ3l" alt=""><figcaption></figcaption></figure>

API bilgilerinizi tanımladıktan sonra tüm servisleri test edebilirsiniz.

Entegrasyon ile ilgili sorularınız olması durumunda <entegrasyon@iyzico.com> adresinden bize ulaşabilirsiniz!


---

# 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://docs.iyzico.com/on-hazirliklar/postman-collections.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.
