# 1. Versiyon Kontrol

## Versiyon Kontrol

<mark style="color:blue;">`GET`</mark> `{{Base Adres}}/api/paywall/payment/version`

{% tabs %}
{% tab title="200: OK Geri dönüş parametreleri aşağıdaki gibidir." %}
{% code overflow="wrap" lineNumbers="true" %}

```json
{
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": "Always fresh, always ahead!"
}
```

{% endcode %}
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="107">Sürüm</th><th width="134.33333333333331">Tarih</th><th>Açıklama</th></tr></thead><tbody><tr><td>1.0.0</td><td>11/09/2022</td><td>Metod, parametre ve web servis adres değişikliği yapıldı. Test verileri eklendi.</td></tr></tbody></table>

{% hint style="info" %}
Önemli: Ödeme başlatma servisini kullanabilmeniz için 'Header' alanında '**apikeypublic**' ve '**apiclientpublic**' parametrelerini göndermeniz gerekmektedir.\
\
[<mark style="color:green;">**PaymentAPI Adresi**</mark>](/ortam.md)
{% endhint %}

<table><thead><tr><th width="162">Parametre</th><th width="79">Tip</th><th width="107">Zorunlu</th><th width="403">Açıklama</th></tr></thead><tbody><tr><td>apikeypublic</td><td>string</td><td>Evet</td><td>Üye işyeri panelinden temin etmiş olduğunuz Public Key.</td></tr><tr><td>apiclientpublic</td><td>string</td><td>Evet</td><td>Üye işyeri panelinden temin etmiş olduğunuz Public Client.</td></tr></tbody></table>

#### Servise gönderilmesi gereken parametreler şu şekildedir :

{% hint style="info" %}
Sistemin versiyon kontrolünü yapabilirsiniz. Bunun için sisteme aşağıdaki gibi istek atabilirsiniz.&#x20;
{% endhint %}


---

# 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.paywall.one/odeme-servisi/1.-versiyon-kontrol.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.
