🔑Authentication
You can learn how the Paywall authorization mechanism works and how it should be used for API calls made with Paywall on this page.
Environment
Address
Last updated
You can learn how the Paywall authorization mechanism works and how it should be used for API calls made with Paywall on this page.
All integration credentials must be sent in the Header field of the HTTP request to the Paywall APIs.
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.).
Integration credentials should not be stored in a readable format on the client side.
apiclientpublic
apikeypublic
You can access the integration credentials mentioned above from the PayWall panel.
apiclientprivate
apikeyprivate
You can access the integration credentials mentioned above from the PayWall panel.
Where can I obtain it?
Test Environment
Prod Environment (itspaywall.com)
Prod Environment (paywall.com.tr)
After logging into the Panel, you can access the relevant information under Developer > Integration page
Last updated