Machine Learning Validation of ACH Routing Transit Numbers

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Automated Clearing House (ACH) transactions frequently fail due to invalid bank account numbers, leading to delayed detection of fraud and unnecessary fees, as existing methods lack efficiency and scalability for accurate validation.

Innovation Solution

A method involving the extraction of routing transit numbers (RTN) and account numbers from transactions, embedding them into vectors and matrices using machine learning models, and classifying account numbers as invalid through neural network layers to enhance validation accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional validation methods are used for ACH transactions, then the system is simple to implement, but the detection accuracy of invalid account numbers is low and detection is delayed by 2-3 days

Engineering Contradiction:
Improvedetection accuracy of invalid account numbersVSAvoidcomplexity of validation system
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent replaces traditional mechanical validation methods (simple format checking) with machine learning models including embedding layers, neural network layers, and classification algorithms. This substitution enables the system to detect invalid account numbers with 70% precision by learning complex patterns from training data, resolving the contradiction between detection accuracy and system complexity.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The system performs preliminary validation of account numbers using the trained machine learning model before transactions are processed through the traditional ACH network. By conducting detection in advance (within hours rather than 2-3 days), the system identifies invalid account numbers early, preventing failed transactions and reducing fraud while maintaining operational simplicity through automated pre-screening.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If traditional validation methods are used, then processing speed is fast, but fraud detection is delayed and unnecessary fees are charged

Engineering Contradiction:
Improvereduction of fraud and unnecessary feesVSAvoidtime delay in detecting invalid account numbers
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs validation in advance before transactions are submitted to the ACH network. The machine learning model processes account numbers within hours rather than waiting 2-3 days for traditional failure detection. This preliminary action reduces fraud and unnecessary fees by identifying invalid account numbers early in the process, resolving the contradiction between reliability improvement and time loss.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If machine learning models are implemented for validation, then detection precision reaches 70%, but computational resources and processing time increase

Engineering Contradiction:
Improveprecision of account number validationVSAvoidcomputational resources required
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The system applies machine learning validation selectively to transactions requiring higher accuracy, rather than uniformly to all transactions. The embedding layers and neural network processes only the necessary features (RTN and account number) to achieve 70% precision, avoiding excessive computational overhead by focusing processing resources on the critical validation task rather than analyzing entire transaction datasets.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11989702B2Automated validation of digit sequences in transactions
Publication Date: 2024.05.21 INTUIT INC
  • US11989702B2 patent drawing
  • US11989702B2 patent drawing
  • US11989702B2 patent drawing

AI summary

A method may include extracting, from a transaction, a routing transit number (RTN) and an account number, embedding the RTN to obtain an RTN vector, embedding the account number to obtain an account number matrix, combining, using a trained machine learning model, the RTN vector and the account number matrix to obtain a combined matrix, and classifying the account number as invalid. The classifying may include applying the trained machine learning model to the combined matrix.