Loading...

Knowledge Base

Fix 403 Forbidden Error When Using the API

When your API requests return a 403 Forbidden error. This article explains common causes of 403 errors during API requests.

If you are building a custom portal for interacting with our platform using our API, and if you receive a 403 Forbidden error message, then please check the following:

  • Use HTTPS to send API calls
    In order to comply with PCI standards, our system does not accept or serve traffic on HTTP. All API requests must be made on HTTPS only.
     
  • Use TLS v1.2 or above
    In order to comply with the latest security standards, we have enforced TLS v1.2 on our API and other services connecting to our platform. If your system is running TLS v1.0 or v1.1, then you may face issues. Please upgrade your application/system to TLS v1.2 or above.
     
  • Disable IPv6
    Our API servers do not currently support IPv6. Hence, please disable IPv6 on the machine from where you are sending API calls.