Clearent Connects

Clearent Connects


Merchant Spotlight: Marlin Hughes of The Detroit Pepper Company

July 06, 2020

On this week’s Clearent Connects, we talk with Marlin Hughes of the Detroit Pepper Company. The Detroit Pepper Company opened in early 2020 with a good location, a lot of foot traffic, and buzz in the local media. But after COVID-19 hit, Marlin had to pivot his strategy. Learn how he made it work, and how he continues to not only drive business but also help his community out during a difficult time. 












Clearent Connects is the in-house podcast for Clearent, your partner for payments. Each week, we’ll help unravel some of the mystery of what happens when a customer puts their card into a terminal or clicks “Buy Now” online. Featuring interviews with technology experts and stories from small business owners, we’re here to share tips and strategies on keeping your business growing with the changing technology and times.










Learn How Clearent Can Help Your Business. Connect with our team!








// 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);