To determine the status of any Payment Account Attribute Inquiry API call, use the combination of the HTTP status code returned in the response, error code from Payment Account Attribute Inquiry or the platform, and other information included in the response message in order to apply the correct processing logic and communicate with customers. The following table provides additional guidance on how to interpret and act upon status responses.
| HTTP Code | Error Code | Error Message | Cause | Description |
|---|---|---|---|---|
| 400 | 3001 | Invalid Account | Invalid Account | Network token validation |
| 400 | 3001 | Unable to retrieve PAN from token | Unable to retrieve PAN from token | Network token validation |
| 400 | 3001 | Invalid Token Requester Id | Invalid Token Requester Id | Network token validation |
| 400 | 3001 | Token expired or deactivated | Token expired or deactivated | Network token validation |
| 400 | 3001 | Invalid PAN or Token | Invalid PAN or Token | Network token validation |
| 400 | 3001 | Unable to find any participating network information for the provided account. | Unable to find any participating network information for the provided account. | No participating networks found |
| 400 | 500 | Server Error | Server Error | Service Error Exception( not handled in thinlayer) |