Interchange Fee Estimation via Predictive Modeling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The delay in receiving actual interchange fee reports from acquiring banks complicates merchant settlement, as merchants are typically unaware of the interchange fee at the time of settlement, leading to potential discrepancies and reconciliation challenges.

Innovation Solution

A predictive model using machine learning techniques is implemented to estimate interchange fees based on historical transaction data, allowing for more accurate initial settlement and reducing the need for later reconciliations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If actual interchange fee reports are used for merchant settlement, then settlement accuracy is improved, but settlement time is delayed due to the delay in receiving reports from acquiring banks

Engineering Contradiction:
Improvesettlement accuracyVSAvoidsettlement time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary estimation of interchange fees using a predictive model before the actual interchange fee report is received from the acquiring bank. This allows merchant settlement to proceed with estimated fees in advance, improving settlement speed while maintaining accuracy through subsequent reconciliation processes.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If interchange fees are estimated at the time of settlement, then settlement speed is improved, but fee accuracy deteriorates due to potential discrepancies

Engineering Contradiction:
Improvesettlement speedVSAvoidfee accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system implements a feedback mechanism where the predictive model is continuously trained and refined using actual interchange fee data received from acquiring banks. This allows the estimation accuracy to improve over time while maintaining fast settlement speeds, as the model learns from real fee patterns and adjusts its predictions accordingly.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system dynamically adjusts the parameters and features used in the predictive model based on historical data analysis. By changing the model parameters to better reflect actual fee structures and transaction patterns, the system improves estimation accuracy while maintaining the ability to provide timely settlements.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If predictive modeling is implemented to estimate interchange fees, then settlement accuracy is improved, but system complexity increases due to machine learning infrastructure

Engineering Contradiction:
Improvefee estimation accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system introduces a predictive modeling layer as an intermediary between the transaction processing system and the settlement system. This intermediary component handles the complexity of machine learning operations, providing accurate fee estimates to the settlement process without requiring the core transaction system to become more complex.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS10402807B1Estimating interchange fees for card payments
Publication Date: 2019.09.03 BLOCK INC
  • US10402807B1 patent drawing
  • US10402807B1 patent drawing
  • US10402807B1 patent drawing

AI summary

A payment processing system is configured to support purchase transactions generated by merchant point-of-sale (POS) devices. Information regarding the purchase transactions is archived and periodically analyzed using machine learning to create a predictive model relating transaction attributes to bank interchange fees. The predictive model is then used to estimate interchange fees that are later passed on to merchants. This allows more accurate settlement with merchants in situations where reports regarding actual interchange fees are not yet available.