This document provides a comprehensive list of all error codes returned by the PA Seller API, including their meanings and common causes.
i. Error Codes Overview
Error codes are returned in the code field of the API response. The error code format follows a 5-digit number pattern where the first digit indicates the category of the error:
1xxxx - Success and Parameter errors
2xxxx - Signature and Authentication errors
3xxxx - Authorization errors
4xxxx - Business logic errors
5xxxx - Internal server errors
ii. Complete Error Codes List
Error Code
Name
Category
Description
10000
Success
Success
Operation completed successfully.
10001
MissingHeader
Parameter
Required HTTP header is missing from the request.
10002
InvalidParameter
Parameter
One or more request parameters are invalid or malformed.
20001
InvalidSignature
Signature
The request signature verification failed.
30001
AuthenticationError
Authentication
Authentication failed. Invalid or missing credentials.
30002
AuthrizationError
Authorization
Authorization failed. User does not have permission to perform this action.