Last updated

Response Error Codes

The following table identifies error codes specific to the Grant List API.


Error CodeDescription
1008Routing number required, must be numeric, start with 0, 1, 2, or 3, and be a length of 9 characters.
1009Invalid routing number length. Should be 9 digits.
1010Account number is required. Max length is 17. Valid characters are: A-Za-z0- 9&$%#@~
1021Account number length cannot exceed 17 characters.
1055Invalid routing number first digit. Valid values: 0, 1, 2, or 3.
1057Account number is invalid.
1060Account Number has invalid characters.
Valid characters: A-Za-z0- 9&$%#@~=+_'!?:;,()<>{}[-/".].
1061Routing Number is invalid.
Note: This error captures the “check digit” rule for routing numbers.
1176Invalid 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.
1180Active field required, must be boolean value true or false.
Note: This is triggered when “Active” field is missing or has “null” as a value.
1202Unable to marshall the request based on the provided data.