System and method for programmatically accessing data

Information

  • Patent Grant
  • 11798072
  • Patent Number
    11,798,072
  • Date Filed
    Friday, May 7, 2021
    3 years ago
  • Date Issued
    Tuesday, October 24, 2023
    a year ago
  • Inventors
  • Original Assignees
    • Plaid Inc. (San Francisco, CA, US)
  • Examiners
    • Sheikh; Asfand M
    Agents
    • Banner & Witcoff, Ltd.
Abstract
Systems and methods for programmatic access of external financial service systems. An application proxy instance is created that simulates an application of an external financial service system. A normalized account request is received for financial data of the external financial service system for a specified account. The normalized account request is provided by an external financial application system by using a financial data API of the financial platform system. Responsive to the normalized account request, communication is negotiated with the external financial service system by using the application proxy instance to access the requested financial data from the external financial service system by using a proprietary Application Programming Interface (API) of the external financial service system. The financial data is provided to the external financial application system as a response to the normalized account request.
Description
TECHNICAL FIELD

This invention relates generally to the financial API field, and more specifically to a new and useful system and method for programmatically accessing financial data in the financial API field.


BACKGROUND

Banks and other financial institutions hold considerable information relating to a user's current financial status and financial history. Such data is often presented through a bank's website or sometimes applications (e.g., mobile applications). However, such tools only provide information about the single institution, and do not combine multiple institutions. Furthermore, such institutions commonly do not expose a public version of an API, providing a large barrier to other parties to solve such a problem. Some online products offer capabilities to merge information from different institutions. One such commonly used approach is to simulate user access of a bank website to access information. There are numerous problems with such solutions. Web-crawling solutions such as these are slow to the end user because full pages have to be rendered and sometimes depend on executing javascript and other user interface simulations. Related to this, such methods are more costly to the financial institutions because numerous web resources are consumed for a given piece of information. Additionally, such a web-crawling approach is highly dependent on the visual representation of the information. A change in the layout or visual representation can break such web crawling. Thus, there is a need in the financial API field to create a new and useful system and method for programmatically accessing financial data. This invention provides such improved/new and useful system and method.





BRIEF DESCRIPTION OF THE FIGURES


FIG. 1 is a schematic representation of a system of an embodiment;



FIG. 2 is a flow diagram of a method of an embodiment;



FIG. 3 is a representation of exemplary proxy instances of an embodiment;



FIG. 4 is a schematic representation of a system of an embodiment;



FIG. 5 is a representation of an application proxy system of an embodiment;



FIG. 6 is a representation of exemplary proxy instances of an embodiment;



FIG. 7 is a flow diagram of a method of an embodiment;



FIG. 8 is a flow diagram of a method of an embodiment; and



FIG. 9 is an architecture diagram of system of an embodiment.





DESCRIPTION OF THE PREFERRED EMBODIMENTS

The following description of preferred embodiments of the invention is not intended to limit the invention to these preferred embodiments, but rather to enable any person skilled in the art to make and use this invention.


1. System for Programmatically Accessing Financial Data

As shown in FIG. 1, a system 100 for programmatically accessing financial data of a preferred embodiment can include an application programming interface (API) service 110, an application proxy system 120, and at least one institution interface module (e.g., the modules 131-133 of FIG. 1). The system functions to provide programmatic access to an external service (e.g., the services 141-143 of FIG. 1) that lacks exposed programmatic access. The external services are preferably proprietary and external financial services. The external services can include banks, credit card providers, investment services, loan providers, and other suitable financial institutions. Such institutions may have first party applications that enable users to access account information from a mobile or desktop application. Such first party applications will commonly use a proprietary or customized application programming interface (API) (e.g., the APIs 161-163 of FIG. 1). The API is commonly not public and not exposed. For example, a developer is commonly prevented from registering an account and using an open API authentication approach to arbitrarily access the API resources. Additionally, the API (e.g., the APIs 161-163 of FIG. 1) of the institution is a non-trivial customized interface protocol that isn't shared with other institutions—each institution conforms to its own interface. The method can additionally function to provide a normalized interface (e.g., the API service 110 of FIG. 1) to a plurality of external services (e.g., the services 141-143 of FIG. 1). The system 100 enables access to an account within an institution by leveraging the application proxy system 120. A virtualized “image” or digital simulation of an application instance is maintained in the application proxy system 120 and used to access the unexposed API (e.g., 161-163) of the institution. While the system is preferably applied to financial institutions, the system may additionally or alternatively be applied to providing API access to other external entities with closed or limited API access.


The API service 110, which functions to provide a normalized customer/user facing interface. The API interface is preferably normalized in the sense that the underlying API to the external institution (e.g., 141-143) that acts as the source of the information is abstracted away, and the interface to different institution information is substantially similar. In some variations, various aspects of the API 110 may be limited when interfacing with particular institutions. For example, one institution may not support a feature such as digital check deposit, while a second institution does. In this case, the API 110 may define the API such that the API feature for check deposit is prevented for the first institution. The system 100 and more specifically the API service 110 is preferably used to provide an accessible API service to outside developers. As such, the system 100 is preferably a multi-tenant system that allows numerous accounts to share use of the system 100. The system 100 and more particularly the API 110 may alternatively be a single tenant system. For example, the system may be used as an internal system to a website providing an online financial management product.


The API service 110 is preferably a RESTful API but may alternatively be any suitable API such as SOAP or custom protocol. The RESTful API works according to an HTTP request and response model. HTTP requests (or any suitable request communication) to the system 100 preferably observe the principles of a RESTful design. RESTful is understood in this document to describe a Representational State Transfer architecture as is known in the art. The RESTful HTTP requests are preferably stateless, thus each message communicated contains all necessary information for processing the request and generating a response. The API service no can include various resources which act as endpoints which act as a mechanism for specifying requested information or requesting particular actions. The resources can be expressed as URI's or resource paths. The RESTful API resources can additionally be responsive to different types of HTTP methods such as GET, PUT, POST and/or DELETE.


The API service 110 can provide an interface into a variety of information and action resources. Information relating to an account is preferably accessible through querying particular API resources. For example, a list of transactions and information about each individual transaction may be accessible through different API calls. Information can additionally relate to account summary information, account details such as address and contact information, information about other parties such as the entities involved in a transaction, and/or any suitable information. The API may additionally be used to trigger or facilitate performing some action. For example, an API call may be used in transferring money, updating account information, setting up alerts, or performing any suitable action. Those skilled in the art will appreciate that such exemplary API features that any suitable API feature possibilities and semantic architecture may be used.


In one exemplary implementation, an API call can support adding a user, completing authentication, accessing transaction information, and other actions. For example, an application may POST to a “/connect” REST API resource to authenticate a user; if the institution includes multi-factor authentication, then a “/connect/step” resource can be submitted to complete multi-factor authentication credentials; and then performing a GET on the “/connect” resource can access transactional data. The API may additionally include informational resources to access information about entities involved in transactions. For example, the API 110 may allow a particular business resource to be accessed to obtain contextual information about the business such as name, location, and classification.


The application proxy system 120 functions to manage the simulation of application access to an institution. The application proxy system 120 operates in cooperation with an institution interface module (e.g., one of the modules 131-133 of FIG. 1) to establish a data model or some data image that acts as a virtualized application instance—an application proxy instance (e.g., 121-123) preferably serves as such a virtualized instance. From the perspective of the institution, the proxy instance (e.g., 121-123) appears as an application (e.g., the Bank 2 application 153 of FIG. 1) installed on a physical user device (e.g., user devices 171 and 172 of FIG. 1) that is being used. In other words, the requests received from the proxy instance are treated like requests from a mobile app, desktop app, or web-based application of a user. The application proxy system 120 preferably stores and maintains a plurality of application proxy instances (e.g., proxy instances 121-123). The proxy instances are preferably configuration settings and properties that when used according to a defined institution interface (e.g., an institution interface of an institution interface module 131-133), will appear as requests from first party applications (e.g., the application 153) of the institution (e.g., 141-143). A different proxy instance is preferably created and maintained for each account-institution pair. A given user may have multiple accounts with different institutions. A proxy instance preferably includes a set of properties that can be used to authenticate the proxy instance with the institution system (e.g., 141-143). The API service 120 preferably provides a method to programmatically create a proxy instance for a user. The user preferably provides some account credentials that can be used in an initial registration of the proxy instance with the API of the institution. The proxy instance may be characterized as a set of properties that can be stored and maintained. Some of those properties may be automatically generated, may be provided from the institution during negotiating registration, may be properties of the application that is being simulated, or include any suitable identifying and authenticating information. The properties may include a unique user identifier code, an authentication token, a MAC address (e.g., a MAC address of a user device 171-172), or any suitable information. When a request is made to a bank on behalf of a user, the properties of the proxy instance are preferably invoked to gain access to the institution on behalf of the associated user.



FIG. 3 depicts exemplary proxy instances 121-123 of FIG. 1. As shown in FIG. 3, User A has accounts in Bank 1 and Bank 2, and User B has accounts in Bank 2. As shown in FIG. 3, each proxy instance includes account credentials and properties.


An institution interface module (e.g., one of the modules 131-133 of FIG. 1) functions to model the internal interface (e.g., 161-163) of at least one application (e.g., the application 153) with an external institution (e.g., 141-143). An institution interface module is preferably established for each institution with which the system 100 can interface. For example, an institution interface module may exist for each bank and/or credit card company that is available in the system. The institution interface module is preferably a set of rules and processes of a particular institution. The institution interface module preferably includes a proxy sub-module that defines how the institution recognizes and/or authenticates a particular application. Some banks may depend on the MAC address of a device (e.g., a MAC address of user devices 171 and 172), some depend on asymmetric cryptography tokens, while others may generate encrypted tokens. The proxy sub-module is preferably used in establishing the proxy instance information. The institution interface module can additionally include institution protocol sub-module, which defines a mapping between provided API 110 functionality and the form and mode of communication with the external institution (e.g., 141-143). The institution protocol sub-module can define the headers, body, and other properties of messages sent to the associated institution. The protocol sub-module may additionally define how data should be processed to form that message. In some cases, the data may be encrypted in a standard or proprietary format, which the protocol sub-module can define. Additionally, the protocol sub-module can define the communication flow to fulfill a request. In some cases, multiple requests may need to be made to complete a request objective. Other aspects of dealing with an interface (e.g., 161-163) of an external institution (e.g., 141-143) may additionally be built into the institution interface module such as multi-factor authentication rules. An institution interface module is preferably constructed based on use of an actual application (e.g., the application 153). The communication and/or the source code can be parsed and analyzed to establish some or all of an institution interface module. In some implementations, source code of a first party application (e.g. the application 153) of an external financial service is parsed and analyzed to establish some or all of an institution interface module for the external financial institution. In some implementations, communication between an external financial service and a first party application (e.g. the application 153) of the external financial service is parsed and analyzed to establish some or all of an institution interface module for the external financial institution.


2. Method for Programmatically Accessing Financial Data

