Method, System, and Computer Program Product for Dynamic Development of an Application Programming Interface
A method for dynamic development of an application programming interface (API) including: receiving a first data file; generating an API configured to receive client data associated with a transaction message, where the generating the API includes: providing a data agnostic template; for each specific data parameter of the plurality of specific data parameters, assigning each template field with a corresponding specific data entry associated with the specific data parameter; and configuring a second user interface associated with the API by associating at least one display parameter with each specific data parameter of the plurality of specific data parameters; and displaying the second user interface such that a field displayed by the second user interface is configured to receive the data associated with each specific data parameter of the plurality of specific data parameters.
This application is a continuation application of U.S. patent application Ser. No. 16/210,294, filed Dec. 5, 2018, the disclosure of which is hereby incorporated by reference in its entirety.
BACKGROUND 1. FieldThe disclosure relates to development of an application programming interface (API) and, in one non-limiting embodiment or aspect, to a method, system, and computer program product for dynamic development of an API, such as an API configured for onboarding a client by converting a first data file of a client having a first format to a second data file having a second format, which may be used to generate the API.
2. Technical ConsiderationsAn application programming interface (API) may include a set of subroutine definitions, communication protocols, and/or tools for building software. For example, an API may be a set of clearly defined methods of communication between various components of a computer, a computer system, a network of computers, and/or the like. In some instances, an API may be used for a web-based computer system, a computer operating system, database system, computer hardware, and/or a software library. An API may include an API specification that may include specifications for routines, data structures, object classes, variables, and/or remote calls to be made by a computer.
In an electronic payment processing network, an acquirer system of an acquirer bank wishing to process transactions using a transaction processing system of a transaction service provider may undergo an onboarding process. The onboarding process may allow the acquirer system to process transactions as a part of the electronic payment processing network facilitated by the transaction service provider. Processing of the transaction may require the acquirer system to communicate static data that does not change for the acquirer system from transaction to transaction.
The above-described onboarding example may include a situation where an acquirer system is onboarded by reconfiguring stored data from a first format to a second format, and, for each example, the reconfiguring may vary based on the client's initial data format (e.g., the first format).
Existing systems performing this onboarding process may include static screens (e.g., user interfaces). Reconfiguring the static screens to conform to the data received may require significant development efforts, which impacts the ultimate time required to complete onboarding. These existing systems may undergo a cumbersome development cycle in which, based on the first format of the data received from the client, a suitable API must be developed.
SUMMARYAccordingly, and generally, provided is an improved method, system, and computer program product for dynamic development of an application programming interface (API).
According to a non-limiting embodiment or aspect, a method for dynamic development of an API includes: receiving, with at least one processor, a first data file including a plurality of data entries, each data entry including a plurality of values of a plurality of specific data parameters; generating, with at least one processor, an API configured to receive client data associated with a transaction message, where the generating the API includes: providing a data agnostic template including a first graphical user interface, the data agnostic template including a plurality of data agnostic parameters, each data agnostic parameter including a template field, each template field configured to receive a specific data entry associated with a specific data parameter of the plurality of specific data parameters; for each specific data parameter of the plurality of specific data parameters, assigning each template field with a corresponding specific data entry associated with the specific data parameter; and configuring a second user interface associated with the API by associating at least one display parameter with each specific data parameter of the plurality of specific data parameters; and displaying, with at least one processor, the second user interface, such that a field displayed by the second user interface is configured to receive the data associated with each specific data parameter of the plurality of specific data parameters.
In one non-limiting embodiment or aspect, a specific data parameter of the plurality of specific data parameters may include a specific label associated with the specific data parameter. The plurality of specific data parameters may include at least one data element associated with data elements defined by ISO 8583. The plurality of specific data parameters may include at least one data element associated with a client identifier. The first data file may be associated with an a first acquirer system, and the method may further include: receiving, with at least one processor, the data associated with each specific data parameter of the plurality of specific data parameters; based on the received data, generating, with at least one processor, a second data file; generating, with at least one processor and based on the second data file, an API associated with the first acquirer system; receiving, with at least one processor, an abbreviated transaction message from the first acquirer system, the abbreviated transaction message associated with a payment transaction; and augmenting, with at least one processor and based on the API, the abbreviated transaction message with at least a portion of the data from the second data file. The method may further include: receiving, with at least one processor, another data file including a plurality of data entries, each data entry including a plurality of second specific data parameters, the second specific data parameters different from the specific data parameters associated with the first data file; and using the data agnostic template to display a user interface configured to receive client data associated with each second specific data parameter of the plurality of second specific data parameters. The first data file may be received by a transaction processing system of a transaction service provider from an issuer system of an issuer bank or an acquirer system of an acquirer.
According to a non-limiting embodiment or aspect, a system for dynamic development of an API includes at least one processor programmed or configured to: receive a first data file including a plurality of data entries, each data entry including a plurality of values of a plurality of specific data parameters; generate an API configured to receive client data associated with a transaction message by: providing a data agnostic template including a first graphical user interface, the data agnostic template including a plurality of data agnostic parameters, each data agnostic parameter including a template field, each template field configured to receive a specific data entry associated with a specific data parameter of the plurality of specific data parameters; for each specific data parameter of the plurality of specific data parameters, assigning each template field with a corresponding specific data entry associated with the specific data parameter; and configuring a second user interface associated with the API by associating at least one display parameter with each specific data parameter of the plurality of specific data parameters; and display the second user interface, such that a field displayed by the second user interface is configured to receive the data associated with each specific data parameter of the plurality of specific data parameters.
In one non-limiting embodiment or aspect, a specific data parameter of the plurality of specific data parameters may include a specific label associated with the specific data parameter. The plurality of specific data parameters may include at least one data element associated with data elements defined by ISO 8583. The plurality of specific data parameters may include at least one data element associated with a client identifier. The first data file may be associated with an a first acquirer system, and the at least one processor may be programmed or configured to: receive the data associated with each specific data parameter of the plurality of specific data parameters; based on the received data, generate a second data file; generate, based on the second data file, an API associated with the first acquirer system; receive an abbreviated transaction message from the first acquirer system, the abbreviated transaction message associated with a payment transaction; and augment, based on the API, the abbreviated transaction message with at least a portion of the data from the second data file. The first data file may be associated with a first acquirer system, and the one or more instructions may cause the at least one processor to: receive the data associated with each specific data parameter of the plurality of specific data parameters; based on the received data, generate a second data file; generate, based on the second data file, an API associated with the first acquirer system; receive an abbreviated transaction message from the first acquirer system, the abbreviated transaction message associated with a payment transaction; and augment, based on the API, the abbreviated transaction message with at least a portion of the data from the second data file. The at least one processor may be programmed or configured to: receive another data file including a plurality of data entries, each data entry including a plurality of second specific data parameters, the second specific data parameters different from the specific data parameters associated with the first data file; and use the data agnostic template to display a user interface configured to receive data associated with each second specific data parameter of the plurality of second specific data parameters. The first data file may be received by a transaction processing system of a transaction service provider from an issuer system of an issuer bank or an acquirer system of an acquirer.
According to a non-limiting embodiment or aspect, a computer program product for dynamic development of an application programming interface (API), the computer program product including at least one non-transitory computer-readable medium including one or more instructions that, when executed by at least one processor, cause the at least one processor to: receive a first data file including a plurality of data entries, each data entry including a plurality of values of a plurality of specific data parameters; generate an API configured to receive client data associated with a transaction message by: providing a data agnostic template including a first graphical user interface, the data agnostic template including a plurality of data agnostic parameters, each data agnostic parameter including a template field, each template field configured to receive a specific data entry associated with a specific data parameter of the plurality of specific data parameters; for each specific data parameter of the plurality of specific data parameters, assigning each template field with a corresponding specific data entry associated with the specific data parameter; and configuring a second user interface associated with the API by associating at least one display parameter with each specific data parameter of the plurality of specific data parameters; and display the second user interface, such that a field displayed by the second user interface is configured to receive the data associated with each specific data parameter of the plurality of specific data parameters.
In one non-limiting embodiment or aspect, a specific data parameter of the plurality of specific data parameters may include a specific label associated with the specific data parameter. The plurality of specific data parameters may include at least one data element associated with data elements defined by ISO 8583. The plurality of specific data parameters may include at least one data element associated with a client identifier. The one or more instructions may cause the at least one processor to: in response to displaying the second user interface, convert, using the generated API, the first data file into a converted data file having a predetermined second format. The one or more instructions may cause the at least one processor to: receive another data file including a plurality of data entries, each data entry including a plurality of second specific data parameters, the second specific data parameters different from the specific data parameters associated with the first data file; and use the data agnostic template to display a user interface configured to receive client data associated with each second specific data parameter of the plurality of second specific data parameters. The first data file may be received by a transaction processing system of a transaction service provider from an issuer system of an issuer bank or an acquirer system of an acquirer.
Further embodiments or aspects are set forth in the following numbered clauses:
Clause 1: A method for dynamic development of an application programming interface (API) comprising: receiving, with at least one processor, a first data file comprising a plurality of data entries, each data entry comprising a plurality of values of a plurality of specific data parameters; generating, with at least one processor, an API configured to receive client data associated with a transaction message, wherein the generating the API comprises: providing a data agnostic template including a first graphical user interface, the data agnostic template comprising a plurality of data agnostic parameters, each data agnostic parameter comprising a template field, each template field configured to receive a specific data entry associated with a specific data parameter of the plurality of specific data parameters; for each specific data parameter of the plurality of specific data parameters, assigning each template field with a corresponding specific data entry associated with the specific data parameter; and configuring a second user interface associated with the API by associating at least one display parameter with each specific data parameter of the plurality of specific data parameters; and displaying, with at least one processor, the second user interface, such that a field displayed by the second user interface is configured to receive the data associated with each specific data parameter of the plurality of specific data parameters.
Clause 2: The method of clause 1, wherein a specific data parameter of the plurality of specific data parameters comprises a specific label associated with the specific data parameter.
Clause 3: The method of clause 1 or 2, wherein the plurality of specific data parameters comprise at least one data element associated with data elements defined by ISO 8583.
Clause 4: The method of any of clauses 1-3, wherein the plurality of specific data parameters comprise at least one data element associated with a client identifier.
Clause 5: The method of any of clauses 1-4, wherein the first data file is associated with a first acquirer system, the method further comprising: receiving, with at least one processor, the data associated with each specific data parameter of the plurality of specific data parameters; based on the received data, generating, with at least one processor, a second data file; generating, with at least one processor and based on the second data file, an API associated with the first acquirer system; receiving, with at least one processor, an abbreviated transaction message from the first acquirer system, the abbreviated transaction message associated with a payment transaction; and augmenting, with at least one processor and based on the API, the abbreviated transaction message with at least a portion of the data from the second data file.
Clause 6: The method of any of clauses 1-5, further comprising: receiving, with at least one processor, another data file comprising a plurality of data entries, each data entry comprising a plurality of second specific data parameters, the second specific data parameters different from the specific data parameters associated with the first data file; and using the data agnostic template to display a user interface configured to receive client data associated with each second specific data parameter of the plurality of second specific data parameters.
Clause 7: The method of any of clauses 1-6, wherein the first data file is received by a transaction processing system of a transaction service provider from an issuer system of an issuer bank or an acquirer system of an acquirer.
Clause 8: A system for dynamic development of an application programming interface (API) comprising at least one processor programmed or configured to: receive a first data file comprising a plurality of data entries, each data entry comprising a plurality of values of a plurality of specific data parameters; generate an API configured to receive client data associated with a transaction message by: providing a data agnostic template including a first graphical user interface, the data agnostic template comprising a plurality of data agnostic parameters, each data agnostic parameter comprising a template field, each template field configured to receive a specific data entry associated with a specific data parameter of the plurality of specific data parameters; for each specific data parameter of the plurality of specific data parameters, assigning each template field with a corresponding specific data entry associated with the specific data parameter; and configuring a second user interface associated with the API by associating at least one display parameter with each specific data parameter of the plurality of specific data parameters; and display the second user interface, such that a field displayed by the second user interface is configured to receive the data associated with each specific data parameter of the plurality of specific data parameters.
Clause 9: The system of clause 8, wherein a specific data parameter of the plurality of specific data parameters comprises a specific label associated with the specific data parameter.
Clause 10: The system of clause 8 or 9, wherein the plurality of specific data parameters comprise at least one data element associated with data elements defined by ISO 8583.
Clause 11: The system of any of clauses 8-10, wherein the plurality of specific data parameters comprise at least one data element associated with a client identifier.
Clause 12: The system of any of clauses 8-11, wherein the first data file is associated with a first acquirer system and the at least one processor is programmed or configured to: receive the data associated with each specific data parameter of the plurality of specific data parameters; based on the received data, generate a second data file; generate, based on the second data file, an API associated with the first acquirer system; receive an abbreviated transaction message from the first acquirer system, the abbreviated transaction message associated with a payment transaction; and augment, based on the API, the abbreviated transaction message with at least a portion of the data from the second data file.
Clause 13: The system of any of clauses 8-12, wherein the at least one processor is programmed or configured to: receive another data file comprising a plurality of data entries, each data entry comprising a plurality of second specific data parameters, the second specific data parameters different from the specific data parameters associated with the first data file; and use the data agnostic template to display a user interface configured to receive client data associated with each second specific data parameter of the plurality of second specific data parameters.
Clause 14: The system of any of clauses 8-13, wherein the first data file is received by a transaction processing system of a transaction service provider from an issuer system of an issuer bank or an acquirer system of an acquirer.
Clause 15: A computer program product for dynamic development of an application programming interface (API), the computer program product comprising at least one non-transitory computer-readable medium including one or more instructions that, when executed by at least one processor, cause the at least one processor to: receive a first data file comprising a plurality of data entries, each data entry comprising a plurality of values of a plurality of specific data parameters; generate an API configured to receive client data associated with a transaction message by: providing a data agnostic template including a first graphical user interface, the data agnostic template comprising a plurality of data agnostic parameters, each data agnostic parameter comprising a template field, each template field configured to receive a specific data entry associated with a specific data parameter of the plurality of specific data parameters; for each specific data parameter of the plurality of specific data parameters, assigning each template field with a corresponding specific data entry associated with the specific data parameter; and configuring a second user interface associated with the API by associating at least one display parameter with each specific data parameter of the plurality of specific data parameters; and display the second user interface, such that a field displayed by the second user interface is configured to receive the data associated with each specific data parameter of the plurality of specific data parameters.
Clause 16: The computer program product of clause 15, wherein a specific data parameter of the plurality of specific data parameters comprises a specific label associated with the specific data parameter.
Clause 17: The computer program product of clause 15 or 16, wherein the plurality of specific data parameters comprise at least one data element associated with data elements defined by ISO 8583.
Clause 18: The computer program product of any of clauses 15-17, wherein the plurality of specific data parameters comprise at least one data element associated with a client identifier.
Clause 19: The computer program product of any of clauses 15-18, wherein the first data file is associated with a first acquirer system and the one or more instructions cause the at least one processor to: receive the data associated with each specific data parameter of the plurality of specific data parameters; based on the received data, generate a second data file; generate, based on the second data file, an API associated with the first acquirer system; receive an abbreviated transaction message from the first acquirer system, the abbreviated transaction message associated with a payment transaction; and augment, based on the API, the abbreviated transaction message with at least a portion of the data from the second data file.
Clause 20: The computer program product of any of clauses 15-19, wherein the one or more instructions cause the at least one processor to: receive another data file comprising a plurality of data entries, each data entry comprising a plurality of second specific data parameters, the second specific data parameters different from the specific data parameters associated with the first data file; and use the data agnostic template to display a user interface configured to receive client data associated with each second specific data parameter of the plurality of second specific data parameters.
Clause 21: The computer program product of any of clauses 15-20, wherein the first data file is received by a transaction processing system of a transaction service provider from an issuer system of an issuer bank or an acquirer system of an acquirer.
These and other features and characteristics of the present disclosure, as well as the methods of operation and functions of the related elements of structures and the combination of parts and economies of manufacture, will become more apparent upon consideration of the following description and the appended claims with reference to the accompanying drawings, all of which form a part of this specification, wherein like reference numerals designate corresponding parts in the various figures. It is to be expressly understood, however, that the drawings are for the purpose of illustration and description only and are not intended as a definition of the limits of the disclosure. As used in the specification and the claims, the singular form of “a,” “an,” and “the” include plural referents unless the context clearly dictates otherwise.
Additional advantages and details of the disclosure are explained in greater detail below with reference to the non-limiting exemplary embodiments that are illustrated in the accompanying schematic figures, in which:
For purposes of the description hereinafter, the terms “end,” “upper,” “lower,” “right,” “left,” “vertical,” “horizontal,” “top,” “bottom,” “lateral,” “longitudinal,” and derivatives thereof shall relate to the disclosure as it is oriented in the drawing figures. However, it is to be understood that the disclosure may assume various alternative variations and step sequences, except where expressly specified to the contrary. It is also to be understood that the specific devices and processes illustrated in the attached drawings, and described in the following specification, are simply exemplary embodiments or aspects of the disclosure. Hence, specific dimensions and other physical characteristics related to the embodiments or aspects disclosed herein are not to be considered as limiting.
As used herein, the terms “communication” and “communicate” may refer to the reception, receipt, transmission, transfer, provision, and/or the like, of information (e.g., data, signals, messages, instructions, commands, and/or the like). For one unit (e.g., a device, a system, a component of a device or system, combinations thereof, and/or the like) to be in communication with another unit means that the one unit is able to directly or indirectly receive information from and/or transmit information to the other unit. This may refer to a direct or indirect connection (e.g., a direct communication connection, an indirect communication connection, and/or the like) that is wired and/or wireless in nature. Additionally, two units may be in communication with each other even though the information transmitted may be modified, processed, relayed, and/or routed between the first and second unit. For example, a first unit may be in communication with a second unit even though the first unit passively receives information and does not actively transmit information to the second unit. As another example, a first unit may be in communication with a second unit if at least one intermediary unit (e.g., a third unit located between the first unit and the second unit) processes information received from the first unit and communicates the processed information to the second unit. In some non-limiting embodiments, a message may refer to a network packet (e.g., a data packet, and/or the like) that includes data. It will be appreciated that numerous other arrangements are possible.
As used herein, the term “transaction service provider” may refer to an entity that receives transaction authorization requests from merchants or other entities and provides guarantees of payment, in some cases through an agreement between the transaction service provider and an issuer institution. For example, a transaction service provider may include a payment network such as Visa® or any other entity that processes transactions. The term “transaction processing system” may refer to one or more computer systems operated by or on behalf of a transaction service provider, such as a transaction processing server executing one or more software applications. A transaction processing system may include one or more processors and, in some non-limiting embodiments, may be operated by or on behalf of a transaction service provider.
As used herein, the term “issuer institution” or “issuer” may refer to one or more entities, such as a bank, that provide accounts to customers for conducting transactions (e.g., payment transactions), such as initiating credit and/or debit payments. For example, an issuer institution may provide an account identifier, such as a personal account number (PAN), to a customer that uniquely identifies one or more accounts associated with that customer. The account identifier may be embodied on a payment device, such as a physical financial instrument, e.g., a payment card, and/or may be electronic and used for electronic payments. The term “issuer system” refers to one or more computer systems operated by or on behalf of an issuer institution, such as a server computer executing one or more software applications. For example, an issuer system may include one or more authorization servers for authorizing a transaction.
As used herein, the term “acquirer institution” or “acquirer” may refer to an entity licensed and/or approved by the transaction service provider to originate transactions (e.g., payment transactions) using a payment device associated with the transaction service provider. The transactions the acquirer institution may originate may include payment transactions (e.g., purchases, original credit transactions (OCTs), account funding transactions (AFTs), and/or the like). In some non-limiting embodiments, an acquirer institution may be a financial institution, such as a bank. As used herein, the term “acquirer system” may refer to one or more computer systems, computer devices, software applications, and/or the like operated by or on behalf of an acquirer institution.
As used herein, the term “account identifier” may include one or more PANs, tokens, or other identifiers associated with a customer account. The term “token” may refer to an identifier that is used as a substitute or replacement identifier for an original account identifier, such as a PAN. Account identifiers may be alphanumeric or any combination of characters and/or symbols. Tokens may be associated with a PAN or other original account identifier in one or more data structures (e.g., one or more databases, and/or the like) such that they may be used to conduct a transaction without directly using the original account identifier. In some non-limiting embodiments, an original account identifier, such as a PAN, may be associated with a plurality of tokens for different individuals or purposes.
As used herein, the term “merchant” may refer to an individual or entity that provides goods and/or services, or access to goods and/or services, to customers based on a transaction, such as a payment transaction. The term “merchant” or “merchant system” may also refer to one or more computer systems operated by or on behalf of a merchant, such as a server computer executing one or more software applications. A “point-of-sale (POS) system,” as used herein, may refer to one or more computers and/or peripheral devices used by a merchant to engage in payment transactions with customers, including one or more card readers, near-field communication (NFC) receivers, radio frequency identification (RFID) receivers, and/or other contactless transceivers or receivers, contact-based receivers, payment terminals, computers, servers, input devices, and/or other like devices that can be used to initiate a payment transaction.
As used herein, the term “payment device” may refer to a payment card (e.g., a credit or debit card), a gift card, a smartcard, smart media, a payroll card, a healthcare card, a wrist band, a machine-readable medium containing account information, a keychain device or fob, an RFID transponder, a retailer discount or loyalty card, a security card, an access card, a wireless terminal, a transponder, and/or the like. In some non-limiting embodiments, the payment device may include volatile or non-volatile memory to store information (e.g., an account identifier, a name of the account holder, and/or the like).
As used herein, the term “server” may refer to or include one or more processors or computers, storage devices, or similar computer arrangements that are operated by or facilitate communication and processing for multiple parties in a network environment, such as the internet, although it will be appreciated that communication may be facilitated over one or more public or private network environments and that various other arrangements are possible. Further, multiple computers, e.g., servers, or other computerized devices, e.g., point-of-sale devices, directly or indirectly communicating in the network environment may constitute a “system,” such as a merchant's point-of-sale system. Reference to “a server” or “a processor,” as used herein, may refer to a previously-recited server and/or processor that is recited as performing a previous step or function, a different server and/or processor, and/or a combination of servers and/or processors. For example, as used in the specification and the claims, a first server and/or a first processor that is recited as performing a first step or function may refer to the same or different server and/or a processor recited as performing a second step or function.
As used herein, the term “computing device” may refer to one or more electronic devices that are configured to directly or indirectly communicate with or over one or more networks. The computing device may be a mobile device. As an example, a mobile device may include a cellular phone (e.g., a smartphone or standard cellular phone), a portable computer, a wearable device (e.g., watches, glasses, lenses, clothing, and/or the like), a personal digital assistant (PDA), and/or other like devices. In other non-limiting embodiments, the computing device may be a desktop computer or other non-mobile computer. Furthermore, the term “computer” may refer to any computing device that includes the necessary components to receive, process, and output data, and normally includes a display, a processor, a memory, an input device, and a network interface. An “application” or “application program interface” (API) refers to computer code or other data sorted on a computer-readable medium that may be executed by a processor to facilitate the interaction between software components, such as a client-side front-end and/or server-side back-end for receiving data from the client. An “interface” refers to a generated display, such as one or more graphical user interfaces (GUIs) with which a user may interact, either directly or indirectly (e.g., through a keyboard, mouse, etc.).
Non-limiting embodiments or aspects of the present disclosure are directed to a method, system, and computer program products for dynamic development of an application programming interface (API). Non-limiting embodiments or aspects include a data agnostic template that reduces the time required to onboard a client. The data agnostic template may reduce the time required to onboard a client by reducing or eliminating the amount of hardcoding required by the developer to convert the first data file from the first format to the second data file having a second format. By utilizing a metadata-driven flexible framework the onboarding parameters can be easily and quickly added, removed, or modified to convert the first data file having the first format to the second data file having the second format. In this way, the flexibility of the metadata driven flexible framework of the data agnostic template allows the system to handle data submitted by the client to the system in any format, as well as any type of data submitted by the client to the system. Further, processing resources required to complete the onboarding process (e.g., convert the first file to the reconfigured second file) are advantageously reduced. In addition, the metadata-driven flexible framework of the present disclosure also allows for quicker, more efficient modification of existing, previously-developed APIs for onboarding.
Referring to
In order for the acquirer system 15 and/or the issuer system 18 to participate in the electronic payment processing network 10 facilitated by the TPS 16, the TPS 16 may store certain data associated with the acquirer system 15 and/or issuer system 18. The TPS 16 may store this data in a predetermined format, such that the authorization message can be communicated according to the ISO 8583 format. The predetermined format may be different from the format in which the data is stored on the acquirer system 15 and/or the issuer system 18. To participate in the electronic payment processing network 10 facilitated by the TPS 16, the issuer system 18 and/or acquirer system 15 may be onboarded with the TPS 16. The onboarding process may be performed as described herein. In some non-limiting embodiments, the information received from the acquirer system 15 and/or the issuer system 18 as part of the onboarding process may include static data that is the same for each payment transaction in which that acquirer system 15 and/or the issuer system 18 is involved with processing.
Referring to
With continued reference to
With continued reference to
In some non-limiting embodiments, the second data file 24 may include at least a portion of the data from the first data file 22. In some non-limiting embodiments, certain data from the first data file 22 may be directly included in the second data file 24 without any alterations. In some non-limiting embodiments, certain data from the first data file 22 may be relabeled and included in the second data file 24 (e.g., the data given a different heading in a table). In some non-limiting embodiments, certain data from the first data file 22 may be merged together and included in the second data file 24 (e.g., separate first name and last name columns in a first data file 22 may be merged into a single “Name” column in the second data file 24). In some non-limiting embodiments, certain data from the first data file 22 may be split apart and included in the second data file 24 (e.g., a single “Name” column in a first data file 22 may be split into separate first name and last name columns in the second data file 24). In some non-limiting embodiments, certain data from the first data file 22 may be reformatted and included in the second data file 24 (e.g., a date in the format 01.01.2018 in the first data file 22 may be reformatted to 01/01/2018 in the second data file 24). Certain data from the first data file 22 may be omitted altogether from the second data file 24. The data from the first data file 22 may be rearranged, reformatted, relabeled, or otherwise edited and included in the second data file in any other suitable way. Certain data not included in the first data file 22 may be included in the second data file 24 (e.g., an identifier may be added to associate the data in the second data file 24 with the system communicating the first data file 22 to the onboarding system 20).
In response to generating the second data file 24, the onboarding system 20 may communicate the second data file 24 to the TPS 16. The TPS 16 may store the second data file 24 and utilize the second data file 24 for downstream processing, such as processing payment transactions with the acquirer system 15 in the electronic payment processing network 10 shown in
Referring to
Referring to
In response to receiving the first data file 122, the onboarding system 20 may generate the second data file 224, which may be communicated to downstream system (e.g., the augmentation system 25 of
Referring to
Referring to
With continued reference to
Referring to
With continued reference to
Referring to
Referring back to
Referring back to
In one non-limiting example, and with continued reference to
The transaction message communicated to the augmentation system 25 may be different from the transaction message described in connection with
In response to receiving the abbreviated transaction message, the augmentation system 25 may determine the acquirer system involved in the payment transaction and augment the abbreviated transaction message by including at least a portion of the static transaction data therein. This augmented message may be used by the TPS 16 to generate the authorization request communicated by the TPS 16 to the issuer system 18. This authorization request generated from the abbreviated transaction message, the static transaction data augmented by the augmentation system 25, and other required data from the TPS 16 may conform to ISO 8583.
In response to the authorization request, the issuer system 18 may make an authorization decision as to whether the payment transaction is to be approved or declined. The issuer system 18 may communicate an authorization response containing the authorization decision to the TPS 16, and the authorization response may conform to ISO 8583 in its format. The TPS 16 may then communicate the authorization response to the acquirer system 15 which, in turn, communicates the authorization response to the merchant system 14, which is subsequently conveyed to the consumer 12.
Referring to
Referring to
With continued reference to
Referring to
Referring to
In a further, non-limiting embodiment or aspect, a computer program product for dynamic development of an API includes at least one non-transitory computer readable medium including program instructions that, when executed by at least one processor, cause the at least one processor to execute one of the previously-described systems and/or methods. The at least one processor may include the onboarding system 20.
The computer program product may include a plurality of computer-readable media, such as a first computer-readable medium and a second computer-readable medium. The first computer-readable medium may be located at the entity controlling the onboarding system 20. The second computer-readable medium may be located local to or remote from the entity controlling the onboarding system 20. The remote second computer-readable medium may be located at the system communicating the first data file to the onboarding system 20 (e.g., issuer system, merchant system, acquirer system, and the like).
Although the disclosure has been described in detail for the purpose of illustration based on what is currently considered to be the most practical and preferred embodiments, it is to be understood that such detail is solely for that purpose and that the disclosure is not limited to the disclosed embodiments, but, on the contrary, is intended to cover modifications and equivalent arrangements that are within the spirit and scope of the appended claims. For example, it is to be understood that the present disclosure contemplates that, to the extent possible, one or more features of any embodiment can be combined with one or more features of any other embodiment.
Claims
1. A method for processing a transaction associated with an onboarded acquirer system, comprising:
- onboarding, with at least one processor, a first acquirer system associated with an acquirer by: receiving, with at least one processor and from the first acquirer system, a first data file comprising a plurality of data entries, wherein the plurality of data entries comprise static transaction data associated with the first acquirer system; and generating, with at least one processor, a second data file having a predetermined format, the second data file comprising at least a portion of the static transaction data; and storing, with at least one processor, the second data file;
- receiving, with at least one processor and from the first acquirer system, an abbreviated transaction message associated with a payment transaction, wherein the abbreviated transaction message comprises dynamic data associated with the payment transaction;
- in response to receiving the abbreviated transaction message, determining, with at least one processor, that the acquirer system associated with the payment transaction is the first acquirer system;
- generating, with at least one processor, an authorization request, wherein the authorization request comprises at least a portion of the dynamic data from the abbreviated transaction request and at least a portion of the static transaction data from the stored second data file; and
- communicating, with at least one processor, the authorization request to an issuer system to cause the issuer system to generate an authorization decision associated with the payment transaction.
2. The method of claim 1, wherein the static transaction data comprises an identifier associated with the first acquirer system, and the abbreviated transaction message comprises the identifier.
3. The method of claim 2, wherein the acquirer system associated with the payment transaction is determined based on the identifier from the abbreviated transaction message.
4. The method of claim 1, wherein the dynamic transaction data comprises transaction data that can be different from transaction to transaction for the first acquirer system.
5. The method of claim 1, wherein the static transaction data comprises transaction data that does not change for the first acquirer system from transaction to transaction.
6. The method of claim 1, wherein the abbreviated transaction message does not comprise at least a portion of the static data from the stored second data file.
7. The method of claim 1, wherein the dynamic data from the abbreviated transaction request and the static transaction data from the stored second data file comprise at least one data element associated with data elements defined by ISO 8583.
8. A system for processing a transaction associated with an onboarded acquirer system comprising at least one processor programmed or configured to:
- onboard a first acquirer system associated with an acquirer by: receiving, from the first acquirer system, a first data file comprising a plurality of data entries, wherein the plurality of data entries comprise static transaction data associated with the first acquirer system; and generating a second data file having a predetermined format, the second data file comprising at least a portion of the static transaction data; and storing the second data file;
- receive, from the first acquirer system, an abbreviated transaction message associated with a payment transaction, wherein the abbreviated transaction message comprises dynamic data associated with the payment transaction;
- in response to receiving the abbreviated transaction message, determine that the acquirer system associated with the payment transaction is the first acquirer system;
- generate an authorization request, wherein the authorization request comprises at least a portion of the dynamic data from the abbreviated transaction request and at least a portion of the static transaction data from the stored second data file; and
- communicate the authorization request to an issuer system to cause the issuer system to generate an authorization decision associated with the payment transaction.
9. The system of claim 8, wherein the static transaction data comprises an identifier associated with the first acquirer system, and the abbreviated transaction message comprises the identifier.
10. The system of claim 9, wherein the acquirer system associated with the payment transaction is determined based on the identifier from the abbreviated transaction message.
11. The system of claim 8, wherein the dynamic transaction data comprises transaction data that can be different from transaction to transaction for the first acquirer system.
12. The system of claim 8, wherein the static transaction data comprises transaction data that does not change for the first acquirer system from transaction to transaction.
13. The system of claim 8, wherein the abbreviated transaction message does not comprise at least a portion of the static data from the stored second data file.
14. The system of claim 8, wherein the dynamic data from the abbreviated transaction request and the static transaction data from the stored second data file comprise at least one data element associated with data elements defined by ISO 8583.
15. A computer program product for processing a transaction associated with an onboarded acquirer system, the computer program product comprising at least one non-transitory computer-readable medium including one or more instructions that, when executed by at least one processor, cause the at least one processor to:
- onboard a first acquirer system associated with an acquirer by: receiving, from the first acquirer system, a first data file comprising a plurality of data entries, wherein the plurality of data entries comprise static transaction data associated with the first acquirer system; and generating a second data file having a predetermined format, the second data file comprising at least a portion of the static transaction data; and storing the second data file;
- receive, from the first acquirer system, an abbreviated transaction message associated with a payment transaction, wherein the abbreviated transaction message comprises dynamic data associated with the payment transaction;
- in response to receiving the abbreviated transaction message, determine that the acquirer system associated with the payment transaction is the first acquirer system;
- generate an authorization request, wherein the authorization request comprises at least a portion of the dynamic data from the abbreviated transaction request and at least a portion of the static transaction data from the stored second data file; and
- communicate the authorization request to an issuer system to cause the issuer system to generate an authorization decision associated with the payment transaction.
16. The computer program product of claim 15, wherein the static transaction data comprises an identifier associated with the first acquirer system, and the abbreviated transaction message comprises the identifier.
17. The computer program product of claim 16, wherein the acquirer system associated with the payment transaction is determined based on the identifier from the abbreviated transaction message.
18. The computer program product of claim 15, wherein the dynamic transaction data comprises transaction data that can be different from transaction to transaction for the first acquirer system.
19. The computer program product of claim 15, wherein the static transaction data comprises transaction data that does not change for the first acquirer system from transaction to transaction.
20. The computer program product of claim 15, wherein the abbreviated transaction message does not comprise at least a portion of the static data from the stored second data file.
Type: Application
Filed: Jul 14, 2020
Publication Date: Oct 29, 2020
Inventors: Libby Annie Kurien (Santa Clara, CA), Maria Julieta Licup-Fajarda (Newark, CA)
Application Number: 16/928,124