Skip to content
On this page

Service Library

Our integration library will provide you with a series of JavaScript functions to initiate and handle the payment process. This library can be imported as a script into your webpage. Feel free to integrate payment link service in the way that fits best for your organisation. Please choose the integration method that best suites your consumer requirements and processes.

See below for our list of test and production service URLs.

Please note, "{sellingCompany}" is a placeholder for the desired brand's selling company code. If the desired brand has not previously integrated with one of our other payment services then you will need to contact Owain Rees at owain.rees@ttc.com to register your brand, setup financing options and generate your selling company code.

Dev:

html
<a href="https://paymentgateway.dev.travcorpservices.com/paybylink/generatelink/{sellingCompany} target="popup"
      onclick="window.open('https://paymentgateway.dev.travcorpservices.com/paybylink/generatelink/{sellingCompany}',
      'popup','width=600,height=600');return false;">
      Open Link Generator Form in Popup
</a>

UAT:

html
<a href="https://paymentgateway.uat.travcorpservices.com/paybylink/generatelink/{sellingCompany} target="popup"
      onclick="window.open('https://paymentgateway.uat.travcorpservices.com/paybylink/generatelink/{sellingCompany}',
      'popup','width=600,height=600');return false;">
      Open Link Generator Form in Popup
</a>

Production:

html
<a href="https://paymentgateway.travcorpservices.com/paybylink/generatelink/{sellingCompany} target="popup"
      onclick="window.open('https://paymentgateway.travcorpservices.com/paybylink/generatelink/{sellingCompany}',
      'popup','width=600,height=600');return false;">
      Open Link Generator Form in Popup
</a>

Mainted By TTC Tech Payments Team