As shown in FIG. 2, a method for programmatically accessing financial data of a preferred embodiment can include creating an application proxy instance Silo, receiving a normalized account request S120, negotiating communication with an external interface through a proxy instance S130, returning results S140. The method functions to provide programmatic access to an external service that lacks exposed programmatic access. The external services are preferably proprietary and external financial services. The external services can include banks, credit card providers, investment services, loan providers, and other suitable financial institutions. Such institutions may have first party applications (e.g., the application 153 of FIG. 1) that enable users to access account information from a mobile or desktop application. Such first party applications will commonly use a proprietary or customized application programming interface (API) (e.g., 161-163 of FIG. 1). The API is commonly not public and not exposed. For example, a developer is commonly prevented from registering an account and using an open API authentication approach to arbitrarily access the API resources. Additionally the API is a non-trivial customized interface protocol that isn't shared with other institutions—each institution conforms to its own interface. The method can additionally function to provide a normalized interface to a plurality of external services (e.g., 141-143 of FIG. 1). The method enables a programmatic interface into an account within an institution by leveraging an application proxy approach. A virtualized “image” or digital simulation of an application instance is maintained in the application proxy system 120 and used to access the unexposed API (e.g., 161-163) of the institution. While the system 100 is preferably applied to financial institutions, the system 100 may additionally or alternatively be applied to providing API access to other external entities with closed or limited API access. The method is preferably implemented through a system as described above (e.g, the system 100 of FIG. 1), but may alternatively be implemented by any suitable system.


Block S110, which includes creating an application proxy instance (e.g., an application proxy instance 121-123 of FIG. 1), functions to establish a digital image of an application instance (e.g., the application instance 153 of FIG. 1) for a selected institution (e.g., the Bank 142 of FIG. 1). Creating an application proxy instances is preferably initiated in response to receiving an initial request. The initial request is initiated by a user (or entity) (e.g., User A or User B of FIG. 1) interacting with a system of a developer account (e.g., a system of the application instances 152 of the user devices 171 and 172 of FIG. 1) and the system of the developer account (e.g., the system of the application instances 152) will then send the initial request to the system 100. The user (e.g., User A and User B of FIG. 1) will preferably have an institution account in a system of the external institution (e.g., an online bank account). An application proxy instance (e.g., 121-123 of FIG. 1) can be created during the initial registration or at a later time, which will provide access to account information of the external institution (e.g., 141-143). Once created, the application proxy instance of that user can be persisted and used at a later time for that given user-institution combination (e.g., “User A-Bank 1”, “User A-Bank 2”, “User B-Bank 2”). However, a new proxy instance may be created when the proxy instance becomes invalid (e.g., as a result of institution API changes, password/login changes made within the institution, or other reasonable changes to invalidate a proxy instance). The initial request is preferably received through a normalized API (e.g., 110 of FIG. 1) as a connection request. The connection request is preferably accompanied by parameters that specify a selected institution (if there are multiple institution options) and user credentials for the institution. The user credentials may include a username, password, pin code, and/or any suitable credentials. The API request may additionally include authentication credentials such as a client identifier and secret token that is associated with the account in the system.


Creating a proxy instance preferably includes negotiating registration of the proxy instance with the institution, which functions to establish the proxy instance with the selected external institution. An institution interface module (e.g., one of the modules 131-133 of FIG. 1) preferably facilitates navigating the communication handshaking during the initial login. Different institutions may have different processes to register or enroll a new application (which in the method is a proxy instance) such as multi-factor authentication. During the negotiation, various elements may be extracted and stored as part of the proxy instance. Similarly, some properties may be generated based on communication with the institution. For example, a MAC address or a unique device identifier may be used in connecting to the services of the external institution. Such properties are preferably stored as part of the proxy instance.


As mentioned above, multifactor authentication (MFA) may be part of negotiating with an external institution. Frequently, an external institution will respond with indication of a MFA credential requirement. Such MFA requirements are preferably fulfilled by relaying the MFA challenge/task up to a user. In one implementation, the system 100 will receive a message indicating that a security question should be asked to complete the negotiation. The security question is passed back to the associated application, e.g., the applications 151 and 152 of FIG. 1, (which may be operated by a developer account of the system 100), then that application (e.g., the application 152 of FIG. 1) will present the security question in some manner to obtain the user response. The MFA can include security questions, additional pin codes (such as those supplied by a one time password generator or a code transmitted to a secondary device), or any suitable form of MFA.


Block S120, receiving a normalized account request, functions to receive an API request in the format of the system 100. As mentioned above, the syntax and mode of communicating an API request is normalized such that the form is independent of the institution (e.g., one of the institutions 141-143 of FIG. 1). The requests can include a variety of types of requests which may include: Obtaining a list of transactions; requesting details on a particular transaction; performing some financial transfer (moving money from savings to checking, setting up transfer to another account, making scheduled payments, digital deposit of a check, and the like), updating account information (e.g., updating contact information, changing password, manage alerts, and the like), and/or requesting services (e.g., new cards, reporting fraud, and the like). A normalized account request is preferably mapped to an institution interface module (e.g., one of the institution interface modules 131-133 of FIG. 1) or other suitable component that defines communication to fulfill the API request.


Block S130, which includes negotiating communication with an external interface (e.g., one of APIs 161-163) through a proxy instance (e.g., one of the proxy instances 121-123) functions to execute and manage communication between the system 100 and an external institution system (e.g., a 141-143) when fulfilling an account request. The proxy instance (e.g., one of the proxy instances 121-123) preferably provides a mechanism through which access will be granted. The communication is preferably executed while an authenticated session is active. Communication sessions may be expired by the system 100 or the external institution (e.g., a 141-143) for various reasons such as remaining inactive for a set amount of time. A communication session may be active subsequent to enrolling a proxy instance or may require setting up a session through the proxy instance as described below.


Negotiating communication preferably includes creating requests that conform to expected messages of the external institution (e.g., a 141-143). This can include setting headers, body contents, and other message properties. An institution is preferably expecting particular headers. For example, the headers may include a host or path, a data, content type, cookies, MAC address, a user identifier, auth properties, or other suitable headers. Creating requests can additionally include transforming request properties into expected form, which may primarily include applying a set encryption pattern to a request. In one variation, transforming the request involves encrypting content according to a public key, wherein the public key may be stored as part of the proxy instance. The institutions may take varying approaches to how information is communicated. In an alternative institution, the contents of a message may be unencrypted; in which case, the contents are submitted in a plaintext, unencrypted form. In addition to creating requests that conform to expected messages of the external institution, the method can include following a request-response pattern. That pattern can involve a single request and response, but may alternatively include a sequence of different request and responses to obtain desired information.


In some variations, information or actions may not be available through the first proxy instance and so the method may include automatically switching to a second proxy instance with supported functionality. For example, full bank statements may not be available in a mobile application, and the institution API (e.g., one of 161-163 of FIG. 1) may not include such functionality. Accordingly, when that functionality is required to fulfill an API request, then a second proxy interface may be used. In some variations, an API request may be require multiple institutions to be queried. Such an API request may be particularly useful for summarizing financial statements across multiple accounts. The method can include negotiating communication for multiple institutions and combining results into a combined form.


Block S140, which includes returning results, functions to deliver the results as a response to the request. Returning the results preferably includes transforming the data obtained from the external institution into a normalized form. The information is preferably formatted into a standardized format that is substantially similar in representation between different institutions served by the system 100. Transforming the data can additionally include processing, supplementing, and/or otherwise enhancing information. Some information provided by an institution may be poorly formed. For example, store information for a particular transaction may be poorly labeled and may be represented different from other institutions. Such contextual information about external entities can preferably cleaned and supplemented with additional information. For example, an entity may be supplemented with categorical labels, tags, geo location information, and/or other suitable information. The returned results can be represented data format such as JSON, XML, or any suitable format.


The method can additionally include setting up a session through the proxy instance S150, functions to facilitate accessing information after negotiating a proxy instance for an account and institution. The proxy instance (e.g., 121-123 of FIG. 1) will preferably store and maintain information required for subsequent access. The institutions will commonly restrict access to set sessions, which may expire after some amount of time or may require reconfirming user credentials. So when an API request for an account occurs after a communication session has expired then the method preferably automatically sets up a new session using the previous user credentials and proxy instance credentials. In some variations, MFA challenges, such as security questions, may be automatically completed.


The method can additionally include re-capturing updated credentials, which functions to update user credentials for an institution. Updated credentials are preferably updated when a user changes them within the institution or when the proxy instance is otherwise locked out of the account. An error will preferably occur indicating that a communication session was not successful, and then an API request can be submitted to update a proxy instance with new credentials.


3. Financial Platform System

As shown in FIG. 4, a multi-tenant financial platform system 400 of an embodiment includes an application programming interface (API) service 410, an application proxy system 420, and at least one institution interface module (e.g., the modules 431-433 of FIG. 4). The API service 410, application proxy system 420, and institution interface modules 431-433 of FIG. 4 are similar to the API service 110, application proxy system 120, and institution interface modules 131-133 of FIG. 1.


As shown in FIG. 4, the financial service system 441 includes a public Web browser interface 491 for accessing the financial service system 441 via a Web Browser (or any suitable Web client) (e.g., the web browser 481 of the user device 473). As described below for FIGS. 7 and 8, the methods of FIGS. 7 and 8 provide access to the financial service system 441 via a private, proprietary API (e.g., 461), as opposed to access via the public Web browser interface 491. In some implementations, the Web browser interface 491 is a web server that hosts a web site for access of the financial system via a Web browser over the Internet.


As shown in FIG. 5, the application proxy system 420 includes application proxy instances (e.g., proxy instances 521-525) for user accounts (e.g., user accounts 511, 512 and 513) of developer accounts (e.g., Dev Account B 531 and Dev Account A 532) at the financial platform system 400. The application proxy system 420 includes an application proxy instance management module 541 that is constructed to generate application proxy instances, configure application proxy instances, and remove application proxy instances.


In some implementations, each application proxy instance (e.g., proxy instances 521-525), specifies the developer account, the user account of the developer account, the associated financial service system (e.g., “Institution”), and credentials of the user account for the financial service system, as shown in FIG. 6. In some implementations, each application proxy instance specifies properties of the application proxy instance. In some implementations, properties include one or more of a unique user identifier code, an authentication token, a MAC address (e.g., a MAC address of a user device 471-472), or any suitable information.


4. Method for Accessing Financial Data

As shown in FIG. 7, a method 700 for accessing financial data includes: creating at least one application proxy instance (e.g., a proxy instance 521-525 of FIG. 5) that simulates an application (e.g., application 453 of FIG. 4) of an external financial service system (e.g., an external financial service system 441-443 of FIG. 4) (process S710); receiving a normalized API account request for financial data of at least one external financial service system for a specified account, the normalized API account request being provided by an external financial application system (e.g., a financial application system of the application 452 of FIG. 4) by using a normalized financial data API (e.g., API 410 of FIG. 4) of the financial platform system (process S720). Responsive to the normalized API account request (of the process S720): communication is negotiated with each external financial service system (of the normalized account request) by using the respective application proxy instance to access the requested financial data from the external financial service system by using a proprietary Application Programming Interface (API) (e.g., one of the proprietary APIs 461-463 of FIG. 4) of the external financial service system (process S730); and the financial data is provided to the external financial application system as a response to the normalized account request (process S740).


