Intro: JSON-oriented REST Web Services

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:

  1. All requests are submitted to our RESTful Web Service server via GET method.
  2. 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)
  3. 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.

Web Service Sample Form Categories