Response Error Codes
The following table identifies error codes specific to the Grant List API.
Error Code | Description |
---|---|
1008 | Routing number required, must be numeric, start with 0, 1, 2, or 3, and be a length of 9 characters. |
1009 | Invalid routing number length. Should be 9 digits. |
1010 | Account number is required. Max length is 17. Valid characters are: A-Za-z0- 9&$%#@~ |
1021 | Account number length cannot exceed 17 characters. |
1055 | Invalid routing number first digit. Valid values: 0, 1, 2, or 3. |
1057 | Account number is invalid. |
1060 | Account Number has invalid characters. Valid characters: A-Za-z0- 9&$%#@~=+_'!?:;,()<>{}[-/".]. |
1061 | Routing Number is invalid. Note: This error captures the “check digit” rule for routing numbers. |
1176 | Invalid routing number characters, routing number must be numeric. Note: If this error exists, the other routing number errors (e.g., 1009, 1055, or 1061) would not be displayed even if they are applicable. |
1180 | Active field required, must be boolean value true or false. Note: This is triggered when “Active” field is missing or has “null” as a value. |
1202 | Unable to marshall the request based on the provided data. |