Combination Payment Card Account Routing Logic

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current financial transaction processing systems lack efficient methods to handle transactions involving prepaid cards associated with both closed-loop and open-loop accounts, particularly in determining the appropriate account to debit for purchases across different merchant types and networks.

Innovation Solution

A computer-implemented method and system that processes transaction information from point-of-sale devices by identifying whether a payment card account is associated with a combination payment card, determining if the transaction is from a closed-loop or open-loop merchant, and authorizing debits accordingly, either from the closed-loop account, open-loop account, or communicating with the sponsoring network to ensure sufficient funds for the transaction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If a single payment card is used for both closed-loop and open-loop accounts, then the versatility and convenience of the card is improved, but the complexity of determining which account to debit increases

Engineering Contradiction:
Improvecard versatilityVSAvoidtransaction processing complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The payment card system is segmented into distinct account types (closed-loop and open-loop accounts) with separate processing logic. The system determines which account to debit based on the merchant type, separating the processing flow into conditional paths: closed-loop accounts are debited for closed-loop merchants, while open-loop accounts are debited for open-loop merchants. This segmentation resolves the complexity by creating clear decision boundaries.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The payment card is designed with multi-functionality to serve both closed-loop and open-loop purposes. A single card can be associated with multiple account types, allowing it to function at both restricted (closed-loop) and general (open-loop) merchants. This universality improves versatility while the system manages the complexity through standardized processing protocols that handle both account types uniformly.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Reliability

If the system checks both closed-loop and open-loop account balances, then the reliability of transaction authorization is improved, but the processing time increases

Engineering Contradiction:
Improvetransaction authorization reliabilityVSAvoidtransaction processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary determination of the account type and merchant classification before initiating the balance check. By pre-identifying whether the transaction should use the closed-loop or open-loop account based on the merchant identifier, the system avoids unnecessary balance checks and reduces processing time while maintaining reliability through targeted account verification.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The transaction processing system dynamically selects which account to debit based on real-time determination of merchant type and card association. The system adapts its processing path based on the specific transaction context, using conditional logic to route transactions to the appropriate account processing stream, thereby optimizing both reliability and processing efficiency.

Inventive Principle:
Principle #15Dynamics

3Measurement precision

If the system communicates with the sponsoring network for open-loop transactions, then the accuracy of fund verification is improved, but the complexity of the processing system increases

Engineering Contradiction:
Improvefund verification accuracyVSAvoidsystem processing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The sponsoring network serves as an intermediary that handles the complex verification of open-loop account balances and authorization. Rather than implementing complex verification logic within the payment processing system, the system uses the sponsoring network as a mediator that provides standardized verification services, thereby maintaining accuracy while reducing internal system complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The open-loop account verification process leverages the self-service capabilities of the sponsoring network, which automatically verifies funds and authorizes transactions according to pre-established protocols. This approach transfers the complexity to the sponsoring network's existing infrastructure, allowing the payment processing system to maintain simplicity while achieving accurate verification.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12131310B2Combination payment card and methods thereof
Publication Date: 2024.10.29 WORLDPAY LLC
  • US12131310B2 patent drawing
  • US12131310B2 patent drawing
  • US12131310B2 patent drawing

AI summary

Systems and methods for processing payment transactions using combination payment cards. The combination payment card is associated with an open-loop account and one or more closed-loop accounts. Transaction information is received from a point-of-sale device. At least one of the closed-loop and open-loop account is debited.