Errors 1000505, 1010990 & 1019002ΒΆ

{
    "errorCode": "1000505",
    "errorDescription": "Country Code must be 2 letters."
    ]
}
{
    "errorCode": "1010990",
    "errorDescription": "Invalid or missing value for countryCode"
}
{
    "errorCode": "1019002",
    "errorDescription": "Invalid or missing value for countryCode."
}

You must include the countryCode field and the two-character ISO country code in certain API calls. Check the documentation page for your API call for more information. The country code for the United States is US.

For a list of all valid two-character ISO country codes, use the Get Countries List API.

For additional help, contact Client Support at ClientSupportTechServices@pb.com or +1(844) 470-6626.


Back to Error Codes.