In the example embodiment of FIG. 7, the method 700 is implemented by the financial platform system 400. In the example embodiment, the financial platform system is constructed to programmatically access financial data as described herein for the method 700.


4.1 Creating an Application Proxy Instance

Process S710, which includes creating an application proxy instance that simulates an application of an external financial service system, functions to control the application proxy instance management module 541 of FIG. 5 to create an application proxy instance. In some implementations, the application proxy instance management module 541 creates the application proxy instance as described above for the process Silo of FIG. 1.


In some implementations, the application proxy instance management module 541 creates the application proxy instance responsive to a request to create an application proxy instance. In some implementations, the request to create an application proxy instance specifies information identifying an external financial service system, and a user account of an external application system (e.g., a user account of an external application system of the application 452 of FIG. 4). In some implementations, the request to create an application proxy instance specifies user credentials for the financial service system. In some implementations, the request to create an application proxy instance specifies information identifying an account of the financial platform system 400 associated with the external application system. In some implementations, the request to create an application proxy instance specifies properties for the application proxy instance. In some implementations, properties for the application proxy instance include at least one of a unique user identifier code, an authentication token, a MAC address (e.g., a MAC address of a user device 471-472), financial accounts of the corresponding financial service system, and any other suitable information.


In some implementations, the application proxy instance management module 541 stores the created application proxy instance in association with a user account (e.g., “User A” 511 of FIGS. 5 and 6) of an external application system (e.g., a user account of an external application system of the application 452 of FIG. 4). In some implementations, the application proxy instance management module 541 stores the created application proxy instance in association with an account (e.g., “Dev Account B” 531 of FIGS. 5 and 6) of the financial platform system 400 associated with an external application system (e.g., an external application system of the application 452 of FIG. 4). In some implementations, the application proxy instance management module 541 stores the created application proxy instance (e.g., “Proxy Instance User A Bank 1” 521 of FIGS. 5 and 6) in association with an account (e.g., “Dev Account B” 531) of the financial platform system 400 associated with an external application system, and a user account (e.g., “User A” 511) of the application system. In some implementations, the application proxy instance management module 541 stores the created application proxy instance in association with an account of the financial platform system 400 associated with an external application system, a user account of the application system, and information identifying the financial service system (e.g., “Bank 1 441” of FIG. 6) of the application proxy instance. In some implementations, the application proxy instance management module 541 stores the created application proxy instance in association with an account of the financial platform system 400 associated with an external application system, a user account of the application system, information identifying the financial service system of the application proxy instance, and information identifying financial accounts of the application proxy instance.


In some implementations, creating the application proxy instance includes controlling the application proxy instance management module 541 to construct the application proxy instance to simulate communication of an application (e.g., application 453 of FIG. 4) (of the external financial service system of the application proxy instance) with the financial service system on behalf of the user account (e.g., “User A”, “User B”) of the application system.


In some implementations, creating the application proxy instance includes controlling the application proxy instance management module 541 to register the created application proxy instance with the external financial service system.


In some implementations, creating the application proxy instance includes controlling the application proxy instance management module 541 to negotiate registration of the application proxy instance with the financial service system (e.g., institution) as described above for the process S110 of FIG. 1.


In some implementations, the request to create an application proxy instance is provided by an external application system (e.g., an external application system of the application 452 of FIG. 4). In some implementations, the request to create an application proxy instance is provided by an external application system (e.g., an external application system of the application 452 of FIG. 4) responsive to user input received at a user device (e.g., 471, 472) executing machine-readable instructions of an application (e.g., 452 of FIG. 4) of the application system.


4.2 Accessing Financial Data

Process S720, which includes receiving a normalized API account request for financial data, functions to control the financial platform system 400 to receive the normalized API account request by using the normalized API 410 of the financial platform system 400. In the example embodiment, the application proxy system 420 includes application proxy instances for each financial service system corresponding to the normalized API account request for financial data. Each application proxy instance is an application proxy instance that is created as described above for the process S710.


In an implementation, receiving a normalized API account request for financial data includes determining whether the application proxy system 420 includes application proxy instances for each financial service system corresponding to the normalized API account request for financial data, and responsive to a determination that the application proxy system 420 does not include an application proxy instance for a financial service system of the normalized API account request for financial data, the financial platform system 400 provides a normalized API account response to the application system that has provided the normalized API account request for financial data. The normalized API account response prompts the application system (e.g., the system of the application 452) to provide a normalized API create request to create an application proxy instance for a financial service system identified in the normalized API account response. In some implementations, the application system provides the normalized API create request to create the application proxy instance as described above for the process S710.


In some implementations, the normalized API account request is a request in accordance with the normalized financial data API (e.g., 410) of the financial platform system 400, and the normalized financial data API is constructed to provide a normalized interface for accessing financial data from external financial service systems (e.g., 441-443) having different proprietary APIs (e.g., 461-463).


4.2.1 Request Parameters


In some implementations, the normalized API account request for financial data specifies a user account (e.g., “User A”, “User B”) of an external application system (e.g., a user account of an external application system of the application 452 of FIG. 4). In some implementations, the normalized API account request for financial data specifies information identifying an account (e.g., “Dev Account A”, “Dev Account B”) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4). In some implementations, the normalized API account request for financial data specifies information identifying an external financial service system (e.g., “Bank 1”, “Bank 2”). In some implementations, the normalized API account request for financial data specifies information identifying an account of an external financial system. In some implementations, the normalized API account request for financial data specifies information identifying a transaction of an account of a financial data system. In some implementations, the normalized API account request for financial data specifies parameters. In some implementations, the financial platform system 400 accesses financial data from at least one external financial system by using the parameters. In some implementations, the financial platform system 400 processes financial data accessed from at least one external financial system by using the parameters.


4.2.2 Request for Financial Data of all Accounts


In some implementations, the normalized API account request for financial data is a request for financial data of financial accounts of all financial service systems corresponding to application proxy instances for a user account (e.g., “User A”, “User B” of FIGS. 4-6) specified in the request. For example, is a user of the user account has financial accounts at multiple financial service systems, such a request would access financial data for all the financial accounts of the user.


4.2.2 Request for Financial Data of Specified Financial Service System


In some implementations, the normalized API account request for financial data is a request for financial data of financial accounts of a financial service system (e.g., “Bank 1”, “Bank 2” of FIGS. 4-6) specified in the request.


4.2.4 Request for Financial Data of Specified Account


In some implementations, the normalized API account request for financial data is a request for financial data of an account of a financial service system, and information identifying the account (e.g., an account number) and the financial service system (e.g., “Bank 1”, “Bank 2” of FIGS. 4-6) is specified in the request.


4.2.5) Request for Details of Specified Account Transaction


In some implementations, the normalized API account request for financial data is a request for detailed financial data of an account transaction of an account of a financial service system, and information identifying the transaction (e.g., a credit card purchase, a transfer, a check entry, and the like), the account and the financial service system is specified in the request.


4.2 Negotiating Communication


Process S730, which includes negotiating communication with each external financial service system, functions to control the application proxy system 420 to use a respective application proxy instance to access the requested financial data from an external financial service system by using a proprietary API.


In some implementations, in the case of a normalized API account request for financial data of financial accounts of all financial service systems corresponding to application proxy instances for a user account (e.g., “User A”, “User B”) specified in the request, the application proxy system 420 uses application proxy instances stored by the application proxy system 420 in association with the specified user account (e.g., “User A”, “User B”, as shown in FIGS. 5 and 6).


In some implementations, in the case of a normalized API account request for financial data of financial accounts of a financial service system specified in the request, the application proxy system 420 uses application proxy instances stored by the application proxy system 420 in association with the specified user account (e.g., “User A”) and the specified financial service system (e.g., “Bank 1”).


In some implementations, in the case of a normalized API account request for financial data of an account of a financial service system, the application proxy system 420 uses application proxy instances stored by the application proxy system 420 in association with the specified user account and the specified financial service system.


In some implementations, in the case of a normalized API account request for detailed financial data of an account transaction of an account of a financial service system, the application proxy system 420 uses application proxy instances stored by the application proxy system 420 in association with the specified user account and the specified financial service system.


In some implementations, negotiating communication with a financial service system includes forming a proprietary API request in accordance with the proprietary API (e.g., 461-463 of FIG. 4) based on information specified by the normalized API account request (e.g., account information, transaction information, parameters, and the like).


As described above, the financial platform system 400 includes an institution interface module (e.g., an institution interface module 431-433 of FIG. 4) for each external financial service system (e.g., 441-443), and the institution interface module models the proprietary API (e.g., 461-463) of the external financial service system. In the example embodiment, each application proxy instance (e.g., 521-525) uses the institution interface module (e.g., 431-433 of FIG. 4) corresponding to the financial service system (e.g., 441-443) of the application proxy instance (e.g., 521-525) to access the requested financial data from the external financial service system in accordance with the proprietary API (e.g., 461-463) of the external financial service system.


In some implementations, the financial platform system 400 generates each institution interface module (e.g., 432) by at least one of: parsing source code of the application (e.g., the application 453 of FIG. 4) of the external financial service system, and parsing communication between the application (e.g., 453) and the external financial service system (e.g., 442). In some implementations, each institution interface module defines headers of messages sent to the corresponding external financial service system.


4.4 Providing Financial Data to the Application System


Process S730, which includes providing financial data to the external financial application system as a response to the normalized API account request, functions to control the application proxy system 420 to provide the financial data received by negotiating communication with each external financial service system associated with the normalized API account request.


In some implementations, providing the financial data includes transforming the received financial data into a normalized form. In some implementations, providing the financial data includes transforming the received financial data based on parameters of the normalized API account request. In some implementations, transforming the received financial data includes at least one of processing the financial data, cleaning the financial data, supplementing the financial data with additional information, and enhancing the financial data. In some implementations, additional information includes at least one of categorical labels, tags, and geo location information.


In some embodiments, the method 700 includes: setting up a session through at least one application proxy instance (e.g., one of the proxy instances 521-525 of FIG. 5) associated with the normalized request.


In some implementations, the process S710 is similar to the process S110 of FIG. 1. In some implementations, the process S720 is similar to the process S120 of FIG. 1. In some implementations, the process S730 is similar to the process S130 of FIG. 1. In some implementations, the process S740 is similar to the process S140 of FIG. 1.


5. Method for Accessing a Financial Service System

As shown in FIG. 8, a method 800 for programmatic access of at least one financial service system (e.g., 441-443 of FIG. 4) external to a financial platform system (e.g., 400 of FIG. 4) includes, responsive to a normalized API financial service request provided by an external application system (e.g., a system of the application 452 of FIG. 4) associated with an account of the financial platform system (e.g., 400): for each external financial service system corresponding to the normalized API financial service request, using an application proxy instance (e.g., 521-525 of FIG. 5) associated with the account of the financial platform system to provide a proprietary API request to the financial service system in accordance with a proprietary API (e.g., 461-463) of the financial service system (process 810); and providing a normalized API financial service response to the external application system based on at least one proprietary API response received from an external financial service system (process S820). In the example embodiment of FIG. 8, using an application proxy instance includes using an application proxy instance that is constructed to provide a proprietary API request (e.g., by using the API 462) to the respective external financial service system (e.g., 442) on behalf of a user account (e.g., “User B”) of the external application system by simulating an application (e.g., 453 of FIG. 4) of the external financial service system (e.g., 442).


