Payment Transaction Decline Prediction System

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Digital transactions often fail due to various reasons such as expired payment cards, leading to financial losses for merchants and a degraded user experience.

Innovation Solution

A system that uses a machine learning model to determine the likelihood of a payment card being declined by calculating decline probability scores based on historical transaction data, allowing for real-time decisions on whether to transmit an authorization request.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the system transmits authorization requests for all payment cards, then transaction reliability is improved, but financial loss increases due to unnecessary requests on expired cards

Engineering Contradiction:
Improvetransaction reliabilityVSAvoidfinancial loss
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The system performs preliminary actions by training a machine learning model on historical transaction data before processing new transactions. The model learns patterns of card expiration and decline from past data, enabling it to predict future outcomes and avoid unnecessary authorization requests on cards likely to be declined.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system serves itself by using its own historical transaction data to train the machine learning model. The model continuously improves by learning from the system's own experience, identifying patterns in card usage, expiration, and authorization outcomes without requiring external intervention.

Inventive Principle:
Principle #25Self-service

2Loss of energy

If the system uses machine learning to predict decline probability, then financial loss is reduced, but device complexity increases

Engineering Contradiction:
Improvefinancial lossVSAvoidsystem complexity
Core Design Contradiction:
Loss of energyVSDevice complexity

Solution Approach 1:

The system replaces the mechanical/manual approach of always transmitting authorization requests with an intelligent machine learning-based prediction system. The ML model automatically analyzes patterns in transaction data and makes predictions about card decline probability, substituting automated intelligence for rigid rule-based or manual processes.

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

3Ease of operation

If the system processes all transactions without prediction, then user experience is maintained, but transaction failure increases due to expired cards

Engineering Contradiction:
Improveuser experienceVSAvoidtransaction success rate
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system implements feedback by continuously using historical transaction outcomes to train and improve the machine learning model. The model receives feedback from actual authorization results, card expirations, and decline patterns, adjusting its predictions to become more accurate over time and better prevent transaction failures.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20250086645A1System for Reducing Transaction Failure
Publication Date: 2025.03.13 PAYPAL INC
  • US20250086645A1 patent drawing
  • US20250086645A1 patent drawing
  • US20250086645A1 patent drawing

AI summary

A method includes receiving a payment request that indicates a card identifier corresponding to a payment instrument to be used for payment. The method further includes determining that the card identifiers fails to satisfy at least one card activity criteria. Additionally, method includes subsequent to determining that no failed authorization attempts were performed for the card identifier within a previous time period, retrieving, from a database, a decline probability score associated with the card identifier. The method also includes based on the decline probability score, determining whether to transmit an authorization request for the card identifier prior to processing the payment request.