# VUK 509 Servisleri

### Genel Bakış

VUK 509 servisleri, ödeme işlemlerinin mali mevzuata uyumlu veri yapıları ile yürütülmesini sağlar.

Bu modelde ödeme işlemleri gerçekleştirilirken, mali süreçlerde kullanılacak veri setleri de birlikte iletilir.

VUK 509 kapsamındaki servisler; satış, iade, iptal ve gün sonu işlemlerini kapsar.

### Servis Kapsamı

Bu bölümde aşağıdaki servisler yer almaktadır:

* Satış (Payment)
* İşlem Sorgulama&#x20;
* İade (Refund)
* İptal (Void)
* Gün Sonu (End of Day)

### Genel Akış

```mermaid
sequenceDiagram
    autonumber
    participant Client as Uygulama
    participant Iyzico as iyzico Terminal API
    participant Bank as Banka / Acquirer

    Client->>Iyzico: Login ve token alma
    Iyzico-->>Client: access_token

    Client->>Iyzico: Payment Request
    Note right of Client: Authorization Bearer access_token

    Iyzico->>Bank: Ödeme provizyonu
    Bank-->>Iyzico: İşlem sonucu

    Iyzico-->>Client: Response döner

    alt Başarılı
        Note over Client,Iyzico: paymentId, authCode, işlem detayları
    else Başarısız
        Note over Client,Iyzico: status failure, errorCode, errorMessage
    end
```


---

# 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://docs.iyzico.com/urunler/fiziksel-pos/terminal-api-entegrasyonu/vuk-509-servisleri.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.
