# 1. Version Control

## Version History

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

{% tabs %}
{% tab title="200: OK Return parameters are as follows." %}
{% code overflow="wrap" lineNumbers="true" %}

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

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

<table><thead><tr><th width="165"> Version </th><th width="134.33333333333331">Date</th><th>Description</th></tr></thead><tbody><tr><td>1.0.0</td><td>11/09/2022</td><td>The method, parameters, and web service address have been changed. Test data has been added.</td></tr></tbody></table>

{% hint style="info" %}
**Important**: In order to use the payment initiation service, you need to send the '**apikeypublic**' and '**apiclientpublic**' parameters in the 'Header' field.\
\
[<mark style="color:green;">**PaymentAPI Address**</mark>](/payment-orchestration-integration-document/environment.md)
{% endhint %}

<table><thead><tr><th width="162">Parameter</th><th width="110.47265625">Type</th><th width="136">Compulsory</th><th width="403">Description</th></tr></thead><tbody><tr><td>apikeypublic</td><td>string</td><td>Yes</td><td>The Public Key obtained from the merchant panel.</td></tr><tr><td>apiclientpublic</td><td>string</td><td>Yes</td><td>The Public Client obtained from the merchant panel.</td></tr></tbody></table>

**The parameters that need to be sent to the service are as follows:**

{% hint style="info" %}
You can perform version control of the system. To do this, you can send a request to the system as follows.
{% 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/payment-orchestration-integration-document/payment-service/1.-version-control.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.
