WO2006133280A2 - Dynamic aggregation of payment transactions - Google Patents

Dynamic aggregation of payment transactions Download PDF

Info

Publication number
WO2006133280A2
WO2006133280A2 PCT/US2006/022091 US2006022091W WO2006133280A2 WO 2006133280 A2 WO2006133280 A2 WO 2006133280A2 US 2006022091 W US2006022091 W US 2006022091W WO 2006133280 A2 WO2006133280 A2 WO 2006133280A2
Authority
WO
WIPO (PCT)
Prior art keywords
transaction
aggregation
aggregated
user
amount
Prior art date
Application number
PCT/US2006/022091
Other languages
French (fr)
Other versions
WO2006133280A3 (en
Inventor
Helen Fields
Original Assignee
First Data Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by First Data Corporation filed Critical First Data Corporation
Priority to CA002611621A priority Critical patent/CA2611621A1/en
Priority to EP06772415A priority patent/EP1917620A4/en
Publication of WO2006133280A2 publication Critical patent/WO2006133280A2/en
Publication of WO2006133280A3 publication Critical patent/WO2006133280A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/401Transaction verification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Definitions

  • the invention relates to methods and systems that aggregate smaller transactions into a larger transaction which is executed on a transaction network.
  • the invention also relates to algorithms and controls for determining which transactions should be aggregated and which should be processed in an unaggregated state.
  • Embodiments of the invention include a transaction aggregation method that includes the steps of receiving user data and a current transaction amount associated with a current transaction, and retrieving a reliability score for the user with the user data, and calculating an aggregation threshold based on the reliability score.
  • the method also includes updating an aggregated transaction amount by adding the current transaction amount to a previously aggregated transaction amount from previous transactions, and comparing the updated aggregated amount with the aggregation threshold, where the current transaction is aggregated with the previous transactions when the updated aggregated amount is less than the aggregation threshold.
  • Embodiments of the invention may also include a method of selecting a transaction for aggregation with other transactions.
  • the method may include the step of comparing a transaction amount associated with the transaction with a threshold amount, where the transaction is processed as an unaggregated transaction when the transaction amount exceeds the threshold amount, and where the transaction is aggregated with one or more other transactions into an aggregated transaction when the transaction amount is less than the threshold amount.
  • the method may also include comparing an aggregated amount for the aggregated transaction with an aggregation threshold, where one or more additional transactions may be added to the aggregated transaction when the aggregated amount is less than the aggregation threshold, and where the aggregated transaction is processed when the aggregated amount exceeds the aggregation threshold.
  • the aggregation threshold may be calculated based on a reliability score that is retrieved from data about a user who has initiated the transaction.
  • Embodiments of the invention may still further include a transaction aggregation system.
  • the system may include an input to enter an identity of a user associated with a current transaction, and a memory to store user data associated with the identity, and current transaction amount for the current transaction, where the user data is used to determine a reliability score for the user.
  • the system may still further include a processor to calculate an aggregation threshold based on the reliability score, and to update an aggregated transaction amount by adding the current transaction amount to a previously aggregated transaction amount from previous transactions, where the updated transaction amount is compared with the aggregation threshold, and the current transaction is aggregated with the previous transactions when the updated aggregated amount is less than the aggregation threshold.
  • Embodiments of the invention may still also include a transaction aggregation network.
  • the network may include a first node where an identity of a user conducting a current transaction on the network is input, and a second node where user data associated with the identity of the user is stored, where the user data is used to retrieve a reliability score for the user.
  • the network may also include a third node where an aggregation threshold based on the reliability score is calculated, and an updated aggregated transaction amount is generated by adding a current transaction amount to a previously aggregated transaction amount from previous transactions. The updated transaction amount may be compared with the aggregation threshold, and the current transaction may added to the previous transactions to form an aggregated transaction when the updated aggregated amount is less than the aggregation threshold.
  • FIG. 1 shows a flowchart for a method of aggregating payments according to embodiments of the invention
  • FIG. 2 shows a flowchart for a method of determining a reliability score according to embodiments of the invention
  • FIG. 3 shows a flowchart for a method of determining whether to aggregate a transaction with one or more prior transactions according to embodiments of the invention
  • FIG. 4 shows a transaction aggregation system according to an embodiment of the invention.
  • a decision to aggregate two or more transactions may be facilitated by rules (e.g., computer algorithms) and manual controls set by a seller (e.g., a merchant or service provider) about when aggregation of a customer's transactions would be an acceptable payment risk.
  • a seller e.g., a merchant or service provider
  • Aggregating the smaller transactions into a larger transaction lowers the costs related to processing the transaction on an electronic payment network. Decreasing the risk of payment default on the larger, aggregated transaction prevents the savings realized by the lower processing costs from being eroded by higher transactions costs caused by more frequent and more costly defaults.
  • Fig. 1 shows a flowchart for a method 100 of aggregating payments according to embodiments of the invention.
  • the method 100 may include receiving user data and a transaction amount 102 from a user (e.g., store patron, online customer, etc.) who would like to purchase a good or service from the seller (e.g., a merchant, vendor, auctioneer, automated transaction daemon, service provider, etc.).
  • the user data that may be received by the user may include a user's name, postal address, email address, social security number, IP address, transaction account number, and/or other data that may be used to associate the identity of the user with a reliability score for the user.
  • the user data may be used to retrieve the reliability score 104 of the user.
  • the reliability score is a quantitative representation of the likelihood that a user will tender payment for the good or service at some time point in the future. This score may be used to calculate an aggregation threshold 106 for the user that sets an upper limit on the value of the transactions that will be aggregated before the agglomerated transaction is executed over an electronic payment network.
  • a transaction amount for a current transaction may be provisionally aggregated with any prior transactions that have not been completed to generate an updated aggregated transaction amount 108.
  • the updated aggregated transaction amount may then be compared to the aggregation threshold 110 to determine whether the current transaction should be aggregated with the prior aggregated transactions that are awaiting completion. If the updated aggregated transaction amount is greater than the aggregation threshold, then the current transaction will not be aggregated, and the current transaction may be processed immediately in an unaggregated state. If the updated aggregated transaction amount is equal to or less than the aggregation threshold, then the current transaction will be aggregated with the previously aggregated transactions.
  • the reliability score used to calculate the aggregation threshold may be determined through a variety of methods.
  • Fig. 2 shows an embodiment of a method for calculating the reliability score 200 that includes collecting data associated with the user (e.g., customer, buyer, purchaser, etc.) 202.
  • the user data collected may include data about the user's credit history, payment history, number of transactions, frequency of transactions, transaction size, duration as a user, number of website visits, buying habits (e.g., types of goods or services purchased, how many, times of purchases, purchase price, discount level, etc.), fraud history (e.g., information from fraud databases, industry databases, merchant databases, federal, state and local government databases, financial databases, legal databases such as Westlaw and Lexis, etc.), education level, income level, and/or employment history, among other kinds of data.
  • buying habits e.g., types of goods or services purchased, how many, times of purchases, purchase price, discount level, etc.
  • fraud history e.g., information from fraud databases, industry databases, merchant databases, federal, state and local government databases, financial databases, legal databases such as Westlaw and Lexis, etc.
  • education level e.g., income level, and/or employment history, among other kinds of data.
  • the used data may also include user identification information such as, a user's name (including aliases), email address, home and/or work address, home, work and/or wireless phone number, financial account identifiers, social security number, and information about relates parties, such as spouses, parents, children, etc., among other types of identification information. Additional description of user identification information, and how it can be used to verify a user's identity, can be found in co-assigned U.S. Patent. App. No. 11/031,469, filed January 6, 2005, and entitled "Identity Verification Systems and Methods," the entire contents of which are hereby incorporated by reference for all purposes.
  • Values may be assigned to all (or a portion) of the user data 204.
  • the values represent a quantitative representation of the relative importance of each piece of user data.
  • the values may be assigned using a variety of techniques, including for example, a binary representation of the presence of a data element (e.g., assigning a "1" when an element is present or true, and a "0" when the element is absent or false) multiplied by a weigh factor (e.g., fraction from 0 to 1) that represents the relative importance of the element.
  • Rules for determining the weight factor may include having the sum of all weight factors sum to a constant value (e.g., "1"). Thus, an increase in the value of one weigh factor requires an equivalent decrease in the value of one or more other weight factors to maintain a constant sum.
  • the rules for determining weight factors may include independently determining a value for each element on a fixed scale.
  • Embodiments are also contemplated where values are directly assigned to the data elements based on a linear scale (e.g., an integer scale from 0 to 100, or -10 to 10, etc.). Default values may be assigned to the state of each data element, and these default values may be manually adjusted by a merchant, creditor, etc. for an individual user or group of users (e.g., a group of users who make purchases at a particular store or website, users who have been purchasing for length of time or longer, users purchasing a particular category of good or service, etc.). [0022] The assigned values for the components of the user data may then be combined to generate a raw reliability score 206. The combining of the values may be a simple summing of the component values, or something more complex such as summing the component values and dividing the sum by a normalization factor, or multiplying the sum by a proportionality constant and/or a conversion factor.
  • a linear scale e.g., an integer scale from 0 to 100, or -10 to 10, etc
  • the raw reliability score may be manually adjusted to generate a final reliability score 208 used to calculate the aggregation threshold in step 106 above.
  • the manual adjustment may be done by a merchant, creditor, customer service agent, etc., who can increase or decrease the raw score based on special circumstances, user relationship, macroeconomic changes, negotiations, special promotions, transaction load, etc.
  • one or more of the components may be manually adjusted instead of the raw score itself.
  • a merchant, creditor, etc. may have noticed a stronger (or weaker) than predicted correlation between the one or more components and the risk of user non- payment, and may want to adjust the relative importance of that factor in determining the overall reliability score.
  • the method 300 includes receiving a transaction amount for the current transaction 302 and retrieving a reliability score of a user (e.g., customer, purchaser, buyer) involved in the transaction 304.
  • the retrieval 304 may include searching a database storing reliability scores for a plurality of users using one or more pieces of user data (e.g., user name, user telephone number, user email address, etc.) uniquely associated with the stored reliability score.
  • the retrieved reliability score may then be used to calculate a transaction threshold 306, representing an upper limit on the summed value of the transactions that can be aggregated together.
  • the default transaction threshold may be manually increased or decreased by an operator (e.g., merchant, creditor, customer service representative, etc.).
  • the transaction amount for the current transaction is compared with the transaction threshold to see whether the current transaction amount equals or exceeds the transaction threshold 308. If the current transaction amount does equal or exceed the transaction threshold, then the transaction is processed without being aggregated with any other transactions 310. However, if the current transaction amount is less than the transaction threshold, then the current transaction is (or will be) aggregated with one or more other transactions 312.
  • the value of the aggregated transactions may be compared with the transaction threshold to determine whether the aggregated transaction amount equals or exceeds the transaction threshold 314. If the current transaction about equals or exceeds the transaction threshold, then the aggregated transaction will be processed immediately across a transaction network 316. However, if the aggregated transaction about is still less than the transaction threshold, then the aggregated transactions (including the current transaction) will be held and aggregated with additional transactions until the aggregated transaction amount equals or exceeds the transaction threshold 318.
  • Method 300 uses a threshold based on an upper limit for a transaction amount to determine whether to process a transaction without aggregation, and whether to process aggregated transactions immediately or hold them for aggregation with additional transactions. Additional criteria may be used in addition to (or in lieu of) an upper limit on the transaction amount to determine whether to aggregate a current transaction, and when to process a group of aggregated transactions. For example, a time threshold may be introduced that causes the aggregated transactions to be processed when the oldest transaction in the group exceeds a preset age limit (e.g., a week, two weeks, a month, etc.)
  • a preset age limit e.g., a week, two weeks, a month, etc.
  • Embodiments of the invention also include dynamically recalculating the reliability score as user data is updated, and/or added. These recalculations may take place at periodic intervals (e.g., daily, weekly, monthly, etc.) and/or as a new or changed piece of user data becomes available. New comparisons of the presently held aggregated transactions with an updated reliability score may be done on a periodic basis, and/or automatically each time the reliability score is updated. When the updated transaction threshold calculated from the new reliability score equals or exceeds the aggregated transaction amount, the aggregated transactions may be processed immediately.
  • periodic intervals e.g., daily, weekly, monthly, etc.
  • Fig. 4 shows a transaction aggregation system 400, according to an embodiment of the invention.
  • the system 400 includes an aggregation processor 402 that may determine whether to aggregate a current transaction with one or more other transactions.
  • the aggregation processor may receive user data and transaction information from a plurality of transaction interfaces, including a point of sale input device 404 operated at a merchant's place of business, and an Internet website displayed by the user on a computer 406 in the user's home or office.
  • the aggregation processor 406 may communicate with the transactions interfaces through a dedicated communication line, private network connection, and/or a secure socket layer (SSL) connection on the public Internet 408.
  • SSL secure socket layer
  • the aggregation processor 402 receives user data and information about a current transaction from a point of sale device 404 or user's computer 406, and queries a reliability score database 410 for the user's reliability score with user data that can identify a reliability score for the user.
  • the user's reliability score sent to the aggregation processor 402 may then be used to determine whether the current transaction should be aggregated with previous transactions. This determination may include using the retrieved reliability score to derive a transaction size threshold, which the sets an upper limit for the size of transaction that can be aggregated for that user.
  • the aggregation processor 402 may also be in communication with an operator computer 412 controlled by a merchant, creditor, bank, service representative, etc. that may be used to establish and/or change the algorithms used to determine whether a current transaction will be aggregated, whether a group of aggregated transactions will be processed, etc.
  • Embodiments of the present system also have the aggregation processor in communication with an internet server that allows an operator to create and modify the algorithms (as well as other aspect of the aggregation process 402) from any Internet connected computer running a web browser that has called up the aggregation processor operator website.
  • Reliability scores stored in the reliability score database 410 may be created and updated by a reliability score processor 414.
  • the reliability score processor 414 determines the reliability score for a user based on user data that may be collected from multiple sources. These may include user data stored in user information databases 416 and 417 connected directly to the processor 414, (e.g., fraud databases, industry databases, merchant databases, etc.). They may also include additional user information databases 418, 419, in communication with the processor 414 through the Internet 408 (e.g., federal, state and local government databases, financial databases, legal databases, etc.).

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Finance (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

A transaction aggregation method that includes the steps of receiving user data and a current transaction amount associated with a current transaction, and retrieving a reliability score for the user with the user data, and calculating an aggregation threshold based on the reliability score. The method also includes updating an aggregated transaction amount by adding the current transaction amount to a previously aggregated transaction amount from previous transactions, and comparing the updated aggregated amount with the aggregation threshold, where the current transaction is aggregated with the previous transactions when the updated aggregated amount is less than the aggregation threshold.

Description

DYNAMIC AGGREGATION OF PAYMENT TRANSACTIONS
FIELD OF THE INVENTION
[0001] The invention relates to methods and systems that aggregate smaller transactions into a larger transaction which is executed on a transaction network. The invention also relates to algorithms and controls for determining which transactions should be aggregated and which should be processed in an unaggregated state.
BACKGROUND OF THE INVENTION [0002] Electronic payment instruments, and the marketplaces they serve, are becoming the preferred method of payment for small transactions. Historically, merchants required a minimum transaction amount before conducting a transaction with an electronic payment instrument such as a credit card. As customers came to demand that merchants conduct more small transactions with credit and debit cards, merchants kept lowering the transaction minimurns until eventually they eliminated them altogether. Today, electronic payment is almost universally accepted even for purchases under a dollar.
[0003] New markets are also developing that have significantly increased the volume of small transactions. Most business to consumer transactions conducted on the Internet use some form of electronic payment. Some popular Internet commerce sites make individual songs, videos, articles, etc., available for download for a small fee {e.g., a dollar or less per downloaded song). Electronic payment is also becoming the preferred way to complete transactions on Internet auction sites, such as Ebay. A significant portion of these auctions are completed for small transaction amounts (e.g., the winning bid is less than five dollars, less than one dollar, etc.), generating increasing volumes of small electronic payment transactions from these sites as well.
[0004] Innovations in point of sale technology are even increasing the number of small payment transactions in stores and shops: Supermarkets are installing automatic checkout lanes that allow the shopper to scan and pay for goods electronically, without the assistance of a cashier. Most gas stations now have pay-at-the-pump technology that allows a customer to purchase gasoline electronically at the gas pump. Large retail chains are experimenting with radio-frequency identification (RFID) tags on goods and contactless payment instruments carried by the customer, which automatically process a transaction when the customer carries his or her purchase out of the store. These technologies not only increase the share of transactions conducted by electronic payment systems, they also make it faster and more convenient to buy single items and small amounts with electronic payments, increasing the numbers of small electronic payment transactions. Unfortunately however, as the number of small transactions being generated by Internet commerce and new point-of- sale technologies continues to grow, the transaction processing costs incurred by the merchant or auctioneer increase because processing costs represent a larger percentage of these transactions.
[0005] Most of the costs associated with electronic payment are fixed regardless of the transaction. These costs include the cost to build and maintain the payment network infrastructure, cost to administer the payment network, and cost to transmit, store, and report the transactions conducted on the network, among other costs. Because these fixed costs do not vary with the size of an electronic transaction, the fixed cost to execute 1000 transactions for a dollar each are 1000 times the cost of executing a single transaction for a thousand dollars. These added costs can jeopardize the economic viability of businesses whose sales primarily consist of large numbers of small transactions, like the increasingly popular music downloading businesses being established on the Internet. Thus, there is a growing need for new payment methods and systems that reduce the relative costs of small transactions that are completed with an electronic payment.
BRIEF SUMMARY OF THE INVENTION
[0006] Embodiments of the invention include a transaction aggregation method that includes the steps of receiving user data and a current transaction amount associated with a current transaction, and retrieving a reliability score for the user with the user data, and calculating an aggregation threshold based on the reliability score. The method also includes updating an aggregated transaction amount by adding the current transaction amount to a previously aggregated transaction amount from previous transactions, and comparing the updated aggregated amount with the aggregation threshold, where the current transaction is aggregated with the previous transactions when the updated aggregated amount is less than the aggregation threshold.
[0007] Embodiments of the invention may also include a method of selecting a transaction for aggregation with other transactions. The method may include the step of comparing a transaction amount associated with the transaction with a threshold amount, where the transaction is processed as an unaggregated transaction when the transaction amount exceeds the threshold amount, and where the transaction is aggregated with one or more other transactions into an aggregated transaction when the transaction amount is less than the threshold amount. The method may also include comparing an aggregated amount for the aggregated transaction with an aggregation threshold, where one or more additional transactions may be added to the aggregated transaction when the aggregated amount is less than the aggregation threshold, and where the aggregated transaction is processed when the aggregated amount exceeds the aggregation threshold. The aggregation threshold may be calculated based on a reliability score that is retrieved from data about a user who has initiated the transaction.
[0008] Embodiments of the invention may still further include a transaction aggregation system. The system may include an input to enter an identity of a user associated with a current transaction, and a memory to store user data associated with the identity, and current transaction amount for the current transaction, where the user data is used to determine a reliability score for the user. The system may still further include a processor to calculate an aggregation threshold based on the reliability score, and to update an aggregated transaction amount by adding the current transaction amount to a previously aggregated transaction amount from previous transactions, where the updated transaction amount is compared with the aggregation threshold, and the current transaction is aggregated with the previous transactions when the updated aggregated amount is less than the aggregation threshold.
[0009] Embodiments of the invention may still also include a transaction aggregation network. The network may include a first node where an identity of a user conducting a current transaction on the network is input, and a second node where user data associated with the identity of the user is stored, where the user data is used to retrieve a reliability score for the user. The network may also include a third node where an aggregation threshold based on the reliability score is calculated, and an updated aggregated transaction amount is generated by adding a current transaction amount to a previously aggregated transaction amount from previous transactions. The updated transaction amount may be compared with the aggregation threshold, and the current transaction may added to the previous transactions to form an aggregated transaction when the updated aggregated amount is less than the aggregation threshold. [0010] Additional embodiments and features are set forth in part in the description that follows, and in part will become apparent to those skilled in the art upon examination of the specification or may be learned by the practice of the invention. The features and advantages of the invention may be realized and attained by means of the instrumentalities, combinations, and methods described in the specification.
BRIEF DESCRIPTION OF THE DRAWINGS
[0011] Fig. 1 shows a flowchart for a method of aggregating payments according to embodiments of the invention;
[0012] Fig. 2 shows a flowchart for a method of determining a reliability score according to embodiments of the invention;
[0013] Fig. 3 shows a flowchart for a method of determining whether to aggregate a transaction with one or more prior transactions according to embodiments of the invention;
[0014] Fig. 4 shows a transaction aggregation system according to an embodiment of the invention.
DETAILED DESCRIPTION OF THE INVENTION
[0015] Aggregating multiple small transactions into a larger transaction offers a simple solution for controlling the transaction processing costs incurred by making large numbers of small transactions. However, the larger aggregated transactions also expose a merchant or service provider to risks of higher losses should a customer default on payment. Moreover, the risk of default also increases when the smaller payments are being aggregated over a period of weeks, or even months, before the customer must actually tender payment. The present invention addresses these and other issues with methods, systems and networks for aggregating a plurality of smaller transactions into a larger transaction for execution on an electronic payment network. A decision to aggregate two or more transactions may be facilitated by rules (e.g., computer algorithms) and manual controls set by a seller (e.g., a merchant or service provider) about when aggregation of a customer's transactions would be an acceptable payment risk. Aggregating the smaller transactions into a larger transaction lowers the costs related to processing the transaction on an electronic payment network. Decreasing the risk of payment default on the larger, aggregated transaction prevents the savings realized by the lower processing costs from being eroded by higher transactions costs caused by more frequent and more costly defaults.
Exemplary Methods
[0016] Fig. 1 shows a flowchart for a method 100 of aggregating payments according to embodiments of the invention. The method 100 may include receiving user data and a transaction amount 102 from a user (e.g., store patron, online customer, etc.) who would like to purchase a good or service from the seller (e.g., a merchant, vendor, auctioneer, automated transaction daemon, service provider, etc.). The user data that may be received by the user may include a user's name, postal address, email address, social security number, IP address, transaction account number, and/or other data that may be used to associate the identity of the user with a reliability score for the user.
[0017] The user data may be used to retrieve the reliability score 104 of the user. The reliability score is a quantitative representation of the likelihood that a user will tender payment for the good or service at some time point in the future. This score may be used to calculate an aggregation threshold 106 for the user that sets an upper limit on the value of the transactions that will be aggregated before the agglomerated transaction is executed over an electronic payment network.
[0018] A transaction amount for a current transaction may be provisionally aggregated with any prior transactions that have not been completed to generate an updated aggregated transaction amount 108. The updated aggregated transaction amount may then be compared to the aggregation threshold 110 to determine whether the current transaction should be aggregated with the prior aggregated transactions that are awaiting completion. If the updated aggregated transaction amount is greater than the aggregation threshold, then the current transaction will not be aggregated, and the current transaction may be processed immediately in an unaggregated state. If the updated aggregated transaction amount is equal to or less than the aggregation threshold, then the current transaction will be aggregated with the previously aggregated transactions.
[0019] The reliability score used to calculate the aggregation threshold may be determined through a variety of methods. Fig. 2 shows an embodiment of a method for calculating the reliability score 200 that includes collecting data associated with the user (e.g., customer, buyer, purchaser, etc.) 202. The user data collected may include data about the user's credit history, payment history, number of transactions, frequency of transactions, transaction size, duration as a user, number of website visits, buying habits (e.g., types of goods or services purchased, how many, times of purchases, purchase price, discount level, etc.), fraud history (e.g., information from fraud databases, industry databases, merchant databases, federal, state and local government databases, financial databases, legal databases such as Westlaw and Lexis, etc.), education level, income level, and/or employment history, among other kinds of data. The used data may also include user identification information such as, a user's name (including aliases), email address, home and/or work address, home, work and/or wireless phone number, financial account identifiers, social security number, and information about relates parties, such as spouses, parents, children, etc., among other types of identification information. Additional description of user identification information, and how it can be used to verify a user's identity, can be found in co-assigned U.S. Patent. App. No. 11/031,469, filed January 6, 2005, and entitled "Identity Verification Systems and Methods," the entire contents of which are hereby incorporated by reference for all purposes.
[0020] Values may be assigned to all (or a portion) of the user data 204. The values represent a quantitative representation of the relative importance of each piece of user data. The values may be assigned using a variety of techniques, including for example, a binary representation of the presence of a data element (e.g., assigning a "1" when an element is present or true, and a "0" when the element is absent or false) multiplied by a weigh factor (e.g., fraction from 0 to 1) that represents the relative importance of the element. Rules for determining the weight factor may include having the sum of all weight factors sum to a constant value (e.g., "1"). Thus, an increase in the value of one weigh factor requires an equivalent decrease in the value of one or more other weight factors to maintain a constant sum. hi other examples, the rules for determining weight factors may include independently determining a value for each element on a fixed scale.
[0021] Embodiments are also contemplated where values are directly assigned to the data elements based on a linear scale (e.g., an integer scale from 0 to 100, or -10 to 10, etc.). Default values may be assigned to the state of each data element, and these default values may be manually adjusted by a merchant, creditor, etc. for an individual user or group of users (e.g., a group of users who make purchases at a particular store or website, users who have been purchasing for length of time or longer, users purchasing a particular category of good or service, etc.). [0022] The assigned values for the components of the user data may then be combined to generate a raw reliability score 206. The combining of the values may be a simple summing of the component values, or something more complex such as summing the component values and dividing the sum by a normalization factor, or multiplying the sum by a proportionality constant and/or a conversion factor.
[0023] The raw reliability score may be manually adjusted to generate a final reliability score 208 used to calculate the aggregation threshold in step 106 above. The manual adjustment may be done by a merchant, creditor, customer service agent, etc., who can increase or decrease the raw score based on special circumstances, user relationship, macroeconomic changes, negotiations, special promotions, transaction load, etc. In some embodiments, one or more of the components (either individually, or collected together as a subset of the overall reliability score) may be manually adjusted instead of the raw score itself. In these instances, a merchant, creditor, etc. may have noticed a stronger (or weaker) than predicted correlation between the one or more components and the risk of user non- payment, and may want to adjust the relative importance of that factor in determining the overall reliability score.
[0024] Referring now to Fig. 3, another embodiment for a method 300 of determining whether to aggregate a transaction with one or more prior transactions is shown. The method 300 includes receiving a transaction amount for the current transaction 302 and retrieving a reliability score of a user (e.g., customer, purchaser, buyer) involved in the transaction 304. The retrieval 304 may include searching a database storing reliability scores for a plurality of users using one or more pieces of user data (e.g., user name, user telephone number, user email address, etc.) uniquely associated with the stored reliability score. The retrieved reliability score may then be used to calculate a transaction threshold 306, representing an upper limit on the summed value of the transactions that can be aggregated together. The default transaction threshold may be manually increased or decreased by an operator (e.g., merchant, creditor, customer service representative, etc.).
[0025] As a preliminary step in determining with the current transaction can be aggregated with other transactions involving the user (or user account), the transaction amount for the current transaction is compared with the transaction threshold to see whether the current transaction amount equals or exceeds the transaction threshold 308. If the current transaction amount does equal or exceed the transaction threshold, then the transaction is processed without being aggregated with any other transactions 310. However, if the current transaction amount is less than the transaction threshold, then the current transaction is (or will be) aggregated with one or more other transactions 312.
[0026] The value of the aggregated transactions, which includes the current transaction, may be compared with the transaction threshold to determine whether the aggregated transaction amount equals or exceeds the transaction threshold 314. If the current transaction about equals or exceeds the transaction threshold, then the aggregated transaction will be processed immediately across a transaction network 316. However, if the aggregated transaction about is still less than the transaction threshold, then the aggregated transactions (including the current transaction) will be held and aggregated with additional transactions until the aggregated transaction amount equals or exceeds the transaction threshold 318.
[0027] Method 300 uses a threshold based on an upper limit for a transaction amount to determine whether to process a transaction without aggregation, and whether to process aggregated transactions immediately or hold them for aggregation with additional transactions. Additional criteria may be used in addition to (or in lieu of) an upper limit on the transaction amount to determine whether to aggregate a current transaction, and when to process a group of aggregated transactions. For example, a time threshold may be introduced that causes the aggregated transactions to be processed when the oldest transaction in the group exceeds a preset age limit (e.g., a week, two weeks, a month, etc.)
[0028] Embodiments of the invention also include dynamically recalculating the reliability score as user data is updated, and/or added. These recalculations may take place at periodic intervals (e.g., daily, weekly, monthly, etc.) and/or as a new or changed piece of user data becomes available. New comparisons of the presently held aggregated transactions with an updated reliability score may be done on a periodic basis, and/or automatically each time the reliability score is updated. When the updated transaction threshold calculated from the new reliability score equals or exceeds the aggregated transaction amount, the aggregated transactions may be processed immediately.
Exemplary Systems
[0029] Fig. 4 shows a transaction aggregation system 400, according to an embodiment of the invention. The system 400 includes an aggregation processor 402 that may determine whether to aggregate a current transaction with one or more other transactions. The aggregation processor may receive user data and transaction information from a plurality of transaction interfaces, including a point of sale input device 404 operated at a merchant's place of business, and an Internet website displayed by the user on a computer 406 in the user's home or office. The aggregation processor 406 may communicate with the transactions interfaces through a dedicated communication line, private network connection, and/or a secure socket layer (SSL) connection on the public Internet 408.
[0030] The aggregation processor 402 receives user data and information about a current transaction from a point of sale device 404 or user's computer 406, and queries a reliability score database 410 for the user's reliability score with user data that can identify a reliability score for the user. The user's reliability score sent to the aggregation processor 402 may then be used to determine whether the current transaction should be aggregated with previous transactions. This determination may include using the retrieved reliability score to derive a transaction size threshold, which the sets an upper limit for the size of transaction that can be aggregated for that user.
[0031] The aggregation processor 402 may also be in communication with an operator computer 412 controlled by a merchant, creditor, bank, service representative, etc. that may be used to establish and/or change the algorithms used to determine whether a current transaction will be aggregated, whether a group of aggregated transactions will be processed, etc. Embodiments of the present system also have the aggregation processor in communication with an internet server that allows an operator to create and modify the algorithms (as well as other aspect of the aggregation process 402) from any Internet connected computer running a web browser that has called up the aggregation processor operator website.
[0032] Reliability scores stored in the reliability score database 410 may be created and updated by a reliability score processor 414. The reliability score processor 414 determines the reliability score for a user based on user data that may be collected from multiple sources. These may include user data stored in user information databases 416 and 417 connected directly to the processor 414, (e.g., fraud databases, industry databases, merchant databases, etc.). They may also include additional user information databases 418, 419, in communication with the processor 414 through the Internet 408 (e.g., federal, state and local government databases, financial databases, legal databases, etc.).
[0033] Having described several embodiments, it will be recognized by those of skill in the art that various modifications, alternative constructions, and equivalents may be used without departing from the spirit of the invention. Additionally, a number of well known processes and elements have not been described in order to avoid unnecessarily obscuring the present invention. Accordingly, the above description should not be taken as limiting the scope of the invention.
[0034] Where a range of values is provided, it is understood that each intervening value, to the tenth of the unit of the lower limit unless the context clearly dictates otherwise, between the upper and lower limits of that range is also specifically disclosed. Each smaller range between any stated value or intervening value in a stated range and any other stated or intervening value in that stated range is encompassed. The upper and lower limits of these smaller ranges may independently be included or excluded in the range, and each range where either, neither or both limits are included in the smaller ranges is also encompassed within the invention, subject to any specifically excluded limit in the stated range. Where the stated range includes one or both of the limits, ranges excluding either or both of those included limits are also included.
[0035] As used herein and in the appended claims, the singular forms "a", "an", and "the" include plural referents unless the context clearly dictates otherwise. Thus, for example, reference to "a process" includes a plurality of such processes and reference to "the electrode" includes reference to one or more electrodes and equivalents thereof known to those skilled in the art, and so forth.
[0036] Also, the words "comprise," "comprising," "include," "including," and "includes" when used in this specification and in the following claims are intended to specify the presence of stated features, integers, components, or steps, but they do not preclude the presence or addition of one or more other features, integers, components, steps, acts, or groups.

Claims

WHAT IS CLAIMED IS:
1. A transaction aggregation method comprising: receiving user data and a current transaction amount associated with a current transaction; retrieving a reliability score for the user with the user data, and calculating an aggregation threshold based on the reliability score; updating an aggregated transaction amount by adding the current transaction amount to a previously aggregated transaction amount from previous transactions; and comparing the updated aggregated amount with the aggregation threshold, wherein the current transaction is aggregated with the previous transactions when the updated aggregated amount is less than the aggregation threshold.
2. The transaction aggregation method of claim 1 , wherein the reliability score is determined by: assigning a value to a component of the user data; and combining the value with values of other components of the user data to generate the reliability score.
3. The transaction aggregation method of claim 1 , wherein the current transaction is processed as an unaggreaged transaction when the updated aggregated amount is greater than the aggregation threshold.
4. The transaction aggregation method of claim 1 , wherein the user data comprises an email address, an IP address, a user name, a user address, a user age, a user's financial condition, a user's successful transaction history, or a user's unsuccessful transaction history.
5. The transaction aggregation method of claim 1, wherein the determination of the reliability score is also based on transaction data.
6. The transaction aggregation method of claim 4, wherein the transaction data comprises information about transaction location, transaction venue, transaction item, transaction payment channel, or transaction discounts.
7. The transaction aggregation method of claim 1 , wherein the determination of the reliability score comprises: generating a raw reliability score from one or more components of the user data; and adjusting the raw reliability score with an adjustment factor to produce the reliability score.
8. The transaction aggregation method of claim 7, wherein the adjustment factor is set manually by a merchant involved in the current transaction.
9. The transaction aggregation method of claim 1 , wherein the calculation of the aggregation threshold is also based on a loyalty factor.
10. The transaction aggregation method of claim 9, wherein the calculation of the aggregation threshold comprises : calculating an preliminary aggregation threshold based on the reliability score; and multiplying the preliminary aggregation threshold by the loyalty factor to produce the aggregation threshold.
11. A method of selecting a transaction for aggregation with other transactions, the method comprising: comparing a transaction amount associated with the transaction with a threshold amount, wherein the transaction is processed as an unaggregated transaction when the transaction amount exceeds the threshold amount, and wherein the transaction is aggregated with one or more other transactions into an aggregated transaction when the transaction amount is less than the threshold amount; and comparing an aggregated amount for the aggregated transaction with an aggregation threshold, wherein one or more additional transactions may be added to the aggregated transaction when the aggregated amount is less than the aggregation threshold, and wherein the aggregated transaction is processed when the aggregated amount exceeds the aggregation threshold, and wherein the aggregation threshold is calculated based on a reliability score that is retrieved from data about a user who has initiated the transaction.
12. A transaction aggregation system comprising: an input to enter an identity of a user associated with a current transaction; a memory to store user data associated with the identity, and current transaction amount for the current transaction, wherein the user data is used to determine a reliability score for the user; and a processor to calculate an aggregation threshold based on the reliability score, and to update an aggregated transaction amount by adding the current transaction amount to a previously aggregated transaction amount from previous transactions, wherein the updated transaction amount is compared with the aggregation threshold, and the current transaction is aggregated with the previous transactions when the updated aggregated amount is less than the aggregation threshold.
13. The transaction aggregation system of claim 12, wherein the current transaction is processed as an unaggregated transaction when the updated aggregated amount is greater than the aggregation threshold.
14. The transaction aggregation system of claim 12, wherein the user data stored in the memory is selected from the group consisting of an email address, an IP address, a user name, a user address, a user age, a user's financial condition, a user's successful transaction history, and a user's unsuccessful transaction history.
15. The transaction aggregation system of claim 12, wherein the memory stores transaction data, and the transaction data is also used to determine the reliability score.
16. The transaction aggregation system of claim 15, wherein the transaction data comprises information about transaction location, transaction venue, transaction item, transaction payment channel, or transaction discounts.
17. A transaction aggregation network comprising: a first node where an identity of a user conducting a current transaction on the network is input; a second node where user data associated with the identity of the user is stored, wherein the user data is used to retrieve a reliability score for the user; and a third node where an aggregation threshold based on the reliability score is calculated, and an updated aggregated transaction amount is generated by adding a current transaction amount to a previously aggregated transaction amount from previous transactions, wherein the updated transaction amount is compared with the aggregation threshold, and the current transaction is added to the previous transactions to form an aggregated transaction when the updated aggregated amount is less than the aggregation threshold.
18. The transaction aggregation network of claim 17, wherein the network comprises a fourth node comprising a financial data network where the aggregated transaction is sent to be processed.
19. The transaction aggregation network of claim 18, wherein aggregated transaction data is sent between the third node and the fourth node over the Internet.
20. The transaction aggregation network of claim 19, wherein the aggregated transaction data is encrypted.
PCT/US2006/022091 2005-06-07 2006-06-06 Dynamic aggregation of payment transactions WO2006133280A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CA002611621A CA2611621A1 (en) 2005-06-07 2006-06-06 Dynamic aggregation of payment transactions
EP06772415A EP1917620A4 (en) 2005-06-07 2006-06-06 Dynamic aggregation of payment transactions

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/147,581 US7665658B2 (en) 2005-06-07 2005-06-07 Dynamic aggregation of payment transactions
US11/147,581 2005-06-07

Publications (2)

Publication Number Publication Date
WO2006133280A2 true WO2006133280A2 (en) 2006-12-14
WO2006133280A3 WO2006133280A3 (en) 2009-04-30

Family

ID=37493184

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/022091 WO2006133280A2 (en) 2005-06-07 2006-06-06 Dynamic aggregation of payment transactions

Country Status (4)

Country Link
US (1) US7665658B2 (en)
EP (1) EP1917620A4 (en)
CA (1) CA2611621A1 (en)
WO (1) WO2006133280A2 (en)

Families Citing this family (83)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7509286B1 (en) 1998-10-21 2009-03-24 Reserve Management Corporation Systems and methods for money fund banking with flexible interest allocation
US7536350B1 (en) 1998-10-21 2009-05-19 Island Intellectual Property Llc Systems and methods for providing enhanced account management services for multiple banks
US6374231B1 (en) 1998-10-21 2002-04-16 Bruce Bent Money fund banking system
US7519551B2 (en) 1998-10-21 2009-04-14 Island Intellectual Property Llc Systems and methods for administering return sweep accounts
US7752129B2 (en) 1998-10-21 2010-07-06 Island Intellectual Property Llc Systems and methods for managing client accounts
US7680734B1 (en) 1998-10-21 2010-03-16 Island Intellectual Property Llc Money fund banking system
US7668772B1 (en) 1998-10-21 2010-02-23 Island Intellectual Property Llc Systems and methods for money fund banking with flexible interest allocation
US8150766B1 (en) 2003-01-27 2012-04-03 Island Intellectual Property Llc System and method for investing public deposits
US20120259716A1 (en) * 2005-12-20 2012-10-11 Ronald Rosenberger Method for Processing a Point of Sale Transaction Posted to a Credit Balance
US9412123B2 (en) 2003-07-01 2016-08-09 The 41St Parameter, Inc. Keystroke analysis
US10999298B2 (en) 2004-03-02 2021-05-04 The 41St Parameter, Inc. Method and system for identifying users and detecting fraud by use of the internet
US7566002B2 (en) * 2005-01-06 2009-07-28 Early Warning Services, Llc Identity verification systems and methods
US8060247B2 (en) 2005-04-22 2011-11-15 Redbox Automated Retail, Llc System and method for communicating secondary vending options
WO2006116108A2 (en) 2005-04-22 2006-11-02 Redbox Automated Retail, L.L.C. System and method for regulating vendible media products
US11301585B2 (en) 2005-12-16 2022-04-12 The 41St Parameter, Inc. Methods and apparatus for securely displaying digital images
US8938671B2 (en) 2005-12-16 2015-01-20 The 41St Parameter, Inc. Methods and apparatus for securely displaying digital images
US20070255619A1 (en) * 2006-03-08 2007-11-01 Leon Ekchian Internet-based purchasing agent
US8151327B2 (en) 2006-03-31 2012-04-03 The 41St Parameter, Inc. Systems and methods for detection of session tampering and fraud prevention
US7562048B1 (en) 2007-02-14 2009-07-14 Target Brands, Inc. Retailer debit card system
US8032456B1 (en) 2008-02-11 2011-10-04 Island Intellectual Property Llc System, methods and program products for processing for a self clearing broker dealer
US8260705B1 (en) 2007-02-28 2012-09-04 Island Intellectual Property Llc Systems, methods and program products for deposit and withdrawal processing
US8380621B1 (en) 2007-02-28 2013-02-19 Island Intellectual Property Llc Systems, methods and program products for swap processing for uninsured accounts
US7752107B1 (en) 2007-02-28 2010-07-06 Island Intellectual Property Llc System and method for managing aggregated accounts
US9524496B2 (en) * 2007-03-19 2016-12-20 Hugo Olliphant Micro payments
WO2008148180A1 (en) * 2007-06-04 2008-12-11 Bce Inc. Methods and systems for validating online transactions using location information
US8712872B2 (en) 2012-03-07 2014-04-29 Redbox Automated Retail, Llc System and method for optimizing utilization of inventory space for dispensable articles
US8768789B2 (en) 2012-03-07 2014-07-01 Redbox Automated Retail, Llc System and method for optimizing utilization of inventory space for dispensable articles
US9886809B2 (en) 2007-09-28 2018-02-06 Redbox Automated Retail, Llc Article dispensing machine and method for auditing inventory while article dispensing machine remains operational
US9177313B1 (en) * 2007-10-18 2015-11-03 Jpmorgan Chase Bank, N.A. System and method for issuing, circulating and trading financial instruments with smart features
WO2009070860A1 (en) * 2007-12-05 2009-06-11 Bce Inc. Methods and computer-readable media for facilitating forensic investigations of online transactions
US20090172033A1 (en) * 2007-12-28 2009-07-02 Bce Inc. Methods, systems and computer-readable media for facilitating forensic investigations of online activities
US20090307060A1 (en) * 2008-06-09 2009-12-10 Merz Christopher J Methods and systems for determining a loyalty profile for a financial transaction cardholder
US9112850B1 (en) 2009-03-25 2015-08-18 The 41St Parameter, Inc. Systems and methods of sharing information through a tag-based consortium
US8781931B1 (en) 2009-05-26 2014-07-15 Island Intellectual Property Llc Method and system for allocating deposits over a plurality of depository institutions
US8352342B1 (en) 2009-06-19 2013-01-08 Island Intellectual Property Llc Method and system for determining fees for deposits allocated over a plurality of deposit institutions
US8312157B2 (en) * 2009-07-16 2012-11-13 Palo Alto Research Center Incorporated Implicit authentication
US9104990B2 (en) 2009-09-05 2015-08-11 Redbox Automated Retail, Llc Article vending machine and method for exchanging an inoperable article for an operable article
US8996162B2 (en) 2009-09-05 2015-03-31 Redbox Automated Retail, Llc Article vending machine and method for exchanging an inoperable article for an operable article
US20110087568A1 (en) * 2009-10-14 2011-04-14 Dipak Sheth Integrated profile and payment exchange
US8370236B1 (en) 2009-11-24 2013-02-05 Island Intellectual Property Llc Method and system for allocating funds over a plurality of time deposit instruments in depository institutions
US8458089B1 (en) 2010-06-14 2013-06-04 Island Intellectual Property Llc System, method and program product for administering fund movements using depository institution groups
US9569911B2 (en) 2010-08-23 2017-02-14 Redbox Automated Retail, Llc Secondary media return system and method
US8538581B2 (en) 2010-09-03 2013-09-17 Redbox Automated Retail, Llc Article vending machine and method for authenticating received articles
US8583545B1 (en) 2010-09-20 2013-11-12 Island Intellectual Property Llc Systems and methods for money fund banking with flexible interest allocation
US8600825B2 (en) * 2010-09-21 2013-12-03 Ebay Inc. Payment service provision with reduced transaction costs
US9361597B2 (en) 2010-10-19 2016-06-07 The 41St Parameter, Inc. Variable risk engine
WO2012174171A2 (en) 2011-06-14 2012-12-20 Redbox Automated Retail, Llc System and method for substituting a media article with alternative media
US9495465B2 (en) 2011-07-20 2016-11-15 Redbox Automated Retail, Llc System and method for providing the identification of geographically closest article dispensing machines
WO2013019818A2 (en) 2011-08-02 2013-02-07 Redbox Automated Retail, Llc System and method for generating notifications related to new media
CA2844328A1 (en) 2011-08-12 2013-02-21 Redbox Automated Retail, Llc System and method for applying parental control limits from content providers to media content
US8452702B1 (en) 2011-09-08 2013-05-28 Island Intellectual Property Llc System, method and program product for minimizing fund movements
US8655689B1 (en) 2011-10-13 2014-02-18 Island Intellectual Property Llc System, method and program product for modeling fund movements
US10754913B2 (en) 2011-11-15 2020-08-25 Tapad, Inc. System and method for analyzing user device information
US9633201B1 (en) 2012-03-01 2017-04-25 The 41St Parameter, Inc. Methods and systems for fraud containment
US9521551B2 (en) 2012-03-22 2016-12-13 The 41St Parameter, Inc. Methods and systems for persistent cross-application mobile device identification
US9747253B2 (en) 2012-06-05 2017-08-29 Redbox Automated Retail, Llc System and method for simultaneous article retrieval and transaction validation
EP2880619A1 (en) 2012-08-02 2015-06-10 The 41st Parameter, Inc. Systems and methods for accessing records via derivative locators
WO2014078569A1 (en) 2012-11-14 2014-05-22 The 41St Parameter, Inc. Systems and methods of global identification
US20140380445A1 (en) 2013-03-17 2014-12-25 David Tunnell Universal Authentication and Data Exchange Method, System and Service
US10902327B1 (en) 2013-08-30 2021-01-26 The 41St Parameter, Inc. System and method for device identification and uniqueness
US9934536B2 (en) 2013-09-20 2018-04-03 Bank Of America Corporation Interactive map for grouped activities within a financial and social management system
US10002395B2 (en) 2013-09-20 2018-06-19 Bank Of America Corporation Interactive mapping system for user experience augmentation
US9786018B2 (en) 2013-09-20 2017-10-10 Bank Of America Corporation Activity list enhanced with images for a financial and social management system
US9786019B2 (en) 2013-09-20 2017-10-10 Bank Of America Corporation Grouped packages for a financial and social management system
US9324115B2 (en) 2013-09-20 2016-04-26 Bank Of America Corporation Activity review for a financial and social management system
US9323852B2 (en) 2013-09-20 2016-04-26 Bank Of America Corporation Activity list filters for a financial and social management system
US9324114B2 (en) 2013-09-20 2016-04-26 Bank Of America Corporation Interactive map for grouped activities within a financial and social management system
US20150371207A1 (en) * 2014-06-20 2015-12-24 Mastercard International Incorporated Method and system for variability of aggregated payments based on account trustworthiness
US10091312B1 (en) 2014-10-14 2018-10-02 The 41St Parameter, Inc. Data structures for intelligently resolving deterministic and probabilistic device identifiers to device profiles and/or groups
US9374370B1 (en) 2015-01-23 2016-06-21 Island Intellectual Property, Llc Invariant biohash security system and method
US20160371673A1 (en) * 2015-06-18 2016-12-22 Paypal, Inc. Checkout line processing based on detected information from a user's communication device
US10387845B2 (en) 2015-07-10 2019-08-20 Bank Of America Corporation System for facilitating appointment calendaring based on perceived customer requirements
US10387846B2 (en) 2015-07-10 2019-08-20 Bank Of America Corporation System for affecting appointment calendaring on a mobile device based on dependencies
US20170193513A1 (en) * 2016-01-04 2017-07-06 American Express Travel Related Services Company, Inc. Digital wallet fraud guard
US9679426B1 (en) 2016-01-04 2017-06-13 Bank Of America Corporation Malfeasance detection based on identification of device signature
US10373131B2 (en) 2016-01-04 2019-08-06 Bank Of America Corporation Recurring event analyses and data push
FR3048539A1 (en) * 2016-03-04 2017-09-08 Christian Finance METHOD AND SYSTEM FOR EXCHANGING GOODS AND SERVICES THROUGH A DIGITAL DATA TRANSMISSION NETWORK.
JP7103345B2 (en) * 2017-03-31 2022-07-20 日本電気株式会社 Analysis system, analysis method and program
US11869076B2 (en) * 2018-02-02 2024-01-09 LendingClub Bank, National Association Reducing workload using transaction aggregation
US11164206B2 (en) * 2018-11-16 2021-11-02 Comenity Llc Automatically aggregating, evaluating, and providing a contextually relevant offer
CA3035399A1 (en) * 2019-03-01 2020-09-01 Fabrice Fotso Kengne A method and system for building an honour score via a communication network
US10650369B1 (en) * 2019-03-07 2020-05-12 Capital One Services, Llc Systems and methods for managing transactions by consolidating associated transactions
US20230401547A1 (en) * 2022-06-09 2023-12-14 Jpmorgan Chase Bank, N.A. Systems and methods for optimized payment selection and intelligent routing

Family Cites Families (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3930266A1 (en) 1989-09-11 1991-03-14 Thomae Gmbh Dr K CONDENSED DIAZEPINONE, METHOD FOR THE PRODUCTION THEREOF AND MEDICAMENT CONTAINING THESE COMPOUNDS
DE4338396A1 (en) 1993-11-10 1995-05-11 Basf Ag N-Substituted azabicycloalkane derivatives, their preparation and use
DE4341403A1 (en) 1993-12-04 1995-06-08 Basf Ag N-substituted 3-azabicycloalkane derivatives, their preparation and use
US5457121A (en) 1994-09-02 1995-10-10 Eli Lilly And Company Cis-hexahydro-5-(1,2,3,4-tetrahydro-2-naphthalenyl)pyrrolo<3,4-c>pyrroles as inhibitors of serotonin reuptake
GB9519563D0 (en) 1995-09-26 1995-11-29 Merck Sharp & Dohme Therapeutic agents
US6094643A (en) * 1996-06-14 2000-07-25 Card Alert Services, Inc. System for detecting counterfeit financial card fraud
CN1084751C (en) 1996-08-13 2002-05-15 麦克公司 Palladium catalyzed indolization
PE20001420A1 (en) 1998-12-23 2000-12-18 Pfizer CCR5 MODULATORS
US7217714B1 (en) 1998-12-23 2007-05-15 Agouron Pharmaceuticals, Inc. CCR5 modulators
WO2000055143A1 (en) 1999-03-17 2000-09-21 F. Hoffmann-La Roche Ag Oxazolone derivatives and their use as alpha-1 adrenoreceptor modulators
PL203116B1 (en) 1999-05-04 2009-08-31 Schering Corp Piperazine derivatives useful as ccr5 antagonists
NZ514675A (en) 1999-05-04 2004-05-28 Schering Corp Piperidine derivatives useful as CCR5 antagonists
JP2003516988A (en) 1999-12-14 2003-05-20 ニューロサーチ、アクティーゼルスカブ New heteroaryl-diazabicycloalkanes
DE60023100T2 (en) 2000-01-05 2006-07-06 Pfizer Inc. Benzimidazole compounds for use as ORL1 receptor antagonists
US20030126036A1 (en) * 2000-02-29 2003-07-03 First Data Corporation Online payments
US7263506B2 (en) * 2000-04-06 2007-08-28 Fair Isaac Corporation Identification and management of fraudulent credit/debit card purchases at merchant ecommerce sites
ES2215129T3 (en) 2000-05-26 2004-10-01 Pfizer Inc. DERIVATIVES OF TRIAZOLIL TROPANO AS MODULAR OF CCR5.
US20020049760A1 (en) * 2000-06-16 2002-04-25 Flycode, Inc. Technique for accessing information in a peer-to-peer network
WO2002007523A2 (en) 2000-07-21 2002-01-31 Ak Food Technology, Inc. Liquid infusion and tenderization process, apparatus, and product
US7043644B2 (en) * 2001-01-31 2006-05-09 Qurio Holdings, Inc. Facilitating file access from firewall-protected nodes in a peer-to-peer network
SE0100326D0 (en) 2001-02-02 2001-02-02 Astrazeneca Ab New compounds
US20020138576A1 (en) * 2001-03-21 2002-09-26 Schleicher Jorg Gregor Method and system for generating revenue in a peer-to-peer file delivery network
US7047406B2 (en) * 2001-03-21 2006-05-16 Qurlo Holdings, Inc. Method and system for providing a secure peer-to-peer file delivery network
US7469230B2 (en) * 2001-03-21 2008-12-23 Qurio Holdings, Inc. Method and system for automatically distributing fees, including a reseller commission, during a digital file transaction
US7653552B2 (en) * 2001-03-21 2010-01-26 Qurio Holdings, Inc. Digital file marketplace
US20020138362A1 (en) * 2001-03-21 2002-09-26 Kitze Christopher Allin Digital file marketplace
US20020138552A1 (en) * 2001-03-21 2002-09-26 Debruine Timothy S. Method and system for optimizing private network file transfers in a public peer-to-peer network
JP2004527051A (en) * 2001-04-27 2004-09-02 マサチューセッツ・インスティテュート・オブ・テクノロジー Methods and systems for micropayment transactions
US7865427B2 (en) * 2001-05-30 2011-01-04 Cybersource Corporation Method and apparatus for evaluating fraud risk in an electronic commerce transaction
US7356487B2 (en) * 2001-06-14 2008-04-08 Qurio Holdings, Inc. Efficient transportation of digital files in a peer-to-peer file delivery network
US8041803B2 (en) * 2001-09-26 2011-10-18 Qurio Holdings, Inc. Method and system for delivering files in digital file marketplace
IL161437A0 (en) * 2001-10-17 2004-09-27 Npx Technologies Ltd Verification of a person identifier received online
GB0211418D0 (en) 2002-05-17 2002-06-26 Glaxo Group Ltd Compounds
AR042628A1 (en) 2002-12-20 2005-06-29 Astrazeneca Ab PIPERIDINE DERIVATIVES AS CCR5 RECEIVER MODULATORS
WO2004066542A2 (en) * 2003-01-23 2004-08-05 Lortscher Frank Duane Jr System and method for generating transaction based recommendations
US8156041B2 (en) * 2003-06-29 2012-04-10 Digital River, Inc. Dynamic indicator for context sensitive real-time communications
CN104200152B (en) * 2003-09-12 2020-02-14 Emc公司 System and method for risk-based authentication
US7225977B2 (en) * 2003-10-17 2007-06-05 Digimarc Corporation Fraud deterrence in connection with identity documents
US20060202012A1 (en) * 2004-11-12 2006-09-14 David Grano Secure data processing system, such as a system for detecting fraud and expediting note processing
US7340042B2 (en) * 2005-10-21 2008-03-04 Voiceverified, Inc. System and method of subscription identity authentication utilizing multiple factors

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of EP1917620A4 *

Also Published As

Publication number Publication date
EP1917620A2 (en) 2008-05-07
EP1917620A4 (en) 2010-07-28
US7665658B2 (en) 2010-02-23
US20060273152A1 (en) 2006-12-07
WO2006133280A3 (en) 2009-04-30
CA2611621A1 (en) 2006-12-14

Similar Documents

Publication Publication Date Title
US7665658B2 (en) Dynamic aggregation of payment transactions
US8533003B2 (en) Method and apparatus for selecting a supplemental product to offer for sale during a transaction
US8818879B2 (en) Data element specific transaction routing
US7637426B1 (en) Method and system for finding an alternative grouping of selected items
US7542919B1 (en) Method and apparatus for selecting a supplemental product to offer for sale during a transaction
US20020165771A1 (en) Method and apparatus for establishing prices for a plurality of products
US20150066623A1 (en) Systems and methods for providing flexible incentive rewards
US6761311B1 (en) System and methods for disclosing transaction information to customers
US20130132188A1 (en) Methods and systems for processing rebates
US20010054006A1 (en) Points trading service method and system therefor
WO2004081742A2 (en) Method and system for hosting centralized online point-of-sale activities for a plurality of distributed customers and vendors
WO2013188820A2 (en) Apparatus, methods, and articles of manufacture for virtual currency transactions
JP2008506205A (en) System and method for disclosing transaction information to a customer
US11288703B2 (en) Systems and methods for offering products using linked transactions
US20190164148A1 (en) System and method for providing a virtual gift card exchange bank
JP2008545208A (en) Purchase mediation type electronic commerce system and shopping mall operation system applied to the system
US20130290176A1 (en) Transaction service purchase options via a payment provider
US20050209938A1 (en) Methods, systems, and articles of manufacture for providing financial accounts with conditions
US7783537B1 (en) Method and apparatus for conditional payment to a seller
US20040249746A1 (en) Optimized management of E-Commerce transactions
KR20020005840A (en) Common purchase method using bid by internet
KR102252937B1 (en) System for Discount Purchasing using Reverse Auction and Method thereof
TW202242769A (en) Financial service providing method and electronic apparatus performing the same
JP3923951B2 (en) How to sell or purchase products using the network
KR100422157B1 (en) cooperative buying and selling system using computer communication network and operating method thereof

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2006772415

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2611621

Country of ref document: CA

NENP Non-entry into the national phase

Ref country code: DE