<!DOCTYPE html>
<html lang="en-US">


<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  <meta name="google-site-verification" content="ywo6cX-b4noB6WSEkiQRbhTNBsV3oDtuR2vuG7rh8Xs" />
  
  
  
  <meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2022/08/favicon-270.jpg" />
  <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2022/08/favicon-32x32-1.png" sizes="32x32" />
  <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2022/08/android-chrome-192x192-1.png" sizes="192x192" />
  <link rel="apple-touch-icon-precomposed" href="https://www.pymnts.com/wp-content/uploads/2022/08/favicon-180.jpg" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://www.pymnts.com/feed/" />
  <link rel="alternate" type="text/xml" title="RSS .92" href="https://www.pymnts.com/feed/rss/" />
  <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="https://www.pymnts.com/feed/atom/" />
  <link rel="pingback" href="https://www.pymnts.com/xmlrpc.php" />
  <link rel="preconnect" href="https://www.google.com" crossorigin>
  <link rel="dns-prefetch" href="https://www.google.com">
  <link rel="dns-prefetch" href="https://stats.g.doubleclick.net">
  <link rel="dns-prefetch" href="https://googleads.g.doubleclick.net">
  <link rel="preconnect" href="https://securepubads.g.doubleclick.net" crossorigin>
  <link rel="dns-prefetch" href="https://securepubads.g.doubleclick.net">
  <link rel="dns-prefetch" href="https://pagead2.googlesyndication.com">
  <link rel="dns-prefetch" href="https://tpc.googlesyndication.com">
  <link rel="dns-prefetch" href="https://fonts.gstatic.com">
  <link rel="dns-prefetch" href="https://www.google-analytics.com">
  <link rel="preload" as="script" href="/wp-content/themes/flex-mag-sixspoke/2022/js/bootstrap.bundle.min.js" />
  <link rel="preload" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
  <link rel="preload" href="/wp-content/themes/flex-mag-sixspoke/2020/inline-header.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
  </script>
  <link rel="preload" as="script" href="https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10" />
  <script defer src='https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10' type='text/javascript' async></script>
  <script type="text/javascript" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/2022/js/bootstrap.bundle.min.js"></script>


  <!-- <link rel="stylesheet" href="/wp-content/themes/flex-mag-sixspoke/2022/2022-style.css?97"> -->
  <link rel="preload" href="/wp-content/themes/flex-mag-sixspoke/2022/2022-style.css?97" as="style" onload="this.onload=null;this.rel='stylesheet'">
  <noscript>
    <link rel="stylesheet" href="/wp-content/themes/flex-mag-sixspoke/2022/2022-style.css?97">
  </noscript>

  <link rel="stylesheet" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css">
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <!-- <link rel="stylesheet" href="/wp-content/uploads/pymnts-ai/instantchatbot.css?v=1"> -->
  <script>
    if ('serviceWorker' in navigator) {
      navigator.serviceWorker.getRegistrations().then(function(registrations) {
        for (let registration of registrations) {
          registration.unregister()
        }
      }).catch(function(err) {
        console.log('Service Worker registration failed: ', err);
      });
    }
  </script>
  </script>
  <noscript>
    <!-- <link rel="stylesheet" href="/wp-content/themes/flex-mag-sixspoke/2022/2022-style.css?97"> -->
    <style>
      .lazyload {
        display: none;
      }
    </style>
  </noscript>


 
      <script defer src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
  <!--<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/5.4.1/echarts.min.js"></script>-->
  <script>
    //console.log('rtInfo load socket.io', window.location.pathname);
    //axios.get(`https://www.pymnts.com/user-settings/?url=${encodeURIComponent(window.location.pathname)}`);
  </script>
  <script defer src="https://cdn.socket.io/4.5.4/socket.io.min.js"></script>
  <script>
    let deviceIsBlockingAnalytics = null;
    let googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null;
    if (!googleTracker) {
      let count = 0;
      let intervalId = setInterval(() => {
        ++count;
        googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null;
        if (googleTracker || count > 5) {
          clearInterval(intervalId);

          return;
        }
      }, 500);
    } else {
      console.error('Google Tag Manager is blocked');
      deviceIsBlockingAnalytics = true;
    }
  </script>

  <script>
    function pymntsUuid() {
      return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, c =>
        (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
      );
    }
    let testTemplate = '/var/www/wp-content/themes/flex-mag-sixspoke/page-podcasts.php';
    let template = testTemplate ? testTemplate : 'Template Unknown';

    /*
     * Setup rt.pymnts.com connection
     */

    window.socketIo = null;
    /*
     * Set Device Id
     */

    function parseCookieHeader() {
      const header = document.cookie;
      // Split the header into individual name-value pairs
      var pairs = header.split(';');

      // Create an object to store the cookies
      var cookies = {};

      // Loop through the name-value pairs and store them in the object
      for (var i = 0; i < pairs.length; i++) {
        var nameValue = pairs[i].split('=');
        cookies[nameValue[0].trim()] = nameValue[1];
      }

      // Return the object
      return cookies;
    }

    const cookies = parseCookieHeader();
    let pymntsDeviceId;
    let storedId = localStorage.getItem('pymntsDeviceId');

    if (cookies['pymnts-browser-id']) {
      pymntsDeviceId = cookies['pymnts-browser-id'];
      localStorage.setItem('pymntsDeviceId', pymntsDeviceId);
    } else {
      if (storedId) pymntsDeviceId = storedId;
      else pymntsDeviceId = 'unknown';
    }


    if (!storedId || storedId === 'undefined') {
      localStorage.setItem('pymntsDeviceId', pymntsDeviceId);
    }


    /*
     * Setup GA4 analytics
     */

    window.dataLayer = window.dataLayer || [];

    function gtag() {
      dataLayer.push(arguments);
    }

    gtag('js', new Date());

    gtag('config', 'G-440MBSWHPM');
    //gtag('set', {'user_id': pymntsDeviceId}); // Set the user ID using signed-in user_id.

    setTimeout(() => {
      gtag("event", "pymnts_device_visit", {
        path: window.location.pathname,

      });
    }, 1000);

    let gaIsBlocked = null;
    let rtIsBlocked = false;
    let visitedPages = [];
    let connectionCount = 0;
    let maxConnectionAttempts = 3;

    const landingPage = window.location.pathname;

    const doNotProxyReport = pathname => {
      console.log('Do not report', pathname);

      let request = {
        url: `https://rt.pymnts.com:6300/dnr`,
        method: 'post',
        data: {
          pathname
        }
      }

      axios(request)
        .then(response => console.log(response.data))
        .catch(error => console.error(error));
    }

    async function checkIfGoogleAnalyticsIsBlocked() {
      let request = {
        url: 'https://www.google-analytics.com/collect',
        method: "post",
        params: {
          v: 1,
          tid: 'G-440MBSWHPM',
          cid: pymntsDeviceId,
          t: 'web-view'
        }
      }

      let isBlocking;
      let response;
      try {
        response = await axios(request);
        deviceIsBlockingAnalytics = false;
        isBlocking = 'false';
        console.log("Google Analytics is Allowed!!!!!!!!");
        doNotProxyReport(landingPage)
      } catch (err) {
        // We are blocked!!!
        deviceIsBlockingAnalytics = true;
        isBlocking = 'true';
        console.error('Google Analytics is Blocked!!!!!!!');
      }
    }

    //checkIfGoogleAnalyticsIsBlocked();
  </script>
  <style>
    .scrollUp {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100000 !important;
    }

    /* search bar input container */
    .pymnts-search {
      position: absolute;
      right: 0;
      z-index: 1;
    }

    .study-toggle {
      display: none;
    }

    /* search bar input container */
    .pymnts-search {
      position: absolute;
      right: 0;
      z-index: 1;
    }

    /* search bar input */
    .pymnts-search input.search-bar {
      border: none !important;
      padding-left: 10px;
      padding-right: 30px;
      width: 200px;
      height: 30px;
      vertical-align: middle;
    }

    .pymnts-search input.search-bar:focus {
      padding-left: 10px;
      padding-right: 30px;
      width: 200px;
      height: 30px;
    }

    /* transition effect */
    .pymnts-search input.search-bar,
    .search-icon-btn {
      padding: 0px;
      border: none !important;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
  </style>

      <script type="importmap">
      {
    "imports": {
        "legacy-post-scripts": "https://www.pymnts.com/wp-content/themes/flex-mag/js/modules/legacy-post-scripts.js?ver=1772469320"
    }
}        </script>
    <script>
    window.pymntsDelayedScripts = window.pymntsDelayedScripts || {};
    window.pymntsDelayedScripts.hubspot = "https:\/\/js.hs-scripts.com\/45558957.js?integration=WordPress";
  </script>
  <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v28.1) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>PYMNTS Podcast</title>
	<meta name="description" content="Podcasts" />
	<link rel="canonical" href="https://www.pymnts.com/podcast/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Podcasts" />
	<meta property="og:description" content="Podcasts" />
	<meta property="og:url" content="https://www.pymnts.com/podcast/" />
	<meta property="og:site_name" content="PYMNTS.com" />
	<meta property="article:publisher" content="https://www.facebook.com/pymnts/" />
	<meta property="article:modified_time" content="2026-05-21T18:43:37+00:00" />
	<meta property="og:image" content="https://www.pymnts.com/wp-content/uploads/2022/10/PYMNTS_2022_open_graph_1280x720.jpg" />
	<meta property="og:image:width" content="1280" />
	<meta property="og:image:height" content="720" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@pymnts" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pymnts.com\/podcast\/","url":"https:\/\/www.pymnts.com\/podcast\/","name":"Podcasts | PYMNTS.com","isPartOf":{"@id":"https:\/\/www.pymnts.com\/#website"},"datePublished":"2025-10-01T17:58:18+00:00","dateModified":"2026-05-21T18:43:37+00:00","description":"Podcasts","breadcrumb":{"@id":"https:\/\/www.pymnts.com\/podcast\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pymnts.com\/podcast\/"]}],"speakable":{"@type":"SpeakableSpecification","cssSelector":["h1","#insertArticle p:first-of-type","article p:first-of-type"]},"isAccessibleForFree":true},{"@type":"BreadcrumbList","@id":"https:\/\/www.pymnts.com\/podcast\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pymnts.com\/"},{"@type":"ListItem","position":2,"name":"Podcasts"}]},{"@type":"WebSite","@id":"https:\/\/www.pymnts.com\/#website","url":"https:\/\/www.pymnts.com\/","name":"PYMNTS.com","description":"The latest global news and analysis in payments, retail, fintech, financial services and the digital economy.","publisher":{"@id":"https:\/\/www.pymnts.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pymnts.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US","isAccessibleForFree":true},{"@type":"Organization","@id":"https:\/\/www.pymnts.com\/#organization","name":"PYMNTS","url":"https:\/\/www.pymnts.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pymnts.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.pymnts.com\/wp-content\/uploads\/2023\/05\/PYMNTS_2023_logo_black-1.png","contentUrl":"https:\/\/www.pymnts.com\/wp-content\/uploads\/2023\/05\/PYMNTS_2023_logo_black-1.png","width":3329,"height":687,"caption":"PYMNTS"},"image":{"@id":"https:\/\/www.pymnts.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pymnts\/","https:\/\/x.com\/pymnts"]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//cdn.parsely.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="PYMNTS.com &raquo; Feed" href="https://www.pymnts.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="PYMNTS.com &raquo; Comments Feed" href="https://www.pymnts.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.pymnts.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pymnts.com%2Fpodcast%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.pymnts.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pymnts.com%2Fpodcast%2F&#038;format=xml" />

    <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script>
    <script>
      window.googletag = window.googletag || { cmd: [] };

      googletag.cmd.push(function () {
        googletag.pubads().enableSingleRequest();
        googletag.pubads().collapseEmptyDivs(false);

                googletag.pubads().enableLazyLoad({
          fetchMarginPercent: 100,
          renderMarginPercent: 50,
          mobileScaling: 1.0,
        });
        
        // ── Dynamic section — one value per page ─────────────
        googletag.pubads().setTargeting('section', ['homepage']);

        var mapping = googletag.sizeMapping()
 .addSize([1280, 0], [[970, 250]])          // Desktop
  .addSize([768, 0], [[728, 90]])            // Tablet
  .addSize([0, 0], [[320, 100], [320, 50]])  // Mobile
  .build();
googletag.defineSlot(
  '/23352044743/Billboard-Ad-Slot-Test',
  [[970, 250], [728, 90], [320, 50],[320, 100]],
  'div-gpt-ad-1779113938801-0'
)
.defineSizeMapping(mapping)
.addService(googletag.pubads());

var mapping = googletag.sizeMapping()
  .addSize([1024, 0], [[300, 250], [336, 280]])
.addSize([768, 0],  [[300, 250]])
  .addSize([0, 0],    [[300, 250]])
  .build();

googletag.defineSlot(
  '/23352044743/Sidebar-Ad-Slot',
  [[300, 250], [336, 280]],
  'div-gpt-ad-1779144209549-0'
) .defineSizeMapping(mapping)
.addService(googletag.pubads());

var mapping = googletag.sizeMapping()
  .addSize([1280, 0], [[728, 90]])                    // laptops/desktops → 970 only
  .addSize([1024, 0], [[728, 90],[320, 100]])                     // landscape tablets
  .addSize([820, 0],  [[728, 90], [320, 100]])         // iPad/large tablets
  .addSize([728, 0],  [[728, 90]])                     // portrait tablets
  .addSize([0, 0],    [[320, 100]])                    // mobile
  .build();

googletag.defineSlot(
  '/23352044743/In-article-Ad-slot',
  [[728, 90], [320, 50], [300, 100]],
  'div-gpt-ad-1779114105477-0'
) .defineSizeMapping(mapping)
.addService(googletag.pubads());
        googletag.enableServices();
      });
    </script>

    <style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>

<link rel='stylesheet' id='main-styles-css' href='https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/css/main.css?ver=1786204999' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/css/main.css?ver=1786204999'></noscript><link rel='stylesheet' id='acf-blocks-styles-css' href='https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/blocks/block-styles.css?ver=1786204999' media='all' />

<link rel='stylesheet' id='contact-form-7-css' href='https://www.pymnts.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='https://www.pymnts.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6'></noscript><link rel='stylesheet' id='wpa-css-css' href='https://www.pymnts.com/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.4.02' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='https://www.pymnts.com/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.4.02'></noscript><link rel='stylesheet' id='pymnts_article_highlights_styles-css' href='https://www.pymnts.com/wp-content/plugins/pymnts-article-highlights/includes/../public/styles/main.css?ver=1770818926' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='https://www.pymnts.com/wp-content/plugins/pymnts-article-highlights/includes/../public/styles/main.css?ver=1770818926'></noscript><link rel='stylesheet' id='pymnts_article_highlights_embla_styles-css' href='https://www.pymnts.com/wp-content/plugins/pymnts-article-highlights/includes/../public/libs/embla/embla.css?ver=1.0' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='https://www.pymnts.com/wp-content/plugins/pymnts-article-highlights/includes/../public/libs/embla/embla.css?ver=1.0'></noscript><link rel='stylesheet' id='dashicons-css' href='https://www.pymnts.com/wp-includes/css/dashicons.min.css?ver=7.0.3' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='https://www.pymnts.com/wp-includes/css/dashicons.min.css?ver=7.0.3'></noscript><link rel='stylesheet' id='theme-styles-css' href='https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/style.css?ver=1786204999' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/style.css?ver=1786204999'></noscript><link rel='stylesheet' id='tailwind-scoped-css' href='https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/dist/tailwind.css?ver=1786204999' media='all' />
<link rel='stylesheet' id='studio-fonts-css' href='//fonts.googleapis.com/css?family=Oswald%3ALato%3A400%2C700%7CWork+Sans%3A200%2C300%2C400%2C600%2C700%2C900%7CMontserrat%3A400%2C700%7COpen+Sans%3A800%7CPlayfair+Display%3A400%2C700%2C900%7CQuicksand%7CRaleway%3A200%2C400%2C700%7CRoboto+Slab%3A400%2C700%26subset%3Dlatin%2Clatin-ext&#038;display=swap&#038;ver=1.0.0' media='print' onload="this.media='all'"><noscript><link rel='stylesheet' href='//fonts.googleapis.com/css?family=Oswald%3ALato%3A400%2C700%7CWork+Sans%3A200%2C300%2C400%2C600%2C700%2C900%7CMontserrat%3A400%2C700%7COpen+Sans%3A800%7CPlayfair+Display%3A400%2C700%2C900%7CQuicksand%7CRaleway%3A200%2C400%2C700%7CRoboto+Slab%3A400%2C700%26subset%3Dlatin%2Clatin-ext&#038;display=swap&#038;ver=1.0.0'></noscript><link rel='stylesheet' id='pymnts-navigation-menus-css' href='https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/2022/navigation-menus.css?ver=1786204999' media='all' />
<script id="jquery-core-js" src="https://www.pymnts.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://www.pymnts.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script id="sailthru-header-js" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/js/sailthru-header.js?ver=1786204999"></script>
<script id="domaincheck-script-js" defer="defer" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/js/domaincheck.js?ver=1.0.0"></script>
<link rel="https://api.w.org/" href="https://www.pymnts.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.pymnts.com/wp-json/wp/v2/pages/3089625" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pymnts.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0.3" />
<link rel='shortlink' href='https://www.pymnts.com/?p=3089625' />
<link rel="alternate" type="application/feed+json" title="PYMNTS.com &raquo; JSON Feed" href="https://www.pymnts.com/feed/json/" />
			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.3.65-->
			<script class="hsq-set-content-id" data-content-id="standard-page">
				var _hsq = _hsq || [];
				_hsq.push(["setContentType", "standard-page"]);
			</script>
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
				<style>img#wpstats{display:none}</style>
		<script> var userObject; </script><meta name="tdm-reservation" content="1">
  <!-- Begin comScore Tag -->
  <script>
    var _comscore = _comscore || [];
    _comscore.push({
      c1: "2",
      c2: "39641934",
      options: {
        enableFirstPartyCookie: "true"
      }
    });
    (function() {
      var s = document.createElement("script"),
        el = document.getElementsByTagName("script")[0];
      s.async = true;
      s.src = "https://sb.scorecardresearch.com/cs/39641934/beacon.js";
      el.parentNode.insertBefore(s, el);
    })();
  </script>
  <noscript>
    <img src="https://sb.scorecardresearch.com/p?c1=2&c2=39641934&cv=3.9.1&cj=1">
  </noscript>
  <!-- End comScore Tag -->

					<style type="text/css">
						.post-cont-out,
						.post-cont-in {
							margin-right: 0;
						}

						.nav-links {
							display: none;
						}

						.nav-left-wrap {
							width: 60px;
						}

						.nav-logo-out {
							margin-left: -60px;
						}

						.nav-logo-in {
							margin-left: 60px;
						}

						.nav-logo-show {
							padding-right: 20px;
							width: 200px;
							height: 50px;
						}

						.nav-logo-show img {
							width: auto;
							padding-top: 5px;
						}

						.nav-left-width {
							width: 280px !important;
						}

						.nav-logo-out-fade {
							margin-left: -280px;
						}

						.nav-logo-in-fade {
							margin-left: 280px;
						}

						.share-count,
.feat-info-views {
display: none;
}					</style>

			<style id="custom-background-css">
body.custom-background { background-color: #f9f9f9; }
</style>
<link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=32" sizes="32x32" />
<link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=192" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=180" />
<meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=270" />
  <style>
    html {
      margin-top: 0px !important;
    }
  </style>
  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-440MBSWHPM"></script>
  <script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
      dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', 'G-440MBSWHPM');
  </script>

  <!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3725877194676633"
        crossorigin="anonymous"></script>-->
  
  </head>

<body class="wp-singular page-template page-template-page-podcasts page-template-page-podcasts-php page page-id-3089625 page-parent custom-background wp-theme-flex-mag wp-child-theme-flex-mag-sixspoke">
  
  <div class="container-scroller" id="headerContainerScroller">
	<div class="main-header w-100">
		<header class="main-nav">
			<div class="container-fluid p-0" id="header-2022-bs-container">
				<div class="row g-0 border-mobile bg-black">
					<div class="col-10 col-lg-9 d-flex justify-content-start align-items-center ps-3 ps-lg-5 py-0 bg-black py-1">
						<div class="logo">
							<a href="https://www.pymnts.com/" title="PYMNTS.com home page"><img width="100%" height="50" src="/wp-content/uploads/2023/04/PYMNTS_2023_logo_white.svg?v=1.1" class="card-img-top" alt="PYMNTS.com home page"></a>						</div>
					</div>
					<div class="col-2 col-lg-3 justify-content-end align-items-center d-flex py-0 pe-3 pe-lg-5 bg-black">
						<div class="row row-cols-auto">
							<div class="col ms-auto d-flex justify-content-end align-items-center navbar-dark utility text-white">
								<div class="search-container hide-mobile" style="bottom:15px;"><div class="pymnts-search"><form method="get" id="searchform-header-desktop" action="https://www.pymnts.com/"><div style="display: flex;"><input name="s" id="s-header-desktop" placeholder="SEARCH" type="search" class="search-bar border-0 px-1 mx-n2"><button type="submit" class="search-icon-btn border-0 mx-0 px-0"><i class="bi bi-search"></i></button></div></form></div></div>								<div class="hide-mobile ms-2 pymnts-header-utility-links">
									<a href="https://www.pymnts.com/newswire-announcements/" class="text-white text-uppercase fw-bolder">Newswire</a><a href="https://www.pymnts.com/subscribe/" class="text-white">SUBSCRIBE</a>								</div>
								<button class="navbar-toggler hide-desktop" type="button" data-bs-toggle="collapse" data-bs-target="#main_nav" aria-label="Toggle navigation">
									<span class="navbar-toggler-icon"></span>
								</button>
							</div>
						</div>
					</div>
					<div class="col-12 col-lg-12 align-items-center border-top border-bottom border-dark px-0 mobile-display bg-white ps-header-2022-bs">
						<nav class="navbar navbar-expand-lg navbar-light p-0">
							<div class="container-fluid">
								<div class="collapse navbar-collapse" id="main_nav">
									<ul class="navbar-nav flex-fill navbar-nav-scroll">
										<li class="nav-item hide-desktop pymnts-nav-search-mobile"><form class="d-flex mx-auto" method="get" role="search" id="searchform-header-mobile" action="https://www.pymnts.com/" style="max-width:250px;"><input name="s" id="s-header-mobile" class="form-control me-0 fw-normal smaller text-light" type="search" placeholder="Search PYMNTS&#8230;" aria-label="Search"><button class="btn btn-outline-success text-uppercase small fw-bold border-start-0" type="submit">Search</button></form></li><li class="nav-item border-end border-dark align-items-start noborder-mobile ms-lg-5 mt-3 mt-lg-0"><a class="nav-link" href="https://tv.pymnts.com/" id="pymnts-tv"><i class="bi bi-tv-fill"></i>&nbsp;PYMNTS TV</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/today-on-pymnts/" id="today">Today</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/topic/b2b/" id="b2b-5">B2B</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/topic/retail/" id="retail-3">Retail</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/topic/fintech/" id="fintech">Fintech</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/topic/connected-economy/" id="digital-transformation">Digital Transformation</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/topic/crypto/" id="crypto">Crypto</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/topic/ai/" id="ai">AI</a></li>
<li class="nav-item dropdown noborder-mobile d-none d-lg-block fw-bold intelligence-link"><a class="nav-link dropdown-parent-link fw-bold" href="https://www.pymnts.com/pymnts-intelligence/" id="intelligence-link">PYMNTS<sup>®</sup> Intelligence</a><span class="dropdown-toggle-icon" role="button" tabindex="0" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Open submenu"></span>
<ul class="dropdown-menu w-100 rounded-0" style="border-color:#ccc;" aria-labelledby="navbarDropdown">
<li class="mt-3"><a class="dropdown-item mb-2" style="font-size: 0.85rem;" href="https://www.pymnts.com/tracker/">Trackers</a></li><li class="mt-3"><a class="dropdown-item mb-2" style="font-size: 0.85rem;" href="https://www.pymnts.com/trendscapes/">Trendscapes</a></li><li><a class="dropdown-item" style="font-size: 0.85rem;" href="https://www.pymnts.com/study/">Proprietary Data Studies</a></li><li><a class="dropdown-item" style="font-size: 0.85rem;" href="https://www.pymnts.com/data-lab">PYMNTS Data Lab</a></li><li><a class="dropdown-item" style="font-size: 0.85rem;" href="https://www.pymnts.com/pymnts-intelligence-research-framework/">Research Framework</a></li></ul>
</li>
<li class="nav-item d-block d-lg-none my-2">
				<a class="nav-link fw-bold" href="https://www.pymnts.com/pymnts-intelligence/">PYMNTS<sup>®</sup> Intelligence</a>
			</li><li class="nav-item d-block d-lg-none">
					<a class="nav-link" href="https://www.pymnts.com/tracker/">Trackers</a>
				</li><li class="nav-item d-block d-lg-none">
					<a class="nav-link" href="https://www.pymnts.com/trendscapes/">Trendscapes</a>
				</li><li class="nav-item d-block d-lg-none">
					<a class="nav-link" href="https://www.pymnts.com/study/">Proprietary Data Studies</a>
				</li><li class="nav-item d-block d-lg-none">
					<a class="nav-link" href="https://www.pymnts.com/data-lab">PYMNTS Data Lab</a>
				</li><li class="nav-item d-block d-lg-none mb-3">
					<a class="nav-link" href="https://www.pymnts.com/pymnts-intelligence-research-framework/">Research Framework</a>
				</li><li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/topic/technology-regulation/" id="regulation">Regulation</a></li>
<li class="nav-item "><a class="nav-link" href="https://www.pymnts.com/events/" id="events-2">Events</a></li>
<li class="border-start border-dark nav-item dropdown has-megamenu noborder-mobile me-lg-5"><a href="#" class="nav-link dropdown-toggle no-border hide-mobile" data-bs-toggle="dropdown">More&nbsp;<i class="bi bi-three-dots-vertical"></i></a>
<div class="dropdown-menu megamenu shadow border" role="menu">
	<div class="row">
		<div class="col px-0">
			<div class="pb-2 pb-lg-0 g-0 d-flex flex-column flex-lg-row justify-content-lg-evenly pymnts-megamenu-columns">
<div class="mb-0 mb-lg-3 text-center text-md-start mx-auto mx-lg-0 ps-0"><h6 class="fw-bold text-uppercase mb-2 mb-lg-3 small"><a href="https://www.pymnts.com/topic/">Topics</a></h6>
	<ul class="topics-mega-menu m-0 p-0">
<li class=""><a href="https://www.pymnts.com/topic/ai/" class="text-nowrap">Artificial Intelligence</a></li><li class=""><a href="https://www.pymnts.com/topic/automotive/" class="text-nowrap">Connected Car</a></li><li class=""><a href="https://www.pymnts.com/topic/buy-now-pay-later/" class="text-nowrap">Buy Now Pay Later</a></li><li class=""><a href="https://www.pymnts.com/topic/banking/" class="text-nowrap">Banking</a></li><li class=""><a href="https://www.pymnts.com/topic/cloud/" class="text-nowrap">Cloud</a></li><li class=""><a href="https://www.pymnts.com/topic/cross-border/" class="text-nowrap">Cross-Border Payments</a></li><li class=""><a href="https://www.pymnts.com/topic/gig-economy/" class="text-nowrap">Gig-Economy</a></li><li class=""><a href="https://www.pymnts.com/topic/grocery-and-pharmacy/" class="text-nowrap">Grocery &amp; Pharmacy</a></li><li class=""><a href="https://www.pymnts.com/topic/healthcare-payments/" class="text-nowrap">Healthcare Payments</a></li><li class=""><a href="https://www.pymnts.com/topic/insurtech/" class="text-nowrap">Insurtech</a></li><li class=""><a href="https://www.pymnts.com/topic/smbs/" class="text-nowrap">Small &amp; Medium Businesses</a></li><li class=""><a href="https://www.pymnts.com/topic/social-platforms/" class="text-nowrap">Social Platforms</a></li><li class=""><a href="https://www.pymnts.com/topic/subscription-commerce/" class="text-nowrap">Subscription Commerce</a></li><li class=""><a href="https://www.pymnts.com/topic/travel-payments/" class="text-nowrap">Travel</a></li><li class=""><a href="https://www.pymnts.com/topic/techreg/" class="text-nowrap">TechREG®</a></li><li class=""><a href="https://www.pymnts.com/topic/real-time-payments/" class="text-nowrap">Real-Time Payments</a></li><li class=""><a href="https://www.pymnts.com/topic/restaurants/" class="text-nowrap">Restaurants</a></li><li class=""><a href="https://www.pymnts.com/emea/" class="text-nowrap">EMEA</a></li>	</ul>
</div><div class="vr hide-mobile"></div><div class="ps-0 mx-auto mx-lg-0"><h6 class="fw-bold text-uppercase mb-2 mb-lg-3 small hide-mobile">Featured</h6><div class="row"><div class="col mt-2 mt-lg-0"><div class="row"><div class="col">
	<ul class="m-0 p-0 d-flex flex-row flex-wrap flex-lg-nowrap flex-lg-column justify-content-center justify-content-lg-start featured-mega-menu">
<li class="me-4 me-lg-0 hide-desktop fw-bold small">SEE ALSO:</li><li class="me-4 me-lg-0"><a href="https://www.pymnts.com/tag/editors-picks/" class="me-4 me-lg-0 small text-nowrap">Editor's Picks</a></li><li class="me-4 me-lg-0"><a href="https://www.pymnts.com/author/karen-webster/" class="me-4 me-lg-0 small text-nowrap">Opinion</a></li><li class="me-4 me-lg-0"><a href="https://www.pymnts.com/newswire-announcements/" class="me-4 me-lg-0 small text-nowrap">Newswire Announcements</a></li><li class="me-4 me-lg-0"><a href="https://www.pymnts.com/topic/connected-economy/" class="me-4 me-lg-0 small text-nowrap">CE100 Index</a></li><li class="me-4 me-lg-0"><a href="https://www.pymnts.com/topic/working-capital-liquidity" class="me-4 me-lg-0 small text-nowrap">Working Capital &amp; Liquidity</a></li><li class="me-4 me-lg-0"><a href="https://www.pymnts.com/cpi/" class="me-4 me-lg-0 small text-nowrap text-primary">Competition Policy International</a><br><span class="text-secondary smaller"><i>A PYMNTS Company</i></span></li>	</ul>
</div></div></div></div></div><div class="vr hide-mobile"></div><div class="mb-3 text-center text-lg-start hide-mobile"><h6 class="fw-bold text-uppercase mb-3 small">Stay Current</h6><div class="row"><div class="col">
	<ul class="m-0 p-0">
<li class="text-nowrap"><i class="bi bi-calendar"></i>&nbsp;<a href="https://www.pymnts.com/events/" class="text-nowrap small">Events</a></li><li class="text-nowrap"><i class="bi bi-envelope-plus"></i>&nbsp;<a href="https://www.pymnts.com/subscribe/" class="text-nowrap small">Subscribe</a></li><li class="text-nowrap"><i class="bi bi-newspaper"></i>&nbsp;<a href="https://www.pymnts.com/newswire/" class="text-nowrap small">Newswire</a></li><li class="text-nowrap"><i class="bi bi-people-fill"></i>&nbsp;<a href="https://www.pymnts.com/partnerships/" class="text-nowrap small">Advertise with Us</a></li>	</ul>
</div></div></div>			</div>
		</div>
	</div>
</div>
</li>
									</ul>
								</div>
							</div>
						</nav>
					</div>
				</div>
			</div>
		</header>
	</div>
</div>

<script>
	/*
	 * Handle Pymnts Charts
	 */

	function getChartType(option) {
		const series = option.series;
		const isArray = Array.isArray(series);

		if (isArray) {
			console.log("series is array");
			if (series[0].type) return series[0].type;
		} else {
			console.log("series is not array");
		}

		console.log("SERIES", series);
		alert("UNKNOWN CHART");

	}

	function adjustTitleLength(title) {
		let titleStr = title.replaceAll('<br>', '');
		const max = 35;
		const titleWords = titleStr.split(' ');
		const titleArr = [];
		let curLine = titleWords[0]
		let count = curLine.length;
		for (let i = 1; i < titleWords.length; ++i) {
			count += titleWords[i].length;
			if (count > max) {
				titleArr.push(curLine);
				curLine = titleWords[i];
				count = curLine.length;
			} else curLine += ' ' + titleWords[i];
		}
		if (curLine.length) titleArr.push(curLine);
		return titleArr.join("\n");
	}

	function adjustTitles(option) {
		if (option.title && option.title.text) option.title.text = adjustTitleLength(option.title.text);
		if (option.title && option.title.subtext) option.title.subtext = adjustTitleLength(option.title.subtext);

	}

	function adjustMobilePie(chartDom, option) {
		delete option.legend.top;
		option.legend.bottom = 0;
		const currentHeight = chartDom.clientHeight;
		chartDom.style.height = currentHeight + 60 + "px";
		option.grid = {};
		option.grid = {
			top: -30
		}

	}

	function adjustMobileLine(chartDom, option) {
		const currentHeight = chartDom.clientHeight;
		chartDom.style.height = currentHeight + 35 + "px";
		option.grid.height = 350;

	}

	function adjustMobileBar(chartDom, option) {
		if (option.xAxis.type === 'value') {
			option.yAxis.show = false;
		}

	}

	function adjustToMobile(chartDom, option) {
		console.log("ADJUST TO MOBILE");
		const chartType = getChartType(option);
		console.log('Chart Type', chartType);

		chartDom.style.margin = ""

		adjustTitles(option);
		const numTitleLines = option.title.text ? option.title.text.split("\n").length : 0;
		const numSubtitleLines = option.title.subtext ? option.title.subtext.split("\n").length : 0;
		const increase = (numTitleLines * 16) + (numSubtitleLines * 14);
		const curHeight = chartDom.clientHeight;
		chartDom.style.height = curHeight + increase + "px";
		option.grid = {};
		option.grid.top = increase + 50;

		option.tooltip.position = function(point, params, dom, rect, size) {
			console.log(dom.clientWidth, size.viewSize[0])
			return [(size.viewSize[0] - dom.clientWidth) / 2, point[1]];
		};


		switch (chartType) {
			case 'bar':
				return adjustMobileBar(chartDom, option);
			case 'line':
				return adjustMobileLine(chartDom, option);
			case 'pie':
				return adjustMobilePie(chartDom, option);
			default:
				console.error('No Mobile adjustment for Chart Type: ', chartType);
		}
	}

	function mcwParser(str, token) {
		console.log('str', typeof str, str)
		const par = JSON.parse(str, (key, value) => {
			if (typeof value === 'string' && value.startsWith(token)) {
				const func = value.substring(8);
				return eval(func);
			}
			return value;
		})
		return par;
	}

	async function loadPymntsCharts() {
		console.log('loadPymntsCharts');
		const charts = document.querySelectorAll('.pymntsChart');
		console.log('loadPymntsCharts charts', charts);
		for (let i = 0; i < charts.length; ++i) {
			let request = {
				url: `https://charts.pymnts.com:6300/id/${charts[i].getAttribute('id')}`,
				method: 'get'
			};

			let response;
			try {
				response = await axios(request);
				var chartDom = charts[i];
				console.log('loadPymntsCharts response', response.data);
				if (typeof response.data === 'undefined' || !response.data.length) return;
				console.log('loadPymntsCharts ready to rock and roll');
				var option = mcwParser(response.data[0].option, 'funcxyz_');
				console.log('loadPymntsCharts option', option);

				option.title.textStyle.fontSize = 14;
				option.title.textStyle.fontWeight = 'bold';
				option.title.subtextStyle.fontSize = 12;


				chartDom.style.height = option.info.containerHeight ? option.info.containerHeight + 'px' : '500px';
				chartDom.style.width = '90%';
				chartDom.style.maxWidth = '1200px';
				chartDom.style.margin = '1rem auto';
				if (window.innerWidth <= 768) adjustToMobile(chartDom, option);
				var myChart = echarts.init(chartDom);


				myChart.setOption(option);

				if (option.info && option.info.source) {
					const parent = charts[i].parentNode;
					console.log('parentNode', parent);
					const node = document.createElement("div");
					const below = option.info.below ? option.info.below : '';
					node.innerHTML = below + "<br />Source: " + option.info.source;
					node.style.width = '90%';
					node.style.maxWidth = '1200px';
					node.style.margin = '1rem auto';
					parent.appendChild(node);
				}

			} catch (e) {
				console.error('loadPymntsCharts error', e);
			}

		}
	}

	let lastYScroll = -1000000000
	const handleHeaderScrolling = () => {
		const container = document.querySelector('header');
		let position = container.style.position;
				lastYScroll = window.scrollY;
	}
	window.addEventListener('scroll', handleHeaderScrolling);

	const intelligenceLink = document.getElementById('intelligence-link');
	if (intelligenceLink) {
		intelligenceLink.addEventListener('click', function (event) {
			if (intelligenceLink.getAttribute('href')) {
				return;
			}
			event.preventDefault();
			window.open('https://www.pymnts.com/pymnts-intelligence/', '_self');
		});
	}
</script>

    </div>

<div class="container-fluid">
    <div class="row">
        <div class="col-md-12 ps-podcasts__main-col">
            <div class="page-content mt-0 pt-0">
                                    <article id="post-3089625" class="post-3089625 page type-page status-publish hentry">
                        <div class="entry-content">
                            
<div id="ps-hero-section-block_521ca081f00c7eafba1963a1aba4c6a4" class="ps-hero-section alignwide ps-mt-default ps-mb-default" style="background-color: #1eb0a1;">
  <div class="ps-hero-section__background-icon">
        <img decoding="async" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/images/icons/podacst-single-icon.png" alt="Hero Section Background Icon">
  </div>
      <div class="ps-hero-section__foreground">
      <img decoding="async" src="https://www.pymnts.com/wp-content/uploads/2025/10/Microfon-2.png" alt="Hero Image" class="ps-hero-section__foreground-img">
    </div>
  
  <div class="ps-hero-section__content ">
    <div class="container">
      <div class="row">
        <div class="col-lg-8">
                      <div class="ps-hero-section__logo">
              <img decoding="async" src="https://www.pymnts.com/wp-content/uploads/2025/10/Layer_1-1-258x95-1.png" alt="Hero Logo" class="ps-hero-section__logo-img">
            </div>
          
          
                      <h1 class="ps-hero-section__title">Voices Shaping the Connected Economy</h1>
          
                      <p class="ps-hero-section__description">The thinking behind the doing, told through the perspectives of the people building the ideas, platforms and networks driving change.</p>
          
                      <div class="ps-hero-section__buttons">
                              
                                  <a href="https://open.spotify.com/show/1l4TVjURUPba5sNqt5cSnU?si=1be5c2b13b2048d3" class="ps-hero-section__btn">
                                          <img decoding="async" src="https://www.pymnts.com/wp-content/uploads/2025/10/spotify.webp" alt="Listen on Spotify" class="ps-hero-section__btn-img">
                                        <span class="ps-hero-section__btn-text">Listen on Spotify</span>
                  </a>
                                              
                                  <a href="https://podcasts.apple.com/us/podcast/the-pymnts-podcast/id1831536440" class="ps-hero-section__btn">
                                          <img decoding="async" src="https://www.pymnts.com/wp-content/uploads/2025/10/Apple-Podcast-Logo-Streamline-Logos-1@2x.webp" alt="Listen on Apple" class="ps-hero-section__btn-img">
                                        <span class="ps-hero-section__btn-text">Listen on Apple</span>
                  </a>
                                          </div>
                  </div>
      </div>
    </div>
  </div>
</div>



<div id="ps-featured-posts-block_dfbaaaca4c615fb8bd209a5d601d7c81" class="ps-featured-posts alignwide ps-featured-posts--default ps-mt-default ps-mb-default">
  <div class="container">
          <div class="ps-featured-posts__header">
        <h2 class="ps-featured-posts__title">Latest Episodes</h2>
              </div>
    
    
    <!-- Search and Filter Bar -->
    <div class="ps-featured-posts__search-filter">
      <div class="ps-featured-posts__search-container">
        <div class="ps-featured-posts__search-wrapper">
          <svg class="ps-featured-posts__search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M21 21L16.514 16.506L21 21ZM19 10.5C19 15.194 15.194 19 10.5 19C5.806 19 2 15.194 2 10.5C2 5.806 5.806 2 10.5 2C15.194 2 19 5.806 19 10.5Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
          </svg>
          <input type="text" class="ps-featured-posts__search-input" placeholder="Search episodes">
        </div>
      </div>
      <div class="ps-featured-posts__filter-controls">
                                        <div class="ps-featured-posts__filter-container">
              <div class="ps-featured-posts__filter-trigger" role="button" tabindex="0">
                <span class="ps-featured-posts__filter-text">Filters</span>
                <i class="bi bi-filter"></i>
              </div>
              <div class="ps-featured-posts__filter-dropdown" style="display: none;">
                <div class="ps-featured-posts__filter-options">
                  <!-- Series Section -->
                                      <div class="ps-featured-posts__filter-section">
                      <label class="ps-featured-posts__filter-option ps-featured-posts__filter-option--header">
                        <input type="checkbox" name="series-filter" value="all" checked>
                        <span><strong>All Series</strong></span>
                      </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="series-filter" value="monday-conversation" data-series-name="Monday Conversation">
                          <span>Monday Conversation</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="series-filter" value="pymnts-on-air" data-series-name="PYMNTS ON AIR">
                          <span>PYMNTS ON AIR</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="series-filter" value="wage-to-wallet" data-series-name="Wage to Wallet">
                          <span>Wage To Wallet</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="series-filter" value="whats-next-in-payments" data-series-name="What&#039;s Next in Payments">
                          <span>What&#039;s Next In Payments</span>
                        </label>
                                          </div>
                  
                  <!-- Topics Section -->
                                      <div class="ps-featured-posts__filter-section">
                      <label class="ps-featured-posts__filter-option ps-featured-posts__filter-option--header">
                        <input type="checkbox" name="topic-filter" value="all" checked>
                        <span><strong>All Topics</strong></span>
                      </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="ai" data-topic-name="AI">
                          <span>AI</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="b2b" data-topic-name="B2B">
                          <span>B2B</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="banking" data-topic-name="Banking">
                          <span>Banking</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="consumer-finance" data-topic-name="Consumer Finance">
                          <span>Consumer Finance</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="cybersecurity" data-topic-name="Cybersecurity">
                          <span>Cybersecurity</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="data-privacy" data-topic-name="Data Privacy">
                          <span>Data Privacy</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="digital-transformation" data-topic-name="digital transformation">
                          <span>Digital Transformation</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="economy" data-topic-name="Economy">
                          <span>Economy</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="gig-economy" data-topic-name="Gig Economy">
                          <span>Gig Economy</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="omnichannel-retail" data-topic-name="Omnichannel Retail">
                          <span>Omnichannel Retail</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="payments" data-topic-name="Payments">
                          <span>Payments</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="personalization" data-topic-name="Personalization">
                          <span>Personalization</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="real-time-payments" data-topic-name="real-time payments">
                          <span>Real-time Payments</span>
                        </label>
                                              <label class="ps-featured-posts__filter-option">
                          <input type="checkbox" name="topic-filter" value="regulation" data-topic-name="Regulation">
                          <span>Regulation</span>
                        </label>
                                          </div>
                  
                                  </div>
              </div>
            </div>
                          <div class="ps-featured-posts__sort-container">
          <div class="ps-featured-posts__sort-trigger" role="button" tabindex="0">
            <span class="ps-featured-posts__sort-text">Most Recent</span>
            <i class="ps-featured-posts__sort-arrow bi bi-chevron-down"></i>
          </div>
          <div class="ps-featured-posts__sort-dropdown" style="display: none;">
            <div class="ps-featured-posts__sort-options">
              <label class="ps-featured-posts__sort-option">
                <input type="radio" name="sort-option" value="date-desc" checked>
                <span>Most Recent</span>
              </label>
              <label class="ps-featured-posts__sort-option">
                <input type="radio" name="sort-option" value="popularity-desc">
                <span>Most Popular</span>
              </label>
            </div>
          </div>
        </div>
      </div>
    </div>

          <div class="ps-featured-posts__list"
        data-pagination-enabled="false"
        data-posts-per-page="6"
        data-current-page="1"
        data-post-category="podcast"
        data-podcast-source="166662"
        data-ajax-url="https://www.pymnts.com/wp-admin/admin-ajax.php"
        data-nonce="dd6ebe33fe">
                  <!-- Featured Episode Card -->
                    <article class="ps-featured-posts__card ps-featured-posts__card--featured"
            data-series="monday-conversation"
            data-topics="ai"
            data-date="2026-04-06"
            data-title="David’s Bridal CEO Kelly Cook on Betting Big and Knowing When Not To"
            data-total-plays="213">
                        <a href="https://www.pymnts.com/podcast/davids-bridal-ceo-kelly-cook-on-betting-big-and-knowing-when-not-to/" class="ps-featured-posts__card-link">
              <div class="ps-featured-posts__image">
                                  <img fetchpriority="high" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/04/podcast-artwork-18971331-1775506263_aef95f.jpg" class="ps-featured-posts__thumbnail wp-post-image" alt="" />                              </div>
              <div class="ps-featured-posts__content">
                <div class="ps-featured-posts__topic">
                  Monday Conversation                </div>
                <h3 class="ps-featured-posts__title">
                  David’s Bridal CEO Kelly Cook on Betting Big and Knowing When Not To                </h3>
                                  <div class="ps-featured-posts__excerpt">
                    Ahead of her one-year anniversary as CEO, Kelly Cook talks with Karen Webster about her push to reinvent David’s Bridal.                  </div>
                              </div>
            </a>
          </article>
                  
        <!-- Display regular posts -->
                    <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="ai"
              data-date="2026-04-06"
              data-title="Rezolve CEO Sees Growing Competition Over Control of AI Shopping"
              data-total-plays="199">
              <a href="https://www.pymnts.com/podcast/rezolve-ceo-sees-growing-competition-over-control-of-ai-shopping/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/04/podcast-artwork-18971469-1775506256_b6c13b.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    Rezolve CEO Sees Growing Competition Over Control of AI Shopping                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Rezolve AI Founder and CEO Dan Wagner says agentic commerce needs guardrails around inventory, identity and payments.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="wage-to-wallet"
              data-topics="real-time-payments"
              data-date="2026-03-13"
              data-title="Platforms Reshape Labor Economy Paydays and Job Mobility"
              data-total-plays="231">
              <a href="https://www.pymnts.com/podcast/platforms-reshape-labor-economy-paydays-and-job-mobility/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/03/podcast-artwork-18839102-1773366153_6d4147.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Wage to Wallet                  </div>
                  <h3 class="ps-featured-posts__title">
                    Platforms Reshape Labor Economy Paydays and Job Mobility                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      The structure of work is shifting as digital platforms connect workers with opportunities in ways that resemble markets.&nbsp;                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="cybersecurity"
              data-date="2026-02-27"
              data-title="Banks Win When They Connect Risk Signals Across the Life Cycle"
              data-total-plays="225">
              <a href="https://www.pymnts.com/podcast/banks-win-when-they-connect-risk-signals-across-the-life-cycle/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18759176-1772167341_0f205e.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Banks Win When They Connect Risk Signals Across the Life Cycle                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Trulioo CEO Vicky Bindra says the ability to unify high-quality data and apply “good friction” at the right moments is key to fighting fraud.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="ai"
              data-date="2026-02-26"
              data-title="AI Agents Start Shopping and Payments Firms Adapt"
              data-total-plays="234">
              <a href="https://www.pymnts.com/podcast/ai-agents-start-shopping-and-payments-firms-adapt/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18756245-1772132698_fccc7a.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    AI Agents Start Shopping and Payments Firms Adapt                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      FIS’ Mladen Vladic discusses why future-ready payments infrastructure is important as AI agents begin to search, negotiate and transact.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="ai"
              data-date="2026-02-25"
              data-title="Banks Rethink Fraud Controls as False Declines Rise"
              data-total-plays="169">
              <a href="https://www.pymnts.com/podcast/banks-rethink-fraud-controls-as-false-declines-rise/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18748348-1772052148_168560.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Banks Rethink Fraud Controls as False Declines Rise                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      With AI-powered fraud becoming standard, Entersekt&#8217;s Dewald Nolte shares why the competitive edge in payments security lies in context.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="b2b"
              data-date="2026-02-25"
              data-title="For B2B Payments, Speed Is the New Strategy"
              data-total-plays="145">
              <a href="https://www.pymnts.com/podcast/for-b2b-payments-speed-is-the-new-strategy/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18748400-1772052144_848df5.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    For B2B Payments, Speed Is the New Strategy                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Boost&#8217;s Dean Leavitt explains why B2B firms are realizing that the velocity at which their AP and AR systems can adapt to real-world demands is now a key lever for growth.&nbsp;                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="banking"
              data-date="2026-02-24"
              data-title="The Clearing House: Trust Is the Gatekeeper for What’s Next in Payments"
              data-total-plays="151">
              <a href="https://www.pymnts.com/podcast/the-clearing-house-trust-is-the-gatekeeper-for-whats-next-in-payments/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18742738-1771972936_43fe70.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    The Clearing House: Trust Is the Gatekeeper for What’s Next in Payments                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      The Clearing House’s Sal Karakaplan says reliability, security and transparency will determine how innovations gain durable traction.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics=""
              data-date="2026-02-24"
              data-title="Credit Unions Build Cloud Data Strategy to Stay Competitive"
              data-total-plays="149">
              <a href="https://www.pymnts.com/podcast/credit-unions-build-cloud-data-strategy-to-stay-competitive/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18740891-1771955665_170d7f.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Credit Unions Build Cloud Data Strategy to Stay Competitive                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Velera’s Cody Banks says credit unions that operationalize data and automate decision-making will distinguish themselves in payments.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="payments"
              data-date="2026-02-24"
              data-title="Banks Race to Close Real-Time Payment Gaps"
              data-total-plays="137">
              <a href="https://www.pymnts.com/podcast/banks-race-to-close-real-time-payment-gaps/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18736738-1771900947_bbd855.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Banks Race to Close Real-Time Payment Gaps                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      i2c Chief Client Officer Serena Smith says real-time payments require interoperability so banks can connect compliance and stop fraud.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="payments"
              data-date="2026-02-24"
              data-title="Paysafe Calls Digital Wallets the New Hub for Payments and Commerce"
              data-total-plays="157">
              <a href="https://www.pymnts.com/podcast/paysafe-calls-digital-wallets-the-new-hub-for-payments-and-commerce/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18736757-1771900942_a8ffb6.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Paysafe Calls Digital Wallets the New Hub for Payments and Commerce                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Bob Legters, CPO at Paysafe, says the increasing use of digital wallets can streamline back-office processes and reduce costs.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="ai"
              data-date="2026-02-23"
              data-title="The Medical School Dean Who Says AI in Healthcare Moved Faster Than He Ever Expected"
              data-total-plays="124">
              <a href="https://www.pymnts.com/podcast/the-medical-school-dean-who-says-ai-in-healthcare-moved-faster-than-he-ever-expected/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18733332-1771880585_63ea66.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    The Medical School Dean Who Says AI in Healthcare Moved Faster Than He Ever Expected                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Marschall Runge, former CEO and dean of Michigan Medicine, says he was wrong to be cautious about healthcare AI.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="wage-to-wallet"
              data-topics="ai"
              data-date="2026-02-04"
              data-title="Every Workday Is Payday in an Instant"
              data-total-plays="214">
              <a href="https://www.pymnts.com/podcast/every-workday-is-payday-in-an-instant/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18621667-1770169333_e176ce.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Wage to Wallet                  </div>
                  <h3 class="ps-featured-posts__title">
                    Every Workday Is Payday in an Instant                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Same-day and same-shift payouts are changing how transactional workers judge jobs and manage cash flow. As platforms compress the gap between work completed and wages received, employers and payments providers are confronting a labor market where timing matters as much as pay.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="real-time-payments"
              data-date="2026-02-02"
              data-title="PicPay Takes Its Credit Strategy to Wall Street With U.S. IPO"
              data-total-plays="170">
              <a href="https://www.pymnts.com/podcast/picpay-takes-its-credit-strategy-to-wall-street-with-u-s-ipo/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18613400-1770067399_45e5d8.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    PicPay Takes Its Credit Strategy to Wall Street With U.S. IPO                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      PicPay’s U.S. IPO marks a shift toward credit-driven growth built on wallet data, underwriting discipline and deeper customer engagement.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="wage-to-wallet"
              data-topics="gig-economy"
              data-date="2026-01-20"
              data-title="Unpredictable Pay Cycles Break Financial Stability for America’s Hourly Workers"
              data-total-plays="226">
              <a href="https://www.pymnts.com/podcast/unpredictable-pay-cycles-break-financial-stability-for-americas-hourly-workers/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/01/podcast-artwork-18540204-1768920143_bca7e0.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Wage to Wallet                  </div>
                  <h3 class="ps-featured-posts__title">
                    Unpredictable Pay Cycles Break Financial Stability for America’s Hourly Workers                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      In a PYMNTS podcast, leaders from Ingo Payments and WorkWhile explain how fixing “Bill Pay Roulette” could stabilize workers and economies.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="ai"
              data-date="2026-01-02"
              data-title="Visa Maps a Path to Agentic Commerce That Feels Familiar — and Safe"
              data-total-plays="292">
              <a href="https://www.pymnts.com/podcast/visa-maps-a-path-to-agentic-commerce-that-feels-familiar-and-safe/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2026/02/podcast-artwork-18444034-1771963912_bac863.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    Visa Maps a Path to Agentic Commerce That Feels Familiar — and Safe                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Rubail Birwadker of Visa says agentic commerce will only scale if identity, permissions and risk controls are built into the transaction.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="wage-to-wallet"
              data-topics="economy"
              data-date="2025-12-14"
              data-title="Wage to Wallet Index™ Shows Wage Shocks Hit Labor Economy Hard"
              data-total-plays="215">
              <a href="https://www.pymnts.com/podcast/wage-to-wallet-index-shows-wage-shocks-hit-labor-economy-hard/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/12/podcast-artwork-18344749-1765755737_b3f77b.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Wage to Wallet                  </div>
                  <h3 class="ps-featured-posts__title">
                    Wage to Wallet Index™ Shows Wage Shocks Hit Labor Economy Hard                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      WorkWhile Chief Economist Alan Armen says wage shocks move through hourly workers’ budgets in weeks, not quarters, because income becomes spending almost immediately. The latest Wage to Wallet™ findings show platforms supplying 15% to 30% of income as workers try to address declining wages.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="ai"
              data-date="2025-12-10"
              data-title="CFOs and AI Help Emerging Enterprises Accelerate Time to Cash™"
              data-total-plays="174">
              <a href="https://www.pymnts.com/podcast/cfos-and-ai-help-emerging-enterprises-accelerate-time-to-cash/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/12/podcast-artwork-18327822-1765399015_2e93d5.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    CFOs and AI Help Emerging Enterprises Accelerate Time to Cash™                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      CFOs at emerging enterprises are redesigning and adding speed to their cash cycles. As a PYMNTS panel with insights from Bottomline, Coupa and FIS tells Karen Webster, automation, AI and stronger onboarding are the keys to faster liquidity. Together they outline how better data, improved processes and real-time tools will define time-to-cash performance heading into [&hellip;]                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="ai"
              data-date="2025-12-09"
              data-title="AI Automation Unlocks Small Business Agility"
              data-total-plays="188">
              <a href="https://www.pymnts.com/podcast/ai-automation-unlocks-small-business-agility/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/12/podcast-artwork-18326724-1765399019_011ed7.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    AI Automation Unlocks Small Business Agility                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Meet the Fortune 5 Million. It’s how BILL CEO René Lacerte describes the US small business community. As AI agents push the financial back office toward full autonomy, Lacerte says the shift will spark nothing short of a creative payments renaissance as it eliminates the grind of financial operations. He believes it will unleash the [&hellip;]                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="digital-transformation"
              data-date="2025-12-04"
              data-title="Boston Rebuilds Payments to Simplify Municipal Money Flows"
              data-total-plays="173">
              <a href="https://www.pymnts.com/podcast/boston-rebuilds-payments-to-simplify-municipal-money-flows/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/12/podcast-artwork-18301386-1764884119_576d0c.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    Boston Rebuilds Payments to Simplify Municipal Money Flows                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Boston Finance Manager Rich Andrade and Passport CTO Gene Rohrwasser tell PYMNTS’ Karen Webster how the city is finally breaking from a decades-old patchwork of vendors to build a unified payment platform that promises real-time insight and a more modern experience for residents and visitors alike.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="omnichannel-retail"
              data-date="2025-11-20"
              data-title="Furniture.com Reinvents Furniture Buying With AI"
              data-total-plays="152">
              <a href="https://www.pymnts.com/podcast/furniture-com-reinvents-furniture-buying-with-ai/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/12/podcast-artwork-18221460-1764884127_0fc88d.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    Furniture.com Reinvents Furniture Buying With AI                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Furniture.com is rebuilding the furniture-buying experience for the agentic commerce age. In a PYMNTS SKU conversation, Cofounder and CMO Dan Bennett tells Karen Webster that by using standardized data and AI, the company is unifying retail partners into a single-cart, highly personalized platform.&nbsp;                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="personalization"
              data-date="2025-11-20"
              data-title="How CVS Is Turning First-Party Data Into Its Retail Media Power Play"
              data-total-plays="204">
              <a href="https://www.pymnts.com/podcast/how-cvs-is-turning-first-party-data-into-its-retail-media-power-play/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/12/podcast-artwork-18221468-1764884123_e4c7e1.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    How CVS Is Turning First-Party Data Into Its Retail Media Power Play                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Personalization at scale requires moving from shoppers to signals, and Parbinder &#8220;Parbs&#8221; Dhariwal, VP and General Manager at CVS Media Exchange, shares why the retailer’s media network is focused on a future where every aisle, every screen, and yes, every long register receipt, is part of a larger conversation between brand and consumer.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="omnichannel-retail"
              data-date="2025-11-19"
              data-title="Cox Automotive Wants to Eliminate the ‘Channel Break’ in Car Buying"
              data-total-plays="184">
              <a href="https://www.pymnts.com/podcast/cox-automotive-wants-to-eliminate-the-channel-break-in-car-buying/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18219521-1763587439_10d7be.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    Cox Automotive Wants to Eliminate the ‘Channel Break’ in Car Buying                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Cox Automotive’s new omnichannel platform connects every step of the car-buying journey, closing the long-standing channel break between online research and in-store purchasing. In a Monday Conversation with PYMNTS’ Karen Webster, Senior VP Jessica Stafford explains why shifting dealer mindsets , not just upgrading technology, is the real unlock.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="payments"
              data-date="2025-11-19"
              data-title="Ulta Beauty Uses AI to Bridge Social Discovery and In-Store Experiences"
              data-total-plays="206">
              <a href="https://www.pymnts.com/podcast/ulta-beauty-uses-ai-to-bridge-social-discovery-and-in-store-experiences/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18219551-1763587435_6a7a54.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    Ulta Beauty Uses AI to Bridge Social Discovery and In-Store Experiences                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Ulta Beauty is building a commerce ecosystem where AI, social discovery and stores work together to meet fast moving consumer expectations. In a conversation with PYMNTS CEO Karen Webster for the PYMNTS series The SKU, Ulta SVP Josh Friedman explains how the retailer tries to make sure every guest gets what she wants.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="ai"
              data-date="2025-11-19"
              data-title="Trulioo CEO Says Leadership Today Is About Trust, Data and Decision Making"
              data-total-plays="175">
              <a href="https://www.pymnts.com/podcast/trulioo-ceo-says-leadership-today-is-about-trust-data-and-decision-making/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18219625-1763587432_7710fd.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Trulioo CEO Says Leadership Today Is About Trust, Data and Decision Making                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Trulioo CEO Vicky Bindra says leadership in the age of breakaway technology innovation isn’t about keeping pace. It’s more about redefining trust, data and decision making when machines move faster than markets. Read more in Bindra’s interview as part of the “What’s Next in Payments” series, “The Year of the CEO.”&nbsp;                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="payments"
              data-date="2025-11-19"
              data-title="Robert Talbott Reclaims Madison Avenue to Test American Luxury"
              data-total-plays="137">
              <a href="https://www.pymnts.com/podcast/robert-talbott-reclaims-madison-avenue-to-test-american-luxury/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18219440-1763587443_6cde89.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    Robert Talbott Reclaims Madison Avenue to Test American Luxury                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      When PYMNTS’ Karen Webster sat down with Alex Angelchik, the Newtimes Group CEO made a bold case for why American luxury needs a reset. His approach to relaunching Robert Talbott hints at a playbook far different from what today’s fashion incumbents expect.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="cybersecurity"
              data-date="2025-11-19"
              data-title="Inside the ‘Perfect Storm’ Disrupting Fraud and Risk Management"
              data-total-plays="151">
              <a href="https://www.pymnts.com/podcast/inside-the-perfect-storm-disrupting-fraud-and-risk-management/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18219239-1763576614_1a2ca8.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Inside the ‘Perfect Storm’ Disrupting Fraud and Risk Management                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Matthew Pearce, vice president of Fraud Risk Management and Dispute Operations at i2c, says the collision of innovation, tightening oversight and real-time payments is creating a “perfect storm” that few financial institutions are fully prepared to navigate. Read more in this PYMNTS interview.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="cybersecurity"
              data-date="2025-11-05"
              data-title="Mastercard Turns Cyber Threats Into Teachable Moments"
              data-total-plays="220">
              <a href="https://www.pymnts.com/podcast/mastercard-turns-cyber-threats-into-teachable-moments/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18101335-1762369216_b85af0.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Mastercard Turns Cyber Threats Into Teachable Moments                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Mark Barnett, global head of Small and Medium Enterprises at Mastercard, shares why small businesses, armed with new tools, sharper awareness and a growing focus on resilience, are proving that cybersecurity isn’t just defense, it’s a growth strategy.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="payments"
              data-date="2025-11-05"
              data-title="FIS Puts Value Creation at the Heart of Money Movement"
              data-total-plays="227">
              <a href="https://www.pymnts.com/podcast/fis-puts-value-creation-at-the-heart-of-money-movement/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18139850-1762369212_792638.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    FIS Puts Value Creation at the Heart of Money Movement                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Money movement is no longer about how fast funds travel between accounts, but how much value can be built around it. FIS Global Head of Money Movement Jon Briggs told PYMNTS CEO Karen Webster that the conversation about moving money used to focus on speed alone. But now the focus is very different.&nbsp;                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="consumer-finance"
              data-date="2025-10-29"
              data-title="Nova Credit Makes the Case for a Real-Time Credit Bureau"
              data-total-plays="197">
              <a href="https://www.pymnts.com/podcast/nova-credit-makes-the-case-for-a-real-time-credit-bureau/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18101166-1762359941_1bd09a.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    Nova Credit Makes the Case for a Real-Time Credit Bureau                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Nova Credit CEO Misha Esipov argues that the credit industry doesn’t just need better data. He believes it needs a new standard that measures consumers’ financial lives in real time, not through the rearview mirror of traditional credit scores.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="payments"
              data-date="2025-10-29"
              data-title="How Invisible Payments Are Forcing Digital Identity to Evolve"
              data-total-plays="194">
              <a href="https://www.pymnts.com/podcast/how-invisible-payments-are-forcing-digital-identity-to-evolve/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18101245-1762359938_d9318a.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    How Invisible Payments Are Forcing Digital Identity to Evolve                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      As Capital One’s Tom Poole, Prove’s Rodger Desai, and Citadel’s Chris Palumbo tell Karen Webster, the next era of payments will erase the line between identity and transaction. Authentication won’t feel like a step in the process. It will be the process itself, where trust has to be built in, not bolted on.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="ai"
              data-date="2025-10-21"
              data-title="AI-Powered Intelligence: The New Advantage for CFOs"
              data-total-plays="251">
              <a href="https://www.pymnts.com/podcast/ai-powered-intelligence-the-new-advantage-for-cfos/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18052436-1762359945_ff61ee.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    AI-Powered Intelligence: The New Advantage for CFOs                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Raj Seshadri, Chief Commercial Payments Officer at Mastercard, explores how AI and data are giving CFOs new ways to manage cash flow, working capital, and risk, while mobilizing partners across the B2B ecosystem to accelerate growth. The discussion highlights how CFOs are already putting AI into practice, the cultural and talent shifts needed to capture [&hellip;]                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="regulation"
              data-date="2025-10-20"
              data-title="Adrienne Harris Reflects on Four Years of Redefining Financial Regulation in New York"
              data-total-plays="169">
              <a href="https://www.pymnts.com/podcast/adrienne-harris-reflects-on-four-years-of-redefining-financial-regulation-in-new-york/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18043368-1762359953_d88bd9.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    Adrienne Harris Reflects on Four Years of Redefining Financial Regulation in New York                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      New York Department of Financial Services Superintendent Adrienne Harris leaves office emphasizing the state’s leadership in shaping modern financial regulation. She tells PYMNTS CEO Karen Webster that her successor, Kaitlyn Asrow, will continue advancing the “department of YES” approach that balances innovation with consumer protection.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="b2b"
              data-date="2025-10-20"
              data-title="AI and the New Era of B2B Payments"
              data-total-plays="197">
              <a href="https://www.pymnts.com/podcast/ai-and-the-new-era-of-b2b-payments/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-18043453-1762359949_c6b6d6.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    AI and the New Era of B2B Payments                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      For our sixth annual B2B Payments event, PYMNTS Chief Content Officer John Gaffney sits down with CEO Karen Webster to open four weeks of conversations on how artificial intelligence is reshaping B2B payments. We’ll explore what the connection between AI and B2B really looks like, the new use cases emerging, and what it will take [&hellip;]                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="payments"
              data-date="2025-10-10"
              data-title="The Right Time for Real-Time Account Funding Is Now"
              data-total-plays="223">
              <a href="https://www.pymnts.com/podcast/the-right-time-for-real-time-account-funding-is-now/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-17990746-1762359956_811504.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    The Right Time for Real-Time Account Funding Is Now                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Leaders from Visa Direct, TabaPay and OneUnited Bank discuss why instant account funding has become a competitive must-have, the measurable business benefits of Account Funding Transactions (AFTs) and how to implement real-time solutions effectively.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="banking"
              data-date="2025-08-28"
              data-title="Credit Unions Battle for the Right Data to Fight Fraud"
              data-total-plays="192">
              <a href="https://www.pymnts.com/podcast/credit-unions-battle-for-the-right-data-to-fight-fraud/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-17751194-1762359960_fae60c.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Credit Unions Battle for the Right Data to Fight Fraud                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Velera&#8217;s Jeremiah Lotz tells PYMNTS that a consortium approach to data collection and use can help credit unions.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="whats-next-in-payments"
              data-topics="data-privacy"
              data-date="2025-08-28"
              data-title="Fraudsters Share Playbooks, So Why Won’t Banks Share Data?"
              data-total-plays="166">
              <a href="https://www.pymnts.com/podcast/fraudsters-share-playbooks-so-why-wont-banks-share-data/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-17751166-1762359963_e004ca.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    What&#039;s Next in Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Fraudsters Share Playbooks, So Why Won’t Banks Share Data?                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Entersekt&#8217;s Pradheep Sampath tell PYMNTS that fighting fraud demands a blend of traditional data and a consortium approach.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="pymnts-on-air"
              data-topics="payments"
              data-date="2025-08-26"
              data-title="From Infrastructure to Analytics: The Plaid Playbook"
              data-total-plays="199">
              <a href="https://www.pymnts.com/podcast/from-infrastructure-to-analytics-the-plaid-playbook/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-17737224-1762359967_24faec.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    PYMNTS ON AIR                  </div>
                  <h3 class="ps-featured-posts__title">
                    From Infrastructure to Analytics: The Plaid Playbook                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Plaid’s next five years probably won’t look much like the last five, CEO Zach Perret tells Karen Webster. Data and the insights it offers the broader payments and financial services ecosystem position the company as a critical identity and data aggregation layer in an emerging “agentic” financial world.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="monday-conversation"
              data-topics="ai"
              data-date="2025-08-25"
              data-title="WorkWhile Reinvents Hourly Work With AI-Powered Labor Platform"
              data-total-plays="179">
              <a href="https://www.pymnts.com/podcast/workwhile-reinvents-hourly-work-with-ai-powered-labor-platform/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-17731632-1762359972_8a12aa.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Monday Conversation                  </div>
                  <h3 class="ps-featured-posts__title">
                    WorkWhile Reinvents Hourly Work With AI-Powered Labor Platform                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      WorkWhile COO Simon Khalaf says the company’s AI-driven labor OS is reshaping the workforce — matching workers to jobs with precision.                    </div>
                                  </div>
              </a>
            </article>
                                <!-- Regular Episode List Item -->
                                    <article class="ps-featured-posts__item"
              data-series="payments"
              data-topics="payments"
              data-date="2025-08-06"
              data-title="Introducing the PYMNTS Podcast"
              data-total-plays="189">
              <a href="https://www.pymnts.com/podcast/introducing-the-pymnts-podcast/" class="ps-featured-posts__item-link">
                <div class="ps-featured-posts__item-image">
                                      <img loading="lazy" decoding="async" width="1400" height="1400" src="https://www.pymnts.com/wp-content/uploads/2025/11/podcast-artwork-17594818-1762359976_206e96.jpg" class="ps-featured-posts__item-thumbnail wp-post-image" alt="" />                                  </div>
                <div class="ps-featured-posts__content">
                  <div class="ps-featured-posts__topic">
                    Payments                  </div>
                  <h3 class="ps-featured-posts__title">
                    Introducing the PYMNTS Podcast                  </h3>
                                      <div class="ps-featured-posts__excerpt">
                      Get a preview of the PYMNTS Podcast — your front-row seat to conversations with the innovators transforming how the world pays, shops, and connects.                    </div>
                                  </div>
              </a>
            </article>
                          </div>

      <!-- Pagination Controls -->
            </div>
</div>

                        </div>
                    </article>
                            </div>
        </div>
    </div>
</div>

<style>
.page-content {
    padding: 40px 0;
}

.entry-content {
    max-width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-content {
        padding: 20px 0;
    }
}
</style>


<footer class="site-footer border-top bg-black mt-auto w-100">
    <div class="site-footer-grid">

        <div class="site-footer-brand">
            <a href="/">
                <img width="185" height="69" data-src="/wp-content/themes/flex-mag-sixspoke/2022/img/PYMNTS_2022_logo_medium_green.svg?v=1.1" alt="PYMNTS.com" class="site-footer-logo lazyload">
            </a>
            <p class="site-footer-tagline">The leading news and data platform for the payments and fintech economy.</p>
            <form class="site-footer-subscribe" action="/subscribe/" method="get">
                <input type="email" name="email" placeholder="Your email">
                <button type="submit">Subscribe</button>
            </form>

            
            <ul class="site-footer-social">
                                    <li>
                        <a href="https://www.linkedin.com/company/pymnts-com/">
                            <svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.3782 41C9.14215 41 0 31.8037 0 20.4988C0 9.19385 9.14215 0 20.3782 0C31.6142 0 40.7563 9.19626 40.7563 20.4988C40.7563 31.8013 31.6142 40.9976 20.3782 40.9976V41ZM20.3782 1.44595C9.93514 1.44595 1.43744 9.99395 1.43744 20.4988C1.43744 31.0036 9.93514 39.5516 20.3782 39.5516C30.8212 39.5516 39.3189 31.0036 39.3189 20.4988C39.3189 9.99395 30.8236 1.44595 20.3782 1.44595Z" fill="currentColor"/>
<path d="M13.4161 15.2114C14.8147 15.2114 15.9484 14.071 15.9484 12.6641C15.9484 11.2573 14.8147 10.1169 13.4161 10.1169C12.0176 10.1169 10.8839 11.2573 10.8839 12.6641C10.8839 14.071 12.0176 15.2114 13.4161 15.2114Z" fill="currentColor"/>
<path d="M15.3375 16.9104H11.4948C11.3902 16.9104 11.3055 16.9957 11.3055 17.1008V29.4565C11.3055 29.5616 11.3902 29.6469 11.4948 29.6469H15.3375C15.4421 29.6469 15.5268 29.5616 15.5268 29.4565V17.1008C15.5268 16.9957 15.4421 16.9104 15.3375 16.9104Z" fill="currentColor"/>
<path d="M29.8749 21.5808V28.7986C29.8749 29.2661 29.494 29.6468 29.0316 29.6468H26.4993C26.0345 29.6468 25.656 29.2637 25.656 28.7986V22.8557C25.656 21.6845 24.7097 20.7325 23.5453 20.7325C22.381 20.7325 21.4347 21.6845 21.4347 22.8557V28.7986C21.4347 29.2661 21.0538 29.6468 20.5914 29.6468H18.0591C17.5943 29.6468 17.2158 29.2637 17.2158 28.7986V17.7611C17.2158 17.2936 17.5967 16.9128 18.0591 16.9128H20.5914C21.0562 16.9128 21.4347 17.296 21.4347 17.7611V18.3033C22.278 17.2044 23.6747 16.4863 25.2319 16.4863C27.5606 16.4863 29.8749 18.1853 29.8749 21.5808Z" fill="currentColor"/>
</svg>
                        </a>
                    </li>
                                    <li>
                        <a href="https://x.com/pymnts">
                            <svg width="42" height="41" viewBox="0 0 42 41" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.1345 41C9.89849 41 0.756348 31.8037 0.756348 20.5012C0.756348 9.19867 9.89849 0 21.1345 0C32.3705 0 41.5127 9.19626 41.5127 20.4988C41.5127 31.8013 32.3705 40.9976 21.1345 40.9976V41ZM21.1345 1.44595C10.6891 1.44595 2.19379 9.99395 2.19379 20.4988C2.19379 31.0036 10.6915 39.5516 21.1345 39.5516C31.5776 39.5516 40.0752 31.0036 40.0752 20.4988C40.0752 9.99395 31.5799 1.44595 21.1345 1.44595Z" fill="currentColor"/>
<path d="M23.9711 18.6817L31.9249 10.1241H28.9039L22.6606 16.8405L17.8811 10.1241H9.62059L17.9817 21.8749L9.62059 30.8711H12.6416L19.2946 23.7136L24.3879 30.8711H32.6485L23.9735 18.6817H23.9711ZM13.8778 12.3268H16.7575L28.3912 28.6733H25.5115L13.8778 12.3268Z" fill="currentColor"/>
</svg>
                        </a>
                    </li>
                                    <li>
                        <a href="https://www.facebook.com/pymnts">
                            <svg width="42" height="41" viewBox="0 0 42 41" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.8909 41C9.65484 41 0.512695 31.8037 0.512695 20.5012C0.512695 9.19867 9.65245 0 20.8909 0C32.1293 0 41.269 9.19626 41.269 20.4988C41.269 31.8013 32.1269 40.9976 20.8909 40.9976V41ZM20.8909 1.44595C10.4454 1.44595 1.95014 9.99395 1.95014 20.4988C1.95014 31.0036 10.4478 39.5516 20.8909 39.5516C31.3339 39.5516 39.8316 31.0036 39.8316 20.4988C39.8316 9.99395 31.3339 1.44595 20.8909 1.44595Z" fill="currentColor"/>
<path d="M26.7149 18.9661L26.3867 21.6122C26.3316 22.0556 25.9603 22.3858 25.5171 22.3858H21.2574V33.4473C20.807 33.4883 20.3518 33.5075 19.8919 33.5075C18.8641 33.5075 17.8579 33.4039 16.8876 33.2063V22.3834H13.6102C13.3084 22.3834 13.064 22.1351 13.064 21.8315V18.5202C13.064 18.2166 13.3084 17.9684 13.6102 17.9684H16.8876V13.0039C16.8876 9.95779 19.3337 7.48763 22.3499 7.48763H26.1735C26.4754 7.48763 26.7197 7.73585 26.7197 8.0395V11.3507C26.7197 11.6544 26.4754 11.9026 26.1735 11.9026H23.4423C22.2373 11.9026 21.2574 12.8907 21.2574 14.1101V17.9708H25.8453C26.3723 17.9708 26.7796 18.4359 26.7149 18.9637V18.9661Z" fill="currentColor"/>
</svg>
                        </a>
                    </li>
                                    <li>
                        <a href="https://www.instagram.com/pymnts">
                            <svg width="42" height="41" viewBox="0 0 42 41" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.6472 41C9.41119 41 0.269043 31.8037 0.269043 20.5012C0.269043 9.19867 9.41119 0 20.6472 0C31.8832 0 41.0254 9.19626 41.0254 20.4988C41.0254 31.8013 31.8832 40.9976 20.6472 40.9976V41ZM20.6472 1.44595C10.2018 1.44595 1.70649 9.99395 1.70649 20.4988C1.70649 31.0036 10.2042 39.5516 20.6472 39.5516C31.0902 39.5516 39.5879 31.0036 39.5879 20.4988C39.5879 9.99395 31.0926 1.44595 20.6472 1.44595Z" fill="currentColor"/>
<path d="M25.9825 10.1265H15.3143C12.5664 10.1265 10.3359 12.3701 10.3359 15.1343V25.8657C10.3359 28.6299 12.5664 30.8735 15.3143 30.8735H25.9825C28.7304 30.8735 30.9609 28.6299 30.9609 25.8657V15.1343C30.9609 12.3701 28.7304 10.1265 25.9825 10.1265ZM29.1832 25.5066C29.1832 27.4803 27.5901 29.0829 25.628 29.0829H15.6713C13.7091 29.0829 12.116 27.4803 12.116 25.5066V15.491C12.116 13.5173 13.7091 11.9147 15.6713 11.9147H25.628C27.5901 11.9147 29.1832 13.5173 29.1832 15.491V25.5066Z" fill="currentColor"/>
<path d="M20.6592 15.1343C17.7148 15.1343 15.3263 17.537 15.3263 20.4988C15.3263 23.4606 17.7148 25.8633 20.6592 25.8633C23.6036 25.8633 25.9921 23.4606 25.9921 20.4988C25.9921 17.537 23.6036 15.1343 20.6592 15.1343ZM20.6592 24.0775C18.6995 24.0775 17.1039 22.4725 17.1039 20.5012C17.1039 18.5299 18.6995 16.9249 20.6592 16.9249C22.6189 16.9249 24.2145 18.5299 24.2145 20.5012C24.2145 22.4725 22.6189 24.0775 20.6592 24.0775Z" fill="currentColor"/>
<path d="M26.3491 15.8477C26.9379 15.8477 27.4152 15.3675 27.4152 14.7752C27.4152 14.183 26.9379 13.7028 26.3491 13.7028C25.7603 13.7028 25.283 14.183 25.283 14.7752C25.283 15.3675 25.7603 15.8477 26.3491 15.8477Z" fill="currentColor"/>
</svg>
                        </a>
                    </li>
                                    <li>
                        <a href="https://www.youtube.com/c/PYMNTSMedia">
                            <svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.4036 41C9.16755 41 0.0253906 31.8037 0.0253906 20.5012C0.0253906 9.19867 9.16755 0 20.4036 0C31.6396 0 40.7817 9.19626 40.7817 20.4988C40.7817 31.8013 31.6396 40.9976 20.4036 40.9976V41ZM20.4036 1.44595C9.95815 1.44595 1.46284 9.99395 1.46284 20.4988C1.46284 31.0036 9.96054 39.5516 20.4036 39.5516C30.8466 39.5516 39.3443 31.0036 39.3443 20.4988C39.3443 9.99395 30.849 1.44595 20.4036 1.44595Z" fill="currentColor"/>
<path d="M28.8773 12.1195H11.9322C10.2576 12.1195 8.89923 13.4859 8.89923 15.168V25.8295C8.89923 27.5141 10.2576 28.8781 11.9322 28.8781H28.8773C30.5519 28.8781 31.9079 27.5141 31.9079 25.8295V15.168C31.9079 13.4835 30.5495 12.1195 28.8773 12.1195ZM23.1251 21.2362L18.4127 23.6052C17.8689 23.8799 17.2292 23.4823 17.2292 22.8702V18.1322C17.2292 17.5201 17.8689 17.1225 18.4127 17.3972L23.1251 19.7662C23.7265 20.0674 23.7265 20.9326 23.1251 21.2362Z" fill="currentColor"/>
</svg>
                        </a>
                    </li>
                            </ul>
        </div><!--site-footer-brand-->

                            <div class="site-footer-col site-footer-col--market">
                <h4>Market Sectors</h4>
                <ul>
                                            <li><a href="/topic/b2b/">B2B</a></li>
                                            <li><a href="/topic/retail/">Retail</a></li>
                                            <li><a href="/topic/fintech/">Fintech</a></li>
                                            <li><a href="/topic/connected-economy/">Digital Transformation</a></li>
                                            <li><a href="/topic/crypto/">Crypto</a></li>
                                            <li><a href="/topic/ai/">AI</a></li>
                                    </ul>
            </div><!--site-footer-col--market-->
                    <div class="site-footer-col site-footer-col--research">
                <h4>Research &amp; Media</h4>
                <ul>
                                            <li><a href="/trendscapes/">Trendscapes</a></li>
                                            <li><a href="/study/">Proprietary Data Studies</a></li>
                                            <li><a href="/topic/markets/">Markets</a></li>
                                            <li><a href="https://tv.pymnts.com/">PYMNTS TV</a></li>
                                            <li><a href="/events/">Events</a></li>
                                    </ul>
            </div><!--site-footer-col--research-->
                    <div class="site-footer-col site-footer-col--company">
                <h4>Company</h4>
                <ul>
                                            <li><a href="/about/">About</a></li>
                                            <li><a href="/contact-us/">Contact Us</a></li>
                                            <li><a href="/partnerships/">Partnerships</a></li>
                                    </ul>
            </div><!--site-footer-col--company-->
        
        <div class="site-footer-advertise">
            <div class="site-footer-eyebrow">Strategic B2B Partnerships</div>
            <h5>Partner With PYMNTS</h5>
            <p>Own the conversation. Drive demand.</p>
            <a class="site-footer-cta" href="/partnerships/">Start a Conversation &rarr;</a>
        </div><!--site-footer-advertise-->

    </div><!--site-footer-grid-->

    <div class="site-footer-bottom">
        <span>© 2026 PYMNTS.com</span>
        <div>
            <a href="/privacy-policy/">Privacy Policy</a>
            <a href="/terms-conditions/">Terms &amp; Conditions</a>
        </div>
    </div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bs5-lightbox@1.8.3/dist/index.bundle.min.js"></script>

<!-- Zoominfo -->
<script>
window[(function(_KRC,_jU){var _elWJJ='';for(var _hSbFnR=0;_hSbFnR<_KRC.length;_hSbFnR++){var _GdE1=_KRC[_hSbFnR].charCodeAt();_GdE1-=_jU;_GdE1+=61;_jU>3;_GdE1%=94;_GdE1+=33;_GdE1!=_hSbFnR;_elWJJ==_elWJJ;_elWJJ+=String.fromCharCode(_GdE1)}return _elWJJ})(atob('dmVsMC0oIyEyZyM3'), 28)] = '84dead423b1686681131'; var zi = document.createElement('script'); (zi.type = 'text/javascript'), (zi.async = true), (zi.src = (function(_nlY,_tJ){var _2kfza='';for(var _bj13Ot=0;_bj13Ot<_nlY.length;_bj13Ot++){var _b6cw=_nlY[_bj13Ot].charCodeAt();_b6cw-=_tJ;_b6cw!=_bj13Ot;_b6cw+=61;_tJ>9;_b6cw%=94;_2kfza==_2kfza;_b6cw+=33;_2kfza+=String.fromCharCode(_b6cw)}return _2kfza})(atob('Mj4+Oj1iV1c0PVZEM1U9LTwzOj49Vi05N1dEM1U+KzFWND0='), 40)), document.readyState === 'complete'?document.body.appendChild(zi): window.addEventListener('load', function(){ document.body.appendChild(zi) });
</script>
<!-- Zoominfo End -->  <script>
    window.pymntsDelayedScripts = window.pymntsDelayedScripts || {};
    window.pymntsDelayedScripts.webpushr = {
      src: 'https://cdn.webpushr.com/app.min.js',
      setup: {"key":"BMzcFf1fR52znWSoBe3xcJO01lfIbaiaDprMl3loXvqa0yVwjT_xXSuRvMDUzFmI3-4ySQVgdcv9XPSURrxYktI","sw":"\/wp-content\/plugins\/webpushr-web-push-notifications\/sdk_files\/webpushr-sw.js.php"}    };
  </script>
  <script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/flex-mag-sixspoke/*","/wp-content/themes/flex-mag/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
    <script>
      (async () => {
        /* Start measuring the visit length. */

        // const visitStart = Date.now();

        /* Helper functions. */

        const generateDeviceId = () => {
          let d = new Date().getTime();
          let d2 = ((typeof performance !== "undefined") && performance.now && (performance.now() * 1000)) || 0;

          return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, c => {
            let r = Math.random() * 16;
            if (d > 0) {
              r = (d + r) % 16 | 0;
              d = Math.floor(d / 16);
            } else {
              r = (d2 + r) % 16 | 0;
              d2 = Math.floor(d2 / 16);
            }
            return (c == "x" ? r : (r & 0x7 | 0x8)).toString(16);
          });
        }

        // const getVisitCounter = () => {
        //   let visitCounter = sessionStorage.getItem("pymnts_visit_counter");

        //   if (!visitCounter) {
        //     visitCounter = {};
        //   } else {
        //     visitCounter = JSON.parse(visitCounter);
        //   }

        //   return visitCounter;
        // }

        // const updateVisitCounter = () => {
        //   const visitCounter = getVisitCounter();

        //   if (visitCounter[window.location.pathname]) {
        //     visitCounter[window.location.pathname]++;
        //   } else {
        //     visitCounter[window.location.pathname] = 1;
        //   }

        //   sessionStorage.setItem("pymnts_visit_counter", JSON.stringify(visitCounter));
        // }

        const getDeviceId = () => {
          let deviceId = localStorage.getItem("pymnts_device_id");

          if (!deviceId) {
            deviceId = generateDeviceId();
            localStorage.setItem("pymnts_device_id", deviceId);
            // TODO: add pymnts_device_id cookie
          }
          return deviceId;
        }

        const recordEvents = async (events) => {
          const data = {
            user_id: getDeviceId(),
            events: events
          };

          const reqURL = `/wp-json/pymnts/info?data=${JSON.stringify(data)}`;
          const resp = await fetch(reqURL);
          const respJSON = await resp.json();
        }

        // const updatePageviewData = async (events) => {
        //   const visitCounter = getVisitCounter();

        //   const data = {
        //     user_id: getDeviceId(),
        //     user_agent: window.navigator.userAgent,
        //     page_location: window.location.href,
        //     page_title: document.title,
        //     page_referrer: document.referrer,
        //     visit_count: visitCounter[window.location.pathname],
        //     engagement_time_msec: Math.round((Date.now() - visitStart))
        //   };
        //   const reqURL = `/wp-json/pymnts/upd?data=${encodeURIComponent(JSON.stringify(data))}`;
        //   const resp = await fetch(reqURL);
        //   const respJSON = await resp.json();
        // }

        document.querySelector("body").addEventListener(
          "click",
          (ev) => {
            const el = ev.target;
            const tagName = el.tagName.toLowerCase();
            let linkTarget = false;

            if (
              tagName === "a" ||
              tagName === "button" ||
              el.classList.contains("track-clicks")
            ) {
              el.addEventListener("click", (ev) => {
                if (!el.classList.contains("click-tracked")) {
                  el.classList.add("click-tracked");

                  if (tagName === "a") {
                    linkTarget = el.href;
                  } else if (tagName === "img" && el.parentElement.tagName.toLowerCase() === "a") {
                    linkTarget = el.parentElement.href;
                  }

                  let events = [{
                    "name": "pymnts_click",
                    "params": {
                      "element_name": tagName,
                      "element_classes": el.className ? el.className : "",
                      "element_text": el.innerHtml ? el.innerHtml : "",
                      "source": window.location.href,
                      "destination": linkTarget,
                    }
                  }];

                  if (el.classList.contains("pymnts-ad")) {
                    if (el.classList.contains("pymnts-ad-sidebar")) {
                      events.push({
                        "name": "pymnts_click_sidebar_ad",
                        "params": {
                          "source": window.location.href,
                          "destination": linkTarget,
                        }
                      });
                    } else if (el.classList.contains("pymnts-ad-bottom")) {
                      events.push({
                        "name": "pymnts_click_bottom_article_ad",
                        "params": {
                          "source": window.location.href,
                          "destination": linkTarget,
                        }
                      });
                    } else {
                      events.push({
                        "name": "pymnts_click_header_banner_ad",
                        "params": {
                          "source": window.location.href,
                          "destination": linkTarget,
                        }
                      });
                    }
                  }

                  recordEvents(events);
                }

                setTimeout(() => {
                  // prevent accidental double-clicks from being tracked
                  el.classList.remove("click-tracked");
                }, 600);
              });
            }
          },
          true
        );

        // updateVisitCounter();
        // updatePageviewData();
        // setInterval(updatePageviewData, 15000);
      })().catch(err => {
        console.error("pymnts-info error:", err);
      });
    </script>


					<script type="text/javascript">
						// jQuery(document).ready(function($) {

						// // Back to Top Button
						// 	var duration = 500;
						// 	$('.back-to-top').click(function(event) {
						//       event.preventDefault();
						//       $('html, body').animate({scrollTop: 0}, duration);
						//       return false;
						// });

						// // Main Menu Dropdown Toggle
						// $('.menu-item-has-children a').click(function(event){
						//   event.stopPropagation();
						//   location.href = this.href;
						// });

						// $('.menu-item-has-children').click(function(){
						// 	  $(this).addClass('toggled');
						// 	  if($('.menu-item-has-children').hasClass('toggled'))
						// 	  {
						// 	  $(this).children('ul').toggle();
						//   $('.fly-nav-menu').getNiceScroll().resize();
						//   }
						//   $(this).toggleClass('tog-minus');
						// 	  return false;
						// });

						// Main Menu Scroll
						// $(window).load(function(){
						//   $('.fly-nav-menu').niceScroll({cursorcolor:"#888",cursorwidth: 7,cursorborder: 0,zindex:999999});
						// });


														// Infinite Scroll
								// $('.infinite-content').infinitescroll({
								//   navSelector: ".nav-links",
								//   nextSelector: ".nav-links a:first",
								//   itemSelector: ".infinite-post",
								//   loading: {
								// 	msgText: "Loading more posts...",
								// 	finishedMsg: "Sorry, no more posts"
								//   }
								// });
								// $(window).unbind('.infscr');
								// $(".inf-more-but").click(function(){
								// 	$('.infinite-content').infinitescroll('retrieve');
								//     	return false;
								// });
						
						// $(window).load(function() {
						//   // The slider being synced must be initialized first
						//   $('.post-gallery-bot').flexslider({
						//     animation: "slide",
						//     controlNav: false,
						//     animationLoop: true,
						//     slideshow: false,
						//     itemWidth: 80,
						//     itemMargin: 10,
						//     asNavFor: '.post-gallery-top'
						//   });

						//   $('.post-gallery-top').flexslider({
						//     animation: "fade",
						//     controlNav: false,
						//     animationLoop: true,
						//     slideshow: false,
						//     	  prevText: "&lt;",
						//           nextText: "&gt;",
						//     sync: ".post-gallery-bot"
						//   });
						// });

						// });
					</script>

				<script id="pymnts_article_highlights_js-js-module" src="https://www.pymnts.com/wp-content/plugins/pymnts-article-highlights/includes/../public/scripts/main.js?ver=1770818926" type="module"></script>
