Clearent Connects

Clearent Connects


Clearent Connects – Understanding Paylink with Juan Espinosa

May 15, 2020

Juan “J.P.” Espinoza joins Phil today to discuss the benefits of Clearent Paylink and the benefits it brings to the market today. Contactless payments ease health and safety concerns as businesses across the country are starting to re-open.Paylink is the easiest and safest way to accept payments online. With no developer needed, no security certificate, no need to be technically savvy, Clearent’s automated boarding can have merchants accepting online payments in minutes. As simple as copy and paste, the secure URL hosted by Clearent directs customers to a payment request via email, text or even hyperlink to your existing website.Hear what Juan has to say about the different types of merchants already benefitting from this product and the great ways they are implementing it.










Connect with our Team for More Information on Paylink








// Create browser compatible event handler.
var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
var eventer = window[eventMethod];
var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
// Listen for a message from the iframe.
eventer(messageEvent, function(e) {
if (isNaN(e.data)) return;

// replace #sizetracker with what ever what ever iframe id you need
document.getElementById('sizetracker').style.height = e.data + 'px';

}, false);