---
title: Common Errors
slug: developer-tools/error-codes/common
excerpt: >-
  Learn about the common error codes returned by Pine Labs Online APIs, along
  with their possible solutions.
hidden: false
sidebar_order: 1
metadata:
  title: Common Error Codes — Frequent API Errors & Solutions | Pine Labs
  description: >-
    Common Pine Labs API errors with solutions. Includes Not Found (invalid endpoint), validation errors, and authentication failures with troubleshooting guidance.
  image: []
  keywords: common errors, API errors, troubleshooting, error solutions, payment errors, integration errors
  robots: index
---

The table below shows the list of common errors and the solutions.

| Error              | Solutions                           |
| :----------------- | :---------------------------------- |
| Not Found          | Invalid Endpoint                    |
| Access Denied      | Invalid Token, IPs not whitelisted. |
| Method Not Allowed | Invalid Method                      |

## API Errors

Learn more about error responses from our APIs, including the error code, message, and additional error details on the respective API reference page.

**Example**:

To view errors related to the Create Order API:

1. Go to the <a href="/api/orders/create-order">Create Order API</a> Reference page.
2. Scroll down to the Response section.
3. Click the dropdown in the response code block to view the response schema and error details.

[block:image]
{
  "images": [
    {
      "image": [
        "https://files.readme.io/f11aabf4fe99b86e31c12b9189c2a6b97c8fd0f48e055c177efb5ed1b52ebe7c-error-code.gif",
        "",
        "Error Code Gif"
      ],
      "align": "center",
      "sizing": "700px"
    }
  ]
}
[/block]