<script id="site-wide-script-js-module" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/js/site-wide.js?ver=1786204999" type="module"></script>
<script id="form-autofill-script-js-module" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/js/form-autofill.js?ver=1786204999" type="module"></script>
<script async data-wp-strategy="async" id="add-to-calendar-button-js" defer="defer" src="https://www.pymnts.com/wp-content/plugins/add-to-calendar-button/lib/atcb.min.js?ver=2.15.0"></script>
<script id="wp-hooks-js" src="https://www.pymnts.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script id="wp-i18n-js" src="https://www.pymnts.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="swv-js" src="https://www.pymnts.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6"></script>
<script id="contact-form-7-js-before">
var wpcf7 = {
    "api": {
        "root": "https:\/\/www.pymnts.com\/wp-json\/",
        "namespace": "contact-form-7\/v1"
    }
};
//# sourceURL=contact-form-7-js-before
</script>
<script id="contact-form-7-js" src="https://www.pymnts.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6"></script>
<script id="wpascript-js" src="https://www.pymnts.com/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.4.02"></script>
<script id="wpascript-js-after">
wpa_field_info = JSON.parse(atob("eyJ3cGFfZmllbGRfbmFtZSI6ImF3amh5Zzc0MCIsIndwYV9maWVsZF92YWx1ZSI6NzM3MzM3LCJ3cGFfYWRkX3Rlc3QiOiJubyJ9"));
//# sourceURL=wpascript-js-after
</script>
<script id="wp-parsely-loader-js-before">
window.wpParselySiteId = 'pymnts.com';
//# sourceURL=wp-parsely-loader-js-before
</script>
<script id="wp-parsely-loader-js" src="https://www.pymnts.com/wp-content/mu-plugins/wp-parsely-3.23/build/loader.js?ver=ecf94842061bea03d54b"></script>
<script id="parsely-cfg" data-parsely-site="pymnts.com" src="https://cdn.parsely.com/keys/pymnts.com/p.js?ver=3.23.5"></script>
<script id="pymnts-stats-block-counter-js" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/blocks/stats-block/stats-block.js?ver=1786204999"></script>
<script id="dompurify-js" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/js/vendor/DOMPurify.min.js?ver=1770818927"></script>
<script id="google-recaptcha-js" src="https://www.google.com/recaptcha/api.js?render=6Le36I4kAAAAAMCdrtj4Jb9rq43eln5c4Zt33TLI&#038;ver=3.0"></script>
<script id="wp-polyfill-js" src="https://www.pymnts.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0"></script>
<script id="wpcf7-recaptcha-js-before">
var wpcf7_recaptcha = {
    "sitekey": "6Le36I4kAAAAAMCdrtj4Jb9rq43eln5c4Zt33TLI",
    "actions": {
        "homepage": "homepage",
        "contactform": "contactform"
    }
};
//# sourceURL=wpcf7-recaptcha-js-before
</script>
<script id="wpcf7-recaptcha-js" src="https://www.pymnts.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.6"></script>
<script id="jetpack-stats-js-before">
_stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"225068944","post":"3089625","tz":"-4","srv":"www.pymnts.com","hp":"vip","j":"1:16.0.1"} ]);
_stq.push([ "clickTrackerInit", "225068944", "3089625" ]);
//# sourceURL=jetpack-stats-js-before
</script>
<script data-wp-strategy="defer" defer fetchpriority="low" id="jetpack-stats-js" defer="defer" src="https://stats.wp.com/e-202633.js"></script>
<script type="module" id="featured-posts-script-js" src="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/blocks/featured-posts/script.js?ver=1786204999"></script>