In some implementations, each application proxy instance is an application proxy instance that is created as described above for the process S710 of the method 700.


In some implementations, proprietary API requests of a proprietary API (e.g., 461-463 of FIG. 4) of a financial service system include at least one of: a request for a list of transactions for at least one account of the financial service system; a request for details of a transaction associated with an account of the financial service system; a financial transfer request, a payment scheduling request; an electronic check deposit request; an account update request; a fraud reporting request; and a services request.


In some implementations, normalized API requests of the normalized API 410 of the financial platform system include at least one of: a request for a list of transactions for a user account of an external application system (e.g., a user account of an external application system of the application 452 of FIG. 4); a request for details of a transaction associated with the user account; a financial transfer request; a payment scheduling request; an electronic check deposit request; an account update request; a fraud reporting request; and a services request.


In some implementations, a primary application proxy instance and at least one secondary application proxy instance are associated with a financial service system corresponding to the normalized API financial service request, and responsive to a determination that the normalized API financial service request cannot be processed by using the primary application proxy instance, the financial platform system 400 uses the secondary application proxy instance to process the normalized API financial service request. In some implementations, the primary proxy instance corresponds to a mobile application of a respective financial service system, and the secondary proxy instance corresponds to at least one of a web-based application and a desktop application of the respective financial service system.


In some implementations, providing a normalized API financial service response to the external application system based on at least one proprietary API response received from an external financial service system (the process S820) includes transforming financial data of the proprietary API response into a normalized form. In some implementations, transforming the received financial data includes at least one of processing the financial data, cleaning the financial data, supplementing the financial data with additional information, and enhancing the financial data, and additional information includes at least one of categorical labels, tags, and geo location information. In some implementations, the received financial data is transformed as described above for S140 of FIG. 2.


In the example embodiment of FIG. 8, the method 800 is implemented by the financial platform system 400. In the example embodiment, the financial platform system is a multi-tenant financial platform system that is constructed to programmatically access at least one financial service system external to the financial platform system, as described above for the method 800.


5.1 Normalized API Financial Service Requests


In some implementations, the normalized API financial service request is provided by an external application system in a manner similar to the process of providing a normalized API account request described above for process S720 of FIG. 7.


5.1.1 Financial Data Requests


In some implementations, the normalized API financial service request is a normalized API account request for financial data, as described above for the method 700 of FIG. 7.


5.1.2 Financial Transfer Between Accounts of a Financial Service System


In some implementations, the normalized API financial service request is a financial transfer request to transfer funds between accounts of a financial service system, and the accounts are associated with user credentials of the user account (e.g., “User A”, “User B” of FIGS. 4-6) of an external application system (e.g., a user account of an external application system of the application 452 of FIG. 4). For example, a user associated with the user account can request a transfer between accounts of the user at a same financial service system by using a financial application (e.g., 452) that uses the financial platform system 400.


In some implementations, the financial transfer request to transfer funds between accounts of a financial service system specifies the user account (e.g., “User A”, “User B” of FIGS. 4-6) of the application system, the financial service system (e.g., “Bank 1”, “Bank 2”), information identifying the source account, information identifying the destination account, and an amount of funds to be transferred. In some implementations, the financial transfer request to transfer funds between accounts of a financial service system specifies parameters. In some implementations, the financial transfer request to transfer funds between accounts of a financial service system specifies an account (e.g., a developer account) (e.g., “Dev Account A”, “Dev Account B”) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


The application proxy system 420 uses an application proxy instance stored in association with the specified user account and the specified financial service system to perform the transfer. The application proxy system 420 uses the application proxy instance to perform the transfer by using an institution interface module (e.g., 431-433) of the specified financial service system to provide the financial service system with a proprietary API transfer request in accordance with the proprietary API (e.g., 461-463) of the financial service system.


5.1.3 Financial Transfer Between Accounts of a Same User and Different Financial Service Systems


In some implementations, the normalized API financial service request is a financial transfer request to transfer funds from a source account of a source financial service system to a destination account of a destination financial service system, and the source and destination accounts are associated with respective user credentials of the user account (e.g., “User A”, “User B”) of the external application system. For example, a user associated with the user account can request a transfer between accounts of the user at different financial service systems by using a financial application (e.g., 452) that uses the financial platform system 400.


In some implementations, the financial transfer request to transfer funds from a source account of a source financial service system to a destination account of a destination financial service system specifies the user account (e.g., “User A”, “User B”) of the application system, the source financial service system, information identifying the source account, the destination financial serviced system, information identifying the destination account, and an amount of funds to be transferred. In some implementations, the financial transfer request specifies parameters. In some implementations, the financial transfer request specifies an account (e.g., a developer account) (e.g., “Dev Account A”, “Dev Account B”) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


The application proxy system 420 uses at least one of an application proxy instance stored in association with the specified user account and the specified source financial service system and an application proxy instance stored in association with the specified user account and the specified destination financial service system to perform the transfer.


In some implementations, the application proxy system 420 selects one of the application proxy instance of the specified source financial service system and the application proxy instance of the specified destination financial service system, and uses the selected application proxy instance to perform the transfer by using an institution interface module (e.g., 431-433) of the associated financial service system to provide the financial service system with a proprietary API transfer request in accordance with the proprietary API (e.g., 461-463) of the financial service system.


In some implementations, the application proxy system 420 selects one of the application proxy instance of the specified source financial service system and the application proxy instance of the specified destination financial service system based on capabilities of the respective financial service systems.


In some implementations, the application proxy system 420 selects one of the application proxy instance of the specified source financial service system and the application proxy instance of the specified destination financial service system based on properties of the application proxy instances.


In some implementations, the application proxy system 420 selects one of the application proxy instance of the specified source financial service system and the application proxy instance of the specified destination financial service system based on transaction fees of the corresponding financial service systems.


5.1.4 Financial Transfer Between Accounts of Different Users


In some implementations, the normalized financial service request is a financial transfer request to transfer funds from a source account of a source financial service system to a destination account of a destination financial service system, the source account is associated with user credentials of the user account (e.g., “User A” of FIGS. 4-6) of the external application system, and user credentials of the destination account are not associated with the user account of the external application system. For example, a user associated with the user account (e.g., “User A” of FIGS. 4-6) can initiate the transfer (to a destination account of a different user) from the source financial service system.


In some implementations, the normalized API financial transfer request specifies the user account (e.g., “User A” of FIGS. 4-6) of the application system, the source financial service system (e.g., “Bank 1”), information identifying the source account, information identifying the destination account, and an amount of funds to be transferred. In some implementations, the normalized API financial transfer request specifies parameters. In some implementations, the normalized API financial transfer request specifies an account (e.g., a developer account) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


The application proxy system 420 uses an application proxy instance stored in association with the specified user account and the specified source financial service system to perform the transfer. The application proxy system 420 uses the application proxy instance to perform the transfer by using an institution interface module (e.g., 431-433) of the specified source financial service system to provide the source financial service system with a proprietary API transfer request in accordance with the proprietary API (e.g., 461-463) of the source financial service system.


In some implementations, the normalized API financial service request is a financial transfer request to transfer funds from a source account of a source financial service system to a destination account of a destination financial service system, the destination account is associated with user credentials of the user account of the external application system, and user credentials of the source account are not associated with the user account of the external application system. For example, a user associated with the user account (e.g., “User A” of FIGS. 4-6) can initiate the transfer (from a source account of a different user) from the destination financial service system.


In some implementations, the normalized API financial transfer request specifies the user account of the application system, the destination financial service system, information identifying the destination account, information identifying the source account, and an amount of funds to be transferred. In some implementations, the normalized API financial transfer request specifies parameters. In some implementations, the normalized API financial transfer request specifies an account (e.g., a developer account) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


The application proxy system 420 uses an application proxy instance stored in association with the specified user account and the specified destination financial service system to perform the transfer. The application proxy system 420 uses the application proxy instance to perform the transfer by using an institution interface module (e.g., 431-433) of the destination source financial service system to provide the destination financial service system with a proprietary API transfer request in accordance with the proprietary API (e.g., 461-463) of the destination financial service system.


5.1.5 Scheduled Payments


In some implementations, the normalized API financial service request is a request to schedule payment from a source account of a source financial service system to a destination account of a destination financial service system, the source account is associated with user credentials of the user account of the external application system. For example, a user associated with the user account can schedule payment (to a destination account of a different user) from the source financial service system.


In some implementations, the normalized API schedule payment request specifies the user account of the application system, the source financial service system, information identifying the source account, information identifying the destination account, and an amount of funds to be transferred. In some implementations, the normalized API schedule payment request specifies parameters. In some implementations, the normalized API schedule payment request specifies an account (e.g., a developer account) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


The application proxy system 420 uses an application proxy instance stored in association with the specified user account and the specified source financial service system to schedule the payment. The application proxy system 420 uses the application proxy instance to schedule the payment by using an institution interface module (e.g., 431-433) of the specified source financial service system to provide the source financial service system with a proprietary API schedule payment request in accordance with the proprietary API (e.g., 461-463) of the source financial service system.


5.1.6 Electronic Check Deposit


In some implementations, the normalized API financial service request is a request for electronic deposit of a check in a destination account of a destination financial service system, and the destination account is associated with user credentials of the user account of the external application system. For example, a user associated with the user account can electronically deposit a check (to a destination account of the user) by capturing a digital image of the check.


In some implementations, the normalized API electronic deposit request specifies the user account of the application system, the destination financial service system, information identifying the destination account, and a digital image of the check. In some implementations, the normalized API electronic deposit request specifies an amount of funds indicated by the digital image of the check. In some implementations, the normalized API electronic deposit request specifies parameters. In some implementations, the normalized API electronic deposit request specifies an account (e.g., a developer account) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


The application proxy system 420 uses an application proxy instance stored in association with the specified user account and the specified destination financial service system to perform the electronic deposit. The application proxy system 420 uses the application proxy instance to perform the electronic deposit by using an institution interface module (e.g., 431-433) of the destination financial service system to provide the destination financial service system with a proprietary API electronic deposit request in accordance with the proprietary API (e.g., 461-463) of the destination financial service system.


5.1.7 Update Account Information


In some implementations, the normalized API financial service request is a request to update account information of a specified financial service system.


In some implementations, the normalized API update account information request specifies the user account of the application system, the financial service system, and account update information. In some implementations, the normalized API update account information request specifies information indicating an account of the specified financial service system. In some implementations, the normalized API update account information request specifies parameters. In some implementations, the normalized API update account information request specifies an account (e.g., a developer account) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


In some implementations, the normalized API request to update account information includes a request to update contact information, and the account update information includes updated contact information.


In some implementations, the normalized API request to update account information includes a request to change a password, and the account update information includes a new password.


In some implementations, the normalized API request to update account information includes a request to update account alert settings, and the account update information includes updated account alert settings.


