> For the complete documentation index, see [llms.txt](https://developer.paywall.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.paywall.one/payment-orchestration-integration-document/authentication.md).

# 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
