IP Library Granted Patent US 10,108,399
Granted Patent B1
US 10,108,399 · App. 15/247,437 · Granted Oct 23, 2018

Systems and methods for translating data read from proxy APIs into computing code

Inventor: Robert Jacob Perry (Highlands Ranch, CO)
Assignee: Worldplay, LLC
G06F8/30G06F8/35G06F9/541G06Q20/08
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,108,399
App. No.
15/247,437
Granted
Oct 23, 2018
Kind
B1
Abstract

A method for automatically generating sample code for an API for payment processing in a payment network includes reading an acquirer processor-specific API for payment processing in a payment network using an acquirer processor-specific API reader, generating acquirer processor-specific API data using the acquirer processor-specific API reader, converting the acquirer processor-specific API data into a format compatible with an output generator, and generating language-specific sample code by the output generator using the converted acquirer processor-specific API data and a language-specific template.

Claims (62)

1. A method of automatically generating sample code for an application programming interface (API) for payment processing in a payment network, the method comprising:

detecting, by at least one processor, a change in acquirer processor-specific API data;

updating, by the at least one processor, a backend generator according to the detected change in the acquirer processor-specific API data;

reading, by the at least one processor, an acquirer processor-specific API enabling third party access to an acquirer processor's formats for payment processing in a payment network, using an acquirer processor-specific API reader;

generating, by the at least one processor, the acquirer processor-specific API data using the acquirer processor-specific API reader, the acquirer processor-specific API data describing the acquirer processor's formats for payment processing in the payment network;

passing, by the at least one processor, the acquirer processor-specific API data to a language-specific backend module;

converting, by the at least one processor, the acquirer processor-specific API data into a format compatible with an output generator using the language-specific backend module;

passing, by the at least one processor, the converted acquirer processor-specific API data and a language-specific template corresponding to the acquirer processor-specific API data to the output generator using the backend generator; and

generating, by the at least one processor, language-specific sample code by the output generator using the converted acquirer processor-specific API data and the language-specific template corresponding to the acquirer processor-specific API data.

2. The method of claim 1 , wherein the method is performed within a continuous integration system.

3. The method of claim 1 , further comprising:

validating the generated language-specific sample code; and

updating the backend generator according to a result of the validation.

4. The method of claim 3 , wherein the validation includes performing round-trip test transactions with an acquirer processor using configuration files and sample transaction data.

5. A computer system for automatically generating sample code for an application programming interface (API) for payment processing in a payment network, the computer system comprising:

a memory having processor-readable instructions stored therein; and

a processor configured to access the memory and execute the processor-readable instructions, which when executed by the processor configure the processor to perform a plurality of functions, including functions to:

detect a change in acquirer processor-specific API data;

update a backend generator according to the detected change in the acquirer processor-specific API data;

read an acquirer processor-specific API enabling third party access to an acquirer processor's formats for payment processing in a payment network, using an acquirer processor-specific API reader;

generate the acquirer processor-specific API data using the acquirer processor-specific API reader, the acquirer processor-specific API data describing the acquirer processor's formats for payment processing in the payment network;

pass the acquirer processor-specific API data to a language-specific backend module;

convert the acquirer processor-specific API data into a format compatible with an output generator using the language-specific backend module;

pass the converted acquirer processor-specific API data and a language-specific template corresponding to the acquirer processor-specific API data to the output generator using the backend generator; and

generate language-specific sample code by the output generator using the converted acquirer processor-specific API data and the language-specific template corresponding to the acquirer processor-specific API data.

6. The computer system of claim 5 , wherein the plurality of functions are performed within a continuous integration system.

7. The computer system of claim 5 , wherein the plurality of functions performed by the processor when executing the processor-readable instructions further includes functions to:

validate the generated language-specific sample code; and

update the backend generator according to a result of the validation.

8. The computer system of claim 7 , wherein the validation includes performing round-trip test transactions with an acquirer processor using configuration files and sample transaction data.

9. A non-transitory computer readable medium storing a program causing a computer to execute a method of automatically generating sample code for an application programming interface (API) for payment processing in a payment network, the method comprising:

detecting, by at least one processor, a change in acquirer processor-specific API data;

updating, by the at least one processor, a backend generator according to the detected change in the acquirer processor-specific API data;

reading, by the at least one processor, an acquirer processor-specific API enabling third party access to an acquirer processor's formats for payment processing in a payment network, using an acquirer processor-specific API reader;

generating, by the at least one processor, the acquirer processor-specific API data using the acquirer processor-specific API reader, the acquirer processor-specific API data describing the acquirer processor's formats for payment processing in the payment network;

passing, by the at least one processor, the acquirer processor-specific API data to a language-specific backend module;

converting, by the at least one processor, the acquirer processor-specific API data into a format compatible with an output generator using the language-specific backend module;

passing, by the at least one processor, the converted acquirer processor-specific API data and a language-specific template corresponding to the acquirer processor-specific API data to the output generator using the backend generator; and

generating, by the at least one processor, language-specific sample code by the output generator using the converted acquirer processor-specific API data and the language-specific template corresponding to the acquirer processor-specific API data.

10. The non-transitory computer readable medium of claim 9 , wherein the method is performed within a continuous integration system.

11. The non-transitory computer readable medium of claim 9 , the method further comprising:

validating the generated language-specific sample code; and

updating the backend generator according to a result of the validation.

12. The non-transitory computer readable medium of claim 11 , wherein the validation includes performing round-trip test transactions with an acquirer processor using configuration files and sample transaction data.

13. A computer system for automatically generating sample code for an application programming interface (API) for payment processing in a payment network, the computer system comprising:

a memory;

at least one processor;

a backend generator configured to:

detect, by the at least one processor, a change in acquirer processor-specific API data;

update, by the at least one processor, a backend generator according to the detected change in the acquirer processor-specific API data;

read, by the at least one processor, an acquirer processor-specific API enabling third party access to an acquirer processor's formats for payment processing in a payment network using an acquirer processor-specific API reader;

generate, by the at least one processor, the acquirer processor-specific API data using the acquirer processor-specific API reader, the acquirer processor-specific API data describing the acquirer processor's formats for payment processing in the payment network;

pass, by the at least one processor, the acquirer processor-specific API data to a language-specific backend module;

convert, by the at least one processor, the acquirer processor-specific API data into a format compatible with an output generator using the language-specific backend module;

pass, by the at least one processor, the converted acquirer processor-specific API data and a language-specific template corresponding to the acquirer processor-specific API data to the output generator using the backend generator; and

an output generator configured to:

generate, by the at least one processor, language-specific sample code using the converted acquirer processor-specific API data and the language-specific template corresponding to the acquirer processor-specific API data.

14. The computer system of claim 13 , wherein the backend generator and the output generator operate within a continuous integration system.

15. The computer system of claim 13 , wherein the output generator is further configured to:

validate the generated language-specific sample code; and

update the backend generator according to a result of the validation.

16. The computer system of claim 15 , wherein the validation includes performing round-trip test transactions with an acquirer processor using configuration files and sample transaction data.

Assignments (6)
RELEASE OF SECURITY INTERESTS RECORDED AT REEL/FRAMES 066626/0655, 066625/0426, 066625/0347, AND 066625/0276 Recorded Jan 12, 2026
From: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT
To: WORLDPAY, LLC; WORLDPAY ISO AND ECOMMERCE, LLC; PAYMETRIC, LLC; WORLDPAY US, LLC
Reel/Frame 074314/0622 →
RELEASE OF SECURITY INTEREST IN INTELLECTUAL PROPERTY RECORDED AT R/F 066624/0719 Recorded Jan 12, 2026
From: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT
To: WORLDPAY, LLC
Reel/Frame 074315/0412 →
SECURITY INTEREST Recorded Feb 19, 2024
From: WORLDPAY, LLC
To: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT
Reel/Frame 066624/0719 →
SECURITY INTEREST Recorded Feb 19, 2024
From: WORLDPAY, LLC
To: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT
Reel/Frame 066626/0655 →
CHANGE OF NAME Recorded Aug 6, 2018
From: VANTIV, LLC
To: WORLDPAY, LLC
Reel/Frame 046723/0234 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 26, 2016
From: PERRY, ROBERT JACOB
To: VANTIV, LLC
Reel/Frame 039557/0957 →