Getting Started
linked2pay (or L2P) offers a series of ways to seamlessly integrate your existing system with our award winning payments processing platform. Through our Checkout feature and WebService API Kits we have made it even easier for you to find what you've been looking for.
We are offering our Web Services in a JSON-oriented format, which are lighter implementations of our classic SOAP Web Service APIs, so you can decide which way is the right way for you to integrate our service.
If you would like to read about our Classic Web Service APIs, click here to check it out!
How the sample forms work:
- All requests are submitted to our RESTful Web Service server via GET method.
- User fills the form with their account information (or for testing purposes, make use of our "Lazy Fill" feature to use our public test information)
- A URL is generated with user-filled information parsed as a JSON string, when it is accessed (typically with a browser), our server will return the response.
The L2P Transaction WebService allows you to submit direct ACH or Credit Card transactions against your customers’ bank or credit card accounts. The L2P Transaction WebService will help you expedite those transactions for which you already have ACH and Credit Card data on file.
The L2P Transaction Webservice can be used for creating profiles and sending transactions where the merchant already possesses the required authorization. Using the L2PtransactWebService a client can easily interface any TSYS supported reader to submit transactions.
Our REST Web Service Method Sample Forms:
- submitUserInfoRequest
- submitAchRequest
- submitCreditManualRequest
- submitCreditSwipeRequest
- submitFollowUpRequest
- submitLookupRequest
- submitHistoryRequest
Each form from above is an example of how you can make use of our REST Web Service API by generating the correct URL.
The L2P Widget WebService provides the developer a means to create Data Widget records in linked2pay. The records give you the ability to associate payment data from your existing system with linked2pay so that your customers can quickly and easily make payments to you through linked2pay simply by providing their identifier assigned by you (such as customer account numbers, invoice numbers, etc.) as a method for identifying themselves and the payments that they owe. linked2pay lets your customers make secure payments, provides them automated email receipts for their payments and provides the appropriate responses back to you so that you can update your accounting or reporting system.
As your customers make payments, the following web services also allow you to retrieve payment details so that you can update your systems as well as collect your customers email addresses for marketing and use with linked2pay Connect Web Service to email requests for payment directly to your customers.
Our REST Web Service Method Sample Forms:
- createWidgetHeader
- deleteWidgetRequest
- findWidgetRequest
- lookupWidget
- lookupWidgetHeader
- lookupWidgetRequest
- submitWidgetRequest
Each form from above is an example of how you can make use of our REST Web Service API by generating the correct URL.
Thru this feature rich tool you can take advantage of things like recurring payments, convenience fees, virtual attachments, password protection of those attachments and much more.
Our REST Web Service Method Sample Forms:
Each form from above is an example of how you can make use of our REST Web Service API by generating the correct URL.
The L2P Reporting WebService is a method that allows you to retrieve request details pertaining to your linked2pay requests. You can drill down on your requests based on different criteria such as Request ID, Submission Date, Amount, etc.
While Credit Card provides instant response of accepted or declined status, ACH transactions have a life cycle that make this tool essential for retrieving changes in transaction status
Our REST Web Service Method Sample Form:
The form above is an example of how you can make use of our REST Web Service API by generating the correct URL.