ABA 3-7-1 Checksum Algorithm
The routing number is valid if the weighted sum is divisible by 10 (modulo 10 = 0).Validation Steps
Step 1: Multiply each digit by its weight Each digit position has a specific weight: 3, 7, 1, 3, 7, 1, 3, 7, 1 Example:021000021
- If remainder = 0: Routing number is valid ✓
- If remainder ≠ 0: Routing number is invalid ✗