The application proxy system 420 uses an application proxy instance stored in association with the specified user account and the specified financial service system to perform the account information update. The application proxy system 420 uses the application proxy instance to perform the account information update by using an institution interface module (e.g., 431-433) of the financial service system to provide the financial service system with a proprietary API update account information request in accordance with the proprietary API (e.g., 461-463) of the financial service system. In some embodiments, the proprietary API update account information request in accordance with the proprietary API includes at least one of an update contact information request, a change password request, and an update account alert settings request.


5.1.8 Request for Services


In some implementations, the normalized API financial service request is a request for services of a specified financial service system.


In some implementations, the normalized API services request specifies the user account of the application system, the financial service system, and service request information. In some implementations, the normalized API services request specifies parameters. In some implementations, the normalized API services request specifies an account (e.g., a developer account) of the financial platform system 400 associated with the external application system (e.g., an external application system of the application 452 of FIG. 4).


In some implementations, the normalized API services request includes a request for at least one of a new bank card and a request for new checks.


In some implementations, the normalized API services request includes a request to report fraud, and the service request information includes fraud report information.


The application proxy system 420 uses an application proxy instance stored in association with the specified user account and the specified financial service system to perform the service request. The application proxy system 420 uses the application proxy instance to perform the service request by using an institution interface module (e.g., 431-433) of the financial service system to provide the financial service system with a proprietary API service request in accordance with the proprietary API (e.g., 461-463) of the financial service system. In some embodiments, the proprietary API service request in accordance with the proprietary API includes at least one of a new bank card request, check request, and a fraud report request.


6. System Architecture: Financial Platform System


FIG. 9 is an architecture diagram of a system (e.g., the system 100 of FIG. 1, the financial platform system 400 of FIG. 4) according to an implementation in which the system is implemented by a server device. In some implementations, the system is implemented by a plurality of devices.


The bus 901 interfaces with the processors 901A-901N, the main memory (e.g., a random access memory (RAM)) 922, a read only memory (ROM) 904, a processor-readable storage medium 905, a display device 907, a user input device 908, and a network device 911.


The processors 901A-901N may take many forms, such as ARM processors, X86 processors, and the like.


In some implementations, the system (e.g., 400) includes at least one of a central processing unit (processor) and a multi-processor unit (MPU).


The processors 901A-901N and the main memory 922 form a processing unit 999. In some embodiments, the processing unit includes one or more processors communicatively coupled to one or more of a RAM, ROM, and machine-readable storage medium; the one or more processors of the processing unit receive instructions stored by the one or more of a RAM, ROM, and machine-readable storage medium via a bus; and the one or more processors execute the received instructions. In some embodiments, the processing unit is an ASIC (Application-Specific Integrated Circuit). In some embodiments, the processing unit is a SoC (System-on-Chip). In some embodiments, the processing unit includes one or more of an API Service, an Application Proxy System, and one or more Instance Interface Modules.


The network adapter device 911 provides one or more wired or wireless interfaces for exchanging data and commands between the system (e.g., 400) and other devices, such as financial service systems (e.g., 441-443), user devices (e.g., 471-472). Such wired and wireless interfaces include, for example, a universal serial bus (USB) interface, Bluetooth interface, Wi-Fi interface, Ethernet interface, near field communication (NFC) interface, and the like.


Machine-executable instructions in software programs (such as an operating system, application programs, and device drivers) are loaded into the memory 922 (of the processing unit 999) from the processor-readable storage medium 905, the ROM 904 or any other storage location. During execution of these software programs, the respective machine-executable instructions are accessed by at least one of processors 901A-901N (of the processing unit 999) via the bus 901, and then executed by at least one of processors 901A-901N. Data used by the software programs are also stored in the memory 922, and such data is accessed by at least one of processors 901A-901N during execution of the machine-executable instructions of the software programs. The processor-readable storage medium 905 is one of (or a combination of two or more of) a hard drive, a flash drive, a DVD, a CD, an optical disk, a floppy disk, a flash storage, a solid state drive, a ROM, an EEPROM, an electronic circuit, a semiconductor memory device, and the like. The processor-readable storage medium 905 includes an operating system 912, software programs 913, device drivers 914, the API Service 410, the Application Proxy System 420, and the Institution Interface Modules 431-433.


8. Machines

The system and method of the preferred embodiment and variations thereof can be embodied and/or implemented at least in part as a machine configured to receive a computer-readable medium storing computer-readable instructions. The instructions are preferably executed by computer-executable components preferably integrated with the financial data API system. The computer-readable medium can be stored on any suitable computer-readable media such as RAMs, ROMs, flash memory, EEPROMs, optical devices (CD or DVD), hard drives, floppy drives, or any suitable device. The computer-executable component is preferably a general or application specific processor, but any suitable dedicated hardware or hardware/firmware combination device can alternatively or additionally execute the instructions.


9. Conclusion

As a person skilled in the art will recognize from the previous detailed description and from the figures and claims, modifications and changes can be made to the preferred embodiments of the invention without departing from the scope of this invention defined in the following claims.

Claims
  • 1. A computer system comprising: one or more hardware computer processors configured to execute a plurality of computer executable instructions, the computer system configured to communicate with a plurality of computing devices associated with a plurality of institutions via a respective plurality of different application programming interfaces (“APIs”) associated with the plurality of institutions and provide data obtained from the plurality of computing devices in a normalized format and via a normalized API of the computer system,wherein the one or more hardware computer processors are configured to execute the plurality of computer executable instructions to cause the computer system to: receive, from a first computing device, a request for data associated with a user, the request including authentication credentials associated with the user;identify an institution, of the plurality of institutions, associated with the request;request, via a first API, of the plurality of different APIs, associated with the institution and using the authentication credentials, data associated with the user from a second computing device associated with the institution, wherein the first API is a proprietary API of the institution;receive first data associated with the user from the second computing device;receive, via a second API, of the plurality of different APIs, associated with a second institution, second data associated with the user from a third computing device associated with the second institution, wherein the second API is a proprietary API of the second institution, wherein the first data is represented with different category labels than the second data;enhance the first data associated with the user to generate enhanced data, wherein enhancing the first data comprises: augmenting, based on an analysis of the first data, a plurality of data items of the first data with supplemental category labels such that the first data is represented by the supplemental category labels in a substantially similar form as the second data; andaugmenting, based on a further analysis of the first data, the plurality of data items of the first data with respective geolocation information;normalize a format of the enhanced first data such that the format of the enhanced first data and a format of the second data correspond to a normalized format; andin response to the request for data associated with the user, provide, to another computing device and via the normalized API, the enhanced first data and the second data in the normalized format,wherein the normalized API is configured, based on a determination of one or more operations associated with the institution or the second institution, to: provide an operation for the institution; andprevent the operation for the second institution.
  • 2. The computer system of claim 1, wherein requesting, via the first API associated with the institution and using the authentication credentials, data associated with the user comprises providing at least one of an identifier code or an authentication token via the first API associated with the institution.
  • 3. The computer system of claim 1, wherein: the authentication credentials associated with the user include at least a username associated with the user, and a password associated with the user; andrequesting, via the first API associated with the institution and using the authentication credentials, data associated with the user comprises providing, via the first API associated with the institution, the username associated with the user and the password associated with the user.
  • 4. The computer system of claim 1, wherein the another computing device is the first computing device.
  • 5. The computer system of claim 1, wherein the another computing device is a third computing device different from the first computing device and the second computing device.
  • 6. The computer system of claim 1, wherein the one or more hardware computer processors are configured to execute the plurality of computer executable instructions to further cause the computer system to: receive, from a fourth computing device, a second request for data associated with a second user, the second request including authentication credentials associated with the second user;identify a third institution, of the plurality of institutions, associated with the second request;request, via a third API, of the plurality of different APIs, associated with the third institution and using the authentication credentials associated with the second user, data associated with the second user from a fifth computing device associated with the third institution;receive the data associated with the second user from the fifth computing device;enhance the data associated with the second user to generate second enhanced data;normalize a format of the second enhanced data associated with the second user such that the second enhanced data associated with the second user may be provided via the standardized API; andin response to the request for data associated with the second user, provide, to yet another computing device and via the normalized API, the second enhanced data associated with the second user in a normalized format.
  • 7. The computer system of claim 6, wherein the computer system communicates with the first API associated with the institution and the third API associated with the third institution via different proxy instances.
  • 8. The computer system of claim 1, wherein the normalized API is configured to provide a substantially similar interface to the plurality of computing devices by abstracting away the plurality of different APIs associated with the plurality of institutions.
  • 9. The computer system of claim 1, wherein the one or more hardware computer processors are further configured to execute the plurality of computer executable instructions to cause the computer system to: normalize a format of the second data.
  • 10. A computer-implemented method comprising: by one or more hardware processors of a computer system configured to communicate with a plurality of computing devices associated with a plurality of institutions via a respective plurality of different application programming interfaces (“APIs”) associated with the plurality of institutions and provide data obtained from the plurality of computing devices in a normalized format and via a normalized API of the computer system, executing program instructions to cause the computer system to perform operations comprising: receiving, from a first computing device, a request for data associated with a user, the request including authentication credentials associated with the user;identifying an institution, of the plurality of institutions, associated with the request;requesting, via a first API, of the plurality of different APIs, associated with the institution and using the authentication credentials, data associated with the user from a second computing device associated with the institution, wherein the first API is a proprietary API of the institution;receiving first data associated with the user from the second computing device;receiving, via a second API, of the plurality of different APIs, associated with a second institution, second data associated with the user from a third computing device associated with the second institution, wherein the second API is a proprietary API of the second institution, wherein the first data is represented with different category labels than the second data;enhancing the first data associated with the user to generate enhanced data, wherein enhancing the first data comprises: augmenting, based on an analysis of the first data, a plurality of data items of the first data with supplemental category labels such that the first data is represented by the supplemental category labels in a substantially similar form as the second data; andaugmenting, based on a further analysis of the first data, the plurality of data items of the first data with respective geolocation information;normalizing a format of the enhanced first data such that the format of the enhanced first data and a format of the second data correspond to a normalized format; andin response to the request for data associated with the user, providing, to another computing device and via the normalized API, the enhanced first data and the second data in the normalized format,wherein the normalized API is configured, based on a determination of one or more operations associated with the institution or the second institution, to: provide an operation for the institution; andprevent the operation for the second institution.
  • 11. The computer-implemented method of claim 10, wherein requesting, via the first API associated with the institution and using the authentication credentials, data associated with the user comprises providing at least one of an identifier code or an authentication token via the first API associated with the institution.
  • 12. The computer-implemented method of claim 10, wherein: the authentication credentials associated with the user include at least a username associated with the user, and a password associated with the user; andrequesting, via the first API associated with the institution and using the authentication credentials, data associated with the user comprises providing, via the first API associated with the institution, the username associated with the user and the password associated with the user.
  • 13. The computer-implemented method of claim 10, wherein the another computing device is the first computing device.
  • 14. The computer-implemented method of claim 10, wherein the another computing device is a third computing device different from the first computing device and the second computing device.
  • 15. The computer-implemented method of claim 10 further comprising: by the one or more hardware processors executing program instructions: receiving, from a fourth computing device, a second request for data associated with a second user, the second request including authentication credentials associated with the second user;identifying a third institution, of the plurality of institutions, associated with the second request;requesting, via a third API, of the plurality of different APIs, associated with the third institution and using the authentication credentials associated with the second user, data associated with the second user from a fifth computing device associated with the third institution;receiving the data associated with the second user from the fifth computing device;enhancing the data associated with the second user to generate second enhanced data;normalizing a format of the second enhanced data associated with the second user such that the second enhanced data associated with the second user may be provided via the standardized API; andin response to the request for data associated with the second user, providing, to yet another computing device and via the normalized API, the second enhanced data associated with the second user in a normalized format.
  • 16. The computer-implemented method of claim 15, wherein communication with the first API associated with the institution and the third API associated with the third institution is performed via different proxy instances.
  • 17. A non-transitory computer readable storage medium of a computer system having program instructions embodied therewith, the computer system configured to communicate with a plurality of computing devices associated with a plurality of institutions via a respective plurality of different application programming interfaces (“APIs”) associated with the plurality of institutions and provide data obtained from the plurality of computing devices in a normalized format and via a normalized API of the non-transitory computer readable storage medium, the program instructions executable by one or more processors to cause the computer system to: receive, from a first computing device, a request for data associated with a user, the request including authentication credentials associated with the user;identify an institution, of the plurality of institutions, associated with the request;request, via a first API, of the plurality of different APIs, associated with the institution and using the authentication credentials, data associated with the user from a second computing device associated with the institution, wherein the first API is a proprietary API of the institution;receive first data associated with the user from the second computing device;receive, via a second API, of the plurality of different APIs, associated with a second institution, second data associated with the user from a third computing device associated with the second institution, wherein the second API is a proprietary API of the second institution, wherein the first data is represented with different category labels than the second data;enhance the first data associated with the user to generate enhanced data, wherein enhancing the first data comprises: augmenting, based on an analysis of the first data, a plurality of data items of the first data with supplemental category labels such that the first data is represented by the supplemental category labels in a substantially similar form as the second data; andaugmenting, based on a further analysis of the first data, the plurality of data items of the first data with respective geolocation information;normalize a format of the enhanced first data such that the format of the enhanced first data and a format of the second data correspond to a normalized format; andin response to the request for data associated with the user, provide, to another computing device and via the normalized API, the enhanced first data and the second data in the normalized format, wherein the normalized API is configured, based on a determination of one or more operations associated with the institution or the second institution, to: provide an operation for the institution; andprevent the operation for the second institution.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 16/396,505, filed Apr. 26, 2019, is a continuation of U.S. patent application Ser. No. 15/258,299, filed Sep. 7, 2016, which is a continuation of U.S. patent application Ser. No. 14/790,840, filed Jul. 2, 2015, which is a continuation of U.S. patent application Ser. No. 14/719,110, filed May 21, 2015, which claims the benefit of U.S. Provisional Application Ser. No. 62/001,452, filed on May 21, 2014, which is incorporated in its entirety by this reference.

US Referenced Citations (335)
Number Name Date Kind
5063507 Lindsey et al. Nov 1991 A
5237499 Garback Aug 1993 A
5347632 Filepp Sep 1994 A
5634127 Cloud May 1997 A
5649186 Ferguson Jul 1997 A
5701451 Rogers Dec 1997 A
5710884 Dedrick Jan 1998 A
5710918 Lagarde Jan 1998 A
5721908 Lagarde Feb 1998 A
5727159 Kikinis Mar 1998 A
5745754 Lagarde Apr 1998 A
5752246 Rogers May 1998 A
5778065 Hauser et al. Jul 1998 A
5778367 Wesinger, Jr. et al. Jul 1998 A
5787403 Randle Jul 1998 A
5793964 Rogers Aug 1998 A
5813007 Nielsen Sep 1998 A
5815665 Teper Sep 1998 A
5819284 Farber Oct 1998 A
5835724 Smith Nov 1998 A
5838910 Domenikos et al. Nov 1998 A
5838916 Domenikos et al. Nov 1998 A
5845073 Carlin Dec 1998 A
5855018 Chor et al. Dec 1998 A
5862325 Reed et al. Jan 1999 A
5870559 Leshem et al. Feb 1999 A
5875296 Shi Feb 1999 A
5878219 Vance Mar 1999 A
5892905 Brandt et al. Apr 1999 A
5892909 Grasso Apr 1999 A
5898836 Freivald Apr 1999 A
5901287 Bull May 1999 A
5903881 Schrader May 1999 A
5908469 Botz Jun 1999 A
5913214 Madnick Jun 1999 A
5918216 Miksovsky et al. Jun 1999 A
5920848 Schutzer Jul 1999 A
5926798 Carter Jul 1999 A
5930764 Melchione et al. Jul 1999 A
5930777 Barber Jul 1999 A
5933604 Inakoshi Aug 1999 A
5933816 Zeanah Aug 1999 A
5956720 Fernandez et al. Sep 1999 A
5961593 Gabber et al. Oct 1999 A
5961601 Iyengar Oct 1999 A
5963915 Kirsch Oct 1999 A
5963925 Kolling Oct 1999 A
5966967 Agrawal Oct 1999 A
5978828 Greer Nov 1999 A
5978842 Noble Nov 1999 A
5983267 Shklar et al. Nov 1999 A
5983268 Freivald Nov 1999 A
5987440 O'Neil Nov 1999 A
5987454 Hobbs Nov 1999 A
5995943 Bull Nov 1999 A
5999971 Buckland Dec 1999 A
6003032 Bunney et al. Dec 1999 A
6006333 Nielsen Dec 1999 A
6023698 Lavey Feb 2000 A
6041362 Mears et al. Mar 2000 A
6047327 Tso et al. Apr 2000 A
6055570 Nielsen Apr 2000 A
6078929 Rao Jun 2000 A
6082776 Feinberg Jul 2000 A
6092196 Reiche Jul 2000 A
6092197 Coueignoux Jul 2000 A
6105131 Carroll Aug 2000 A
6119101 Peckover Sep 2000 A
6138158 Boyle Oct 2000 A
6148337 Estberg et al. Nov 2000 A
6151581 Kraftson et al. Nov 2000 A
6151601 Papierniak Nov 2000 A
6182142 Win Jan 2001 B1
6185567 Ratnaraj et al. Feb 2001 B1
6195698 Lillibridge et al. Feb 2001 B1
6199077 Inala Mar 2001 B1
6205433 Boesch Mar 2001 B1
6208975 Bull Mar 2001 B1
6209007 Kelley et al. Mar 2001 B1
6243816 Fang et al. Jun 2001 B1
6246999 Riley et al. Jun 2001 B1
6278449 Sugiarto et al. Aug 2001 B1
6278999 Knapp Aug 2001 B1
6292789 Schutzer Sep 2001 B1
6297819 Furst Oct 2001 B1
6301584 Ranger Oct 2001 B1
6308203 Itabashi et al. Oct 2001 B1
6311275 Jin et al. Oct 2001 B1
6317783 Freishtat Nov 2001 B1
6360205 Iyengar Mar 2002 B1
6366933 Ball et al. Apr 2002 B1
6401118 Thomas Jun 2002 B1
6405245 Burson Jun 2002 B1
6412073 Rangan Jun 2002 B1
6424968 Broster Jul 2002 B1
6430539 Lazarus Aug 2002 B1
6484155 Kiss Nov 2002 B1
6499042 Markus Dec 2002 B1
6510451 Wu Jan 2003 B2
6519571 Guhen et al. Feb 2003 B1
6567411 Dahlen May 2003 B2
6567850 Freishtat May 2003 B1
6594766 Rangan Jul 2003 B2
6632248 Isaac et al. Oct 2003 B1
6633910 Rajan Oct 2003 B1
6631402 Devine Nov 2003 B1
6725200 Rost Apr 2004 B1
6802042 Rangan Oct 2004 B2
6859931 Cheyer et al. Feb 2005 B1
6957199 Fisher Oct 2005 B1
7028049 Shelton Apr 2006 B1
7072932 Stahl Jul 2006 B1
7092913 Cannon, Jr. Aug 2006 B2
7200578 Paltenghe et al. Apr 2007 B2
7263548 Daswani Aug 2007 B2
7275046 Tritt et al. Sep 2007 B1
7340411 Cook Mar 2008 B2
7370011 Bennett et al. May 2008 B2
7424520 Daswani Sep 2008 B2
7640210 Bennett et al. Dec 2009 B2
7752535 Satyavolu Jul 2010 B2
8006291 Headley et al. Aug 2011 B2
8010783 Cahill Aug 2011 B1
8086508 Dheer et al. Dec 2011 B2
8140431 Murphy Mar 2012 B1
8145914 Steeves Mar 2012 B2
8166562 Holvey et al. Apr 2012 B2
8209194 Nidy et al. Jun 2012 B1
8266515 Satyavolu Sep 2012 B2
8407118 Zazelenchuk Mar 2013 B1
8613066 Brezinski et al. Dec 2013 B1
8645264 Allison et al. Feb 2014 B2
8676611 McLaughlin et al. Mar 2014 B2
8739260 Damm-Goossens May 2014 B1
8788416 Vu Jul 2014 B1
8995967 Billman Mar 2015 B1
9106642 Bhimanail Aug 2015 B1
9202250 Palaniappan Dec 2015 B1
9418387 Aaron et al. Aug 2016 B1
9430892 Amdahl Aug 2016 B2
9449346 Hockey Sep 2016 B1
9595023 Hockey et al. Mar 2017 B1
9699187 Chen et al. Jul 2017 B2
9774590 Bronshtein et al. Sep 2017 B1
9906520 Fouad et al. Feb 2018 B2
9946996 Bedell Apr 2018 B1
10003591 Hockey Jun 2018 B2
10104059 Hockey Oct 2018 B2
10319029 Hockey Jun 2019 B1
10339608 Haitz et al. Jul 2019 B1
10523653 Hockey Dec 2019 B2
10530761 Hockey Jan 2020 B2
10546348 Lesner et al. Jan 2020 B1
10614463 Hockey Apr 2020 B1
10679303 Aaron et al. Jun 2020 B1
10726491 Hockey Jul 2020 B1
10762559 Alejo et al. Sep 2020 B2
10878421 Putnam Dec 2020 B2
10904239 Hockey et al. Jan 2021 B2
10984468 Hockey et al. Apr 2021 B1
11030682 Hockey et al. Jun 2021 B1
11050729 Hockey et al. Jun 2021 B2
11216814 Hockey et al. Jan 2022 B1
11295294 Kurani et al. Apr 2022 B1
11316862 Pate et al. Apr 2022 B1
11327960 Jin et al. May 2022 B1
11430057 Hockey et al. Aug 2022 B1
11468085 Putmman et al. Oct 2022 B2
11503010 Hockey et al. Nov 2022 B2
20010011274 Klug et al. Aug 2001 A1
20020002596 Sugiarto et al. Jan 2002 A1
20020065772 Saliba et al. May 2002 A1
20020091635 Dilip et al. Jul 2002 A1
20020095588 Shigematsu et al. Jul 2002 A1
20030023879 Wray Jan 2003 A1
20030028646 Wray Feb 2003 A1
20030060896 Hulai Mar 2003 A9
20030158960 Engberg Aug 2003 A1
20030163425 Cannon, Jr. Aug 2003 A1
20030182035 DiLodovico et al. Sep 2003 A1
20030185370 Rosera et al. Oct 2003 A1
20030204460 Robinson Oct 2003 A1
20040059672 Baig et al. Mar 2004 A1
20050027617 Zucker et al. Feb 2005 A1
20050154913 Barriga et al. Jul 2005 A1
20050177510 Hilt et al. Aug 2005 A1
20050222929 Steier et al. Oct 2005 A1
20050246269 Smith Nov 2005 A1
20060015358 Chua Jan 2006 A1
20060116949 Wehunt et al. Jun 2006 A1
20060136332 Ziegler Jun 2006 A1
20060190569 Neil Aug 2006 A1
20060236384 Lindholm et al. Oct 2006 A1
20070179883 Questembert Aug 2007 A1
20070179942 Heggem Aug 2007 A1
20070198432 Pitroda et al. Aug 2007 A1
20070225047 Bakos Sep 2007 A1
20070255662 Tumminaro Nov 2007 A1
20070289002 van der Horst et al. Dec 2007 A1
20080051059 Fisher Feb 2008 A1
20080052192 Fisher Feb 2008 A1
20080052233 Fisher Feb 2008 A1
20080120129 Seubert et al. May 2008 A1
20080162361 Sklovsky Jul 2008 A1
20080183628 Oliver et al. Jul 2008 A1
20080243784 Stading Oct 2008 A1
20080249931 Gilder et al. Oct 2008 A1
20080250246 Arditti et al. Oct 2008 A1
20090037308 Feinstein Feb 2009 A1
20090070257 Csoka Mar 2009 A1
20090157555 Biffle et al. Jun 2009 A1
20090222900 Benaloh et al. Sep 2009 A1
20090228779 Williamson et al. Sep 2009 A1
20090245521 Vembu Oct 2009 A1
20090271847 Karjala et al. Oct 2009 A1
20090328177 Frey et al. Dec 2009 A1
20100027552 Hill Feb 2010 A1
20100043054 Kidwell Feb 2010 A1
20100049850 Nanduri et al. Feb 2010 A1
20100169072 Zaki et al. Jul 2010 A1
20100185868 Grecia Jul 2010 A1
20100205065 Kumar Aug 2010 A1
20100223160 Brown Sep 2010 A1
20100235882 Moore Sep 2010 A1
20100313255 Khuda Dec 2010 A1
20100325710 Etchegoyen Dec 2010 A1
20110055079 Meaney et al. Mar 2011 A1
20110196790 Milne Aug 2011 A1
20110238550 Reich et al. Sep 2011 A1
20110247060 Whitmyer, Jr. Oct 2011 A1
20110295731 Waldron, III et al. Dec 2011 A1
20120059706 Goenka Mar 2012 A1
20120116880 Patel et al. May 2012 A1
20120129503 Lindeman et al. May 2012 A1
20120191603 Nuzzi Jul 2012 A1
20120209775 Milne Aug 2012 A1
20120215688 Musser et al. Aug 2012 A1
20120233212 Newton Sep 2012 A1
20120246073 Gore et al. Sep 2012 A1
20120253876 Hersch Oct 2012 A1
20120278201 Milne Nov 2012 A1
20120281058 Laney et al. Nov 2012 A1
20120284175 Wilson et al. Nov 2012 A1
20120323717 Kirsch Dec 2012 A1
20130019297 Lawson et al. Jan 2013 A1
20130041736 Coppinger Feb 2013 A1
20130041739 Coppinger Feb 2013 A1
20130041744 Coppinger Feb 2013 A1
20130046599 Coppinger Feb 2013 A1
20130097685 Kennedy et al. Apr 2013 A1
20130125223 Sorotokin et al. May 2013 A1
20130174015 Jeff L. Jul 2013 A1
20130191526 Zhao Jul 2013 A1
20130232006 Holcomb et al. Sep 2013 A1
20130232159 Daya Sep 2013 A1
20130247005 Hirsch et al. Sep 2013 A1
20130282577 Milne Oct 2013 A1
20130318592 Grier, Sr. et al. Nov 2013 A1
20140006244 Crowley Jan 2014 A1
20140032414 Beisner et al. Jan 2014 A1
20140040148 Ozvat et al. Feb 2014 A1
20140044123 Lawson et al. Feb 2014 A1
20140067499 Stepanovich Mar 2014 A1
20140150072 Castro et al. May 2014 A1
20140165156 Fushman et al. Jun 2014 A1
20140173695 Valdivia Jun 2014 A1
20140180962 Fiala et al. Jun 2014 A1
20140189002 Orioli Jul 2014 A1
20140189808 Mahaffey et al. Jul 2014 A1
20140189828 Baghdasaryan et al. Jul 2014 A1
20140208389 Kelley Jul 2014 A1
20140215551 Allain et al. Jul 2014 A1
20140229462 Lo Aug 2014 A1
20140236716 Shapiro et al. Aug 2014 A1
20140245411 Meng et al. Aug 2014 A1
20140258063 Chourasia et al. Sep 2014 A1
20140280555 Tapia et al. Sep 2014 A1
20140344141 Cook Nov 2014 A1
20140358704 Banerjee et al. Dec 2014 A1
20140365350 Shvarts Dec 2014 A1
20150026024 Calman et al. Jan 2015 A1
20150046338 Laxminarayanan et al. Feb 2015 A1
20150066719 Agrawal et al. Mar 2015 A1
20150066765 Banks et al. Mar 2015 A1
20150088707 Drury et al. Mar 2015 A1
20150088732 Devan, Jr. et al. Mar 2015 A1
20150113511 Poulin Apr 2015 A1
20150161608 Gilbert Jun 2015 A1
20150193871 Murphy Jul 2015 A1
20150254672 Huesch et al. Sep 2015 A1
20150281225 Schoen et al. Oct 2015 A1
20150310562 Chourasia et al. Oct 2015 A1
20150339664 Wong et al. Nov 2015 A1
20150365399 Biswas et al. Dec 2015 A1
20160063657 Chen et al. Mar 2016 A1
20170118301 Kouru et al. Apr 2017 A1
20170132633 Whitehouse May 2017 A1
20170148021 Goldstein et al. May 2017 A1
20170193112 Desineni et al. Jul 2017 A1
20170193486 Parekh Jul 2017 A1
20170200137 Vilmont Jul 2017 A1
20170200234 Morse Jul 2017 A1
20170262840 Dunwoody Sep 2017 A1
20170300960 Khvostov et al. Oct 2017 A1
20170301013 Alejo et al. Oct 2017 A1
20170308902 Quiroga et al. Oct 2017 A1
20180060927 Gupta Mar 2018 A1
20180157851 Sgambati et al. Jun 2018 A1
20180191685 Bajoria Jul 2018 A1
20180196694 Banerjee et al. Jul 2018 A1
20180232734 Smets et al. Aug 2018 A1
20180246943 Avagyan et al. Aug 2018 A1
20180267847 Smith et al. Sep 2018 A1
20180267874 Keremane et al. Sep 2018 A1
20180330342 Prakash et al. Nov 2018 A1
20180349909 Allen et al. Dec 2018 A1
20180367428 Di Pietro et al. Dec 2018 A1
20190075115 Anderson et al. Mar 2019 A1
20190180364 Chong et al. Jun 2019 A1
20190333159 Chourasia et al. Oct 2019 A1
20190354544 Hertz et al. Nov 2019 A1
20200106764 Hockey et al. Apr 2020 A1
20200110585 Perry Apr 2020 A1
20200201878 Putnam et al. Jun 2020 A1
20200234376 Lord et al. Jul 2020 A1
20210004439 Xiong et al. Jan 2021 A1
20210165960 Eisenschlos et al. Jun 2021 A1
20210217016 Putman Jul 2021 A1
20210233162 Hockey et al. Jul 2021 A1
20210281558 Hockey et al. Sep 2021 A1
20210288956 Hockey et al. Sep 2021 A1
20210350340 Lai et al. Nov 2021 A1
20220217147 Pate et al. Jul 2022 A1
20220229980 Jin et al. Jul 2022 A1
20220327141 Pubman Oct 2022 A1
Foreign Referenced Citations (15)
Number Date Country
0 848 336 Jun 1998 EP
0 848 338 Jun 1998 EP
0 848 339 Jun 1998 EP
2 747 374 Jun 2014 EP
3 347 846 Jul 2018 EP
WO 9638795 Dec 1996 WO
WO 9710542 Mar 1997 WO
WO 9709682 May 1997 WO
WO 9726612 Jul 1997 WO
WO 9737314 Oct 1997 WO
WO 9814896 Apr 1998 WO
WO 0025227 May 2000 WO
WO 2017044479 Mar 2017 WO
WO 2017173021 Oct 2017 WO
WO 2022082186 Apr 2022 WO
Non-Patent Literature Citations (82)
Entry
Drury et al, “Systems and Methods of Access Control and System Integration”, U.S. Appl. No. 61/881,314, filed Sep. 23, 2013 (Year: 2013).
A. H. W. Ding et al., “A distributed framework for mining financial data,” 4th IEEE International Conference on Cloud Computing Technology and Science Proceedings, Taipei, Taiwan, 2012, pp. 863-868, doi: 10.1109/CloudCom.2012.6427505. (Year: 2012).
International Search Report and Written Opinion in PCT Application No. PCT/US2021/030808, dated Jun. 21, 2021, 11 pages.
M. C. McChesney, “Banking in cyberspace: an investment in itself,” IEEE Spectrum, vol. 34, No. 2, Feb. 1997, pp. 54-59.
U.S. Appl. No. 16/800,543, System and Method for Facilitating Programmatic Verification of Transactions, filed Feb. 25, 2020.
U.S. Appl. No. 17/230,835, Systems and Methods for Estimating Past and Prospective Attribute Values Associated With a User Account, filed Apr. 14, 2021.
U.S. Appl. No. 16/570,630, Secure Authorization of Access to User Accounts by One or More Authorization Mechanisms, filed Sep. 13, 2019.
U.S. Appl. No. 17/499,696, Systems and Methods for Data Parsing, filed Oct. 12, 2021.
Examination Report in CA Application No. 3119897 dated Jul. 30, 2021, 6 pages.
U.S. Appl. No. 16/396,505, System and Method for Programmatically Accessing Financial Data, filed Apr. 26, 2019.
U.S. Appl. No. 16/688,192, Secure Permissioning of Access to User Accounts, Including Secure Deauthorization of Access to User Accounts, filed Nov. 19, 2019.
“A Single Login Web Service Integrator—WebEntrance”, Yan Zhao, Sixth International World Wide Web Conference, Santa Clara, CA, Apr. 7-11, 1997.
“Automatic Notification of Web Sites Changes,” Google Groups, Aug. 30, 1995.
“Boeing Chooses NetMind Enterprise Minder to Help Thousands of Employees Track Web-Based Information,” PR Newswire, Nov. 19, 1998.
“Caravelle's InfoWatcher 1.1 Keeps an Eye on the Web,” PC Week 1997.
“Cognisoft Announces IntelliServ, A Revolutionary Intranet Information Management Application; a Powerful Solution that Enables the Right Information to Find the Right User at the Right Time,” Business Wire, p. 8140125, Aug. 14, 1996.
“FirstFloor and AirMedia Announce Partnership,” Business Wire 1997 (“FirstFloor”).
“Fujitsu Announces ‘WebAgent’ Application as part of ByeDesk Link Wireless Server Software,” Business Wire, Sep. 1, 1998.
“Fujitsu Announces Availability of ByeDesk Link for Alpha-Numeric Pagers; Next Step in Empowering Mobile Workforces with ‘Anyplace, Anytime’ Information,” Business Wire, Jul. 9, 1998.
“Fujitsu Picks NetMind for Wireless Web Agent Software,” Computergram International, Sep. 2, 1998.
“Fujitsu's ByeDesk Link Now Available on the PalmPilot,” Business Wire, Sep. 21, 1998.
“GC Tech's GlobeID Payment Internet Commerce Software Supports Microsoft, Merchant Server,” Business Wire, Jan. 21, 1997, p. 1211286.
“Highly Scalable On-Line Payments via Task Decoupling,” Financial Cryptography First International Conference, 1998, p. 355-373.
“Minding Web Site Changes,” PC Week, Sep. 14, 1998.
“NetMind Accepts $7 Million Strategic Investment From Three Prominent Vc Firms—BancBoston, Softbank and Draper Fisher Jurvestson,” PR Newswire, Nov. 6, 1998.
“NetMind Updates the World's Largest Free Web Tracking Service,” PR Newswire, Sep. 18, 1998.
“The AT&T Internet Difference Engine: Tracking and Viewing Changes on the Web,” World Wide Web 1 (1); Jan. 1998, pp. 27-44.
“Versatile Intelligent Agents in Commercial Applications,” Google Groups, Dec. 12, 1998.
“Web Interface Definition Language (WIDL)”, W3 Consortium submission from webMethods, Inc., Sep. 22, 1997.
“WebEntree: A Web Service Aggregator”, Y. Zhao, IBM Systems Journal, vol. 37, No. 4, 1998.
A hierarchical approach to wrapper induction, Ion Muslea, Steve Minton, and Craig A. Knoblock. In Proceedings of the 3rd International Conference on Autonomous Agents 1999, Seattle, WA, 1999. May 1-5, 1999.
Building agents for internet-base supply chain integration, Craig A. Knoblock and Steven Minton. In Proceedings of the Workshop on Agents for Electronic Commerce and Managing the Internet-Enabled Supply Chain, Seattle, WA, 1999. May 1-5, 1999.
Chaulagain et al., “Cloud Based Web Scraping for Big Data Application.” IEEE International Conference on Smart Cloud, 2017, pp. 138-143.
Corena et al., “Secure and fast aggregation of financial data in cloud-based expense tracking applications.” Journal of Network and Systems Management 20.4 (2012): 534-560.
Examination Report in CA Application No. 2997115, dated Jun. 20, 2019.
Examination Report in CA Application No. 2997115, dated Nov. 13, 2019.
Examination Report in CA Application No. 2997115 dated Apr. 2, 2020.
Hagel et al. “The Coming Battle for Customer Information.” Harvard Business Review, Jan.-Feb. 1997, reprint No. 97104.
Hummer, Waldemar, Philipp Leitner, and Schahram Dustdar. “Ws-aggregation: distributed of web services data.” Proceedings of the 2011 ACM Symposium on Applied Computing. ACM, 2011.
Intelligent caching for information mediators: A kr based approach, Naveen Ashish, Craig A. Knoblock, and Cyrus Shahabi. In Proceedings of the Workshop on Knowledge Representation meets Databases (KRDB), Seattle, WA, 1998. Presented May 1, 1998.
International Search Report in PCT Application No. PCT/US2016/050536, dated Dec. 15, 2016.
Johner et al. “Sign on with IBM's Global Sign-On!” IBM manual, Nov. 1998. Part 1, in 184 pages.
Johner et al. “Sign on with IBM's Global Sign-On!” IBM manual, Nov. 1998. Part 2, pp. 166-307.
Kim, Young-Gon et. al., ‘A Design of User Authentication System Using QR code Identifying Method’, 6th International Conference on Computer Sciences and Convergence Information Technology (ICCIT), pp. 31-35, 2011.
Kyeongwon C., et. al., ‘A Mobile based Anti-Phishing Authentication Scheme using QR code’, IEEE International Conference on Mobile IT Convergence, pp. 109-113, 2011.
Mancini et al., “Simulation in the Cloud Using Handheld Devices,” Workshop on Modeling and Simulation on Grid and Cloud Computing, Apr. 25, 2012, 8 pages.
Modeling web sources for information integration, Craig A. Knoblock, Steven Minton, Jose Luis Ambite, Naveen Ashish, Pragnesh Jay Modi, Ion Muslea, Andrew G. Philpot, and Sheila Tejada. In Proceedings of the Fifteenth National Conference on Artificial Intelligence, Madison, WI, 1998. Jul. 26-30, 1998.
Mohammed et al. A Multi-layer of Multi Factors Authentication Model for Online Banking Services, Oct. 15, 2013, 2013 International Conference on Computing, Electrical and Electronic Engineering (ICCEEE), pp. 220-224.
Neville, S.W. et al. Efficiently Archieving Full Three-Way Non-repudiation in Consumer-level eCommerce and M-Commerce Transactions, Nov. 1, 2011, 2011 IEEE 10th International Conference on Trust, Security and Privacy in Computing and Communications, pp. 664-672.
Optimizing Information Agents by Selectively Materializing Data, Naveen Ashish, Craig A. Knoblock, and Cyrus Shahabi. In Proceedings of the AAAI'98 Workshop on AI and Information Integration, Madison, WI, 1998. Jul. 26-30, 1998.
O'Riain et al., “XBRL and open data for global financial ecosystems: a linked data approach.” International Journal of Accounting Information Systems 13.2 (2012): 141-162.
Quwaider et al., “Experimental Framework for Mobile Cloud Computing System”, Jordan University of Science and Technology, Procedia Computer Science 52, 2015, pp. 1147-1152.
Semi-automatic wrapper generation for Internet information sources, Naveen Ashish and Craig A. Knoblock. In Proceedings of the Second IFCIS International Conference on Cooperative Information Systems, Kiawah Island, SC, 1997. Jun. 24-27, 1997.
Sunwoo et al., “A Structured Approach to the Simulation, Analysis and Characterization of Smartphone Applications”, IEEE 2013, pp. 113-122.
Supplementary European Search Report in EP Application No. 16844973.4, dated Jan. 4, 2019.
The ariadne approach to web-based information integration, Craig A. Knoblock and Steven Minton. IEEE Intelligent Systems, 13(5), Sep./Oct. 1998.
Wrapper generation for semi-structured Internet sources, Naveen Ashish and Craig A. Knoblock. In Proceedings of the Workshop on Management of Semistructured Data, Tucson, AZ, 1997. May 13-15, 1997.
Wrapper induction for semistructured, web-based information sources, Ion Muslea, Steven Minton, and Craig A. Knoblock. In Proceedings of the Conference on Automated Learning and Discovery Workshop on Learning from Text and the Web, Pittsburgh, PA, 1998. Jun. 11-13, 1998.
Y. Zhao, WebEntree: A Web Service Aggregator, IBM Systems Journal, vol. 37, No. 4, 1998, pp. 584-595.
Examination Report in CA Application No. 2997115 dated Nov. 2, 2020, 3 pages.
Examination Report in EP Application No. 16844973.4 dated Nov. 4, 2020, 6 pages.
Examination Report in AU Application No. 2016321166 dated Dec. 7, 2020, 5 pages.
U.S. Appl. No. 14/719,110, System and Method for Programmatically Accessing Financial Data, filed May 21, 2015.
U.S. Appl. No. 14/719,117, System and Method for Facilitating Programmatic Verification of Transactions, filed May 21, 2015.
U.S. Appl. No. 17/533,728, System and Method for Facilitating Programmatic Verification of Transactions, filed Nov. 23, 2021.
U.S. Appl. No. 17/303,432, Secure Permissioning of Access to User Accounts, Including Secure Deauthorization of Access to User Accounts, filed May 28, 2021.
U.S. Appl. No. 17/126,673, Secure Permissioning of Access to User Accounts, Including Secure Deauthorization of Access to User Accounts, filed Dec. 18, 2020.
U.S. Appl. No. 16/900,052, Parameter-Based Computer Evaluation of User Accounts Based on User Account Data Stored in One or More Databases, filed Jun. 12, 2020.
U.S. Appl. No. 17/230,835, Systems and Methods for Estimating Past and Prospective Attribute Values Associated With a User Accout, filed Apr. 14, 2021.
U.S. Appl. No. 17/656,528, Secure Authorization of Access to User Accounts by One or More Authorization Mechanisms, filed Mar. 25, 2022.
U.S. Appl. No. 16/042,147, Browser-Based Aggregation, filed Jul. 23, 2018.
U.S. Appl. No. 17/103,267, Data Verified Deposits, filed Nov. 24, 2020.
U.S. Appl. No. 17/302,499, Secure Updating of Allocations to User Accounts, filed May 4, 2021.
U.S. Appl. No. 17/658,416, Systems and Methods for Data Parsing, filed Apr. 7, 2022.
Chard et al., “Efficient and Secure Transfer, Synchronization, and Sharing of Big Data”, IEEE Cloud Computing, 2014, vol. 1, Issue 3, pp. 46-55.
Devlin, J. et al., “BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding,” arXive, May 24, 2019, retrieved from the internet, URL: https://arxiv.org/pdf/1810.04805.pdf, 16 pages.
Jin, C. “How Plaid parses transaction data,” Oct. 22, 2020, retrieved from the internet, URL: https://plaid.com/blog/how-plaid-parsestransaction-data/, 10 pages.
European Search Report in EP Application No. 21215799.4 dated Mar. 25, 2022, 8 pages.
International Search Report and Written Opinion in PCT Application No. PCT/US2021/071851, dated Dec. 13, 2021, 10 pages.
Adam et al., “Backend Server System Design Based on REST API for Cashless Payment System on Retail Community”, International Electronics Symposium (IES), Sep. 2019, pp. 208-213.
Examination Report No. 1 in AU Application No. 2021250924, dated Oct. 25, 2022.
International Preliminary Report on Patentability in PCT Application No. PCT/US2021/030808, dated Nov. 8, 2022.
Provisional Applications (1)
Number Date Country
62001452 May 2014 US
Continuations (4)
Number Date Country
Parent 16396505 Apr 2019 US
Child 17302630 US
Parent 15258299 Sep 2016 US
Child 16396505 US
Parent 14790840 Jul 2015 US
Child 15258299 US
Parent 14719110 May 2015 US
Child 14790840 US