# Authentication

**All integration credentials must be sent in the Header field of the HTTP request to the Paywall APIs.**

{% hint style="info" %}
Integration credentials in the Paywall systems are divided into two categories: Public and Private. Integration credentials from both categories should not be stored on the client side. The distinctions between Public and Private credentials differ in Paywall's security procedures (such as request limits, IP restrictions, etc.).
{% endhint %}

{% hint style="danger" %}
Integration credentials should not be stored in a readable format on the client side.
{% endhint %}

<details>

<summary>Public</summary>

* apiclientpublic
* apikeypublic

You can access the integration credentials mentioned above from the PayWall panel.

</details>

<details>

<summary>Private</summary>

* apiclientprivate
* apikeyprivate

You can access the integration credentials mentioned above from the PayWall panel.

</details>

**Where can I obtain it?**

<table><thead><tr><th width="283.765625">Environment</th><th>Address</th></tr></thead><tbody><tr><td><strong>Test Environment</strong></td><td><a href="https://test-panel.itspaywall.com/">https://test-panel.itspaywall.com</a></td></tr><tr><td><strong>Prod Environment  (itspaywall.com)</strong></td><td><a href="https://panel.itspaywall.com">https://panel.itspaywall.com</a></td></tr><tr><td><strong>Prod Environment  (paywall.com.tr)</strong></td><td><a href="https://panel.paywall.com.tr">https://panel.paywall.com.tr</a></td></tr></tbody></table>

After logging into the Panel, you can access the relevant information under **Developer** > **Integration** page


---

# 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/authentication.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.
