CINXE.COM

J.P. Morgan Payments Partner Network Third-Party Integrations

<!-- Include Page Designer Campaign Banner JavaScript and Styles only once here rather than at component level. --> <!-- There should only be one Campagin Banner added on a PD page. Multiple Banners is unsupported at the moment. --> <!DOCTYPE html> <html lang="en"> <head> <!--[if gt IE 9]><!--> <script>//common/scripts.isml</script> <script defer type="text/javascript" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/js/main.js"></script> <script defer type="text/javascript" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/js/experience/homepageImageAndText.js" > </script> <script defer type="text/javascript" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/js/campaignBanner.js" > </script> <script src="https://www.chase.com/c/121022/apps/chase/clientlibs/foundation/scripts/Reporting.js" async></script> <script src="https://assets.adobedtm.com/b968b9f97b30/2ea6e999f80e/launch-8a60f758b874.min.js" async></script> <!--<![endif]--> <meta charset=UTF-8> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>J.P. Morgan Payments Partner Network Third-Party Integrations</title> <meta name="description" content="Explore an ecosystem of 3rd-party applications that connect with J.P. Morgan Payments. Deliver end-to-end payment experiences with our partner network."/> <meta name="keywords" content="J.P. Morgan Partner Network"/> <link rel="icon" type="image/png" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwc0c4052d/images/favicons/favicon-152.png" sizes="152x152" /> <link rel="icon" type="image/png" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dw60fcdb07/images/favicons/favicon-120.png" sizes="120x120" /> <link rel="icon" type="image/png" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwb2a06637/images/favicons/favicon-76.png" sizes="76x76" /> <link rel="stylesheet" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/css/global.css" /> <link rel="stylesheet" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/css/experience/storePage.css" /> <link rel="stylesheet" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/css/experience/components/commerceLayouts/layout.css" /> <link rel="stylesheet" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/css/experience/components/commerceAssets/imageAndTextCommon.css" /> <link rel="stylesheet" href="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/css/experience/components/commerceAssets/campaignBanner.css" /> <meta name="google-site-verification" content="SONtElItzUc9xQfXQ0EHjS-3XzYVEFj6fp_0C7eiU4U" /> <script src="https://kit.fontawesome.com/2569e68d11.js" crossorigin="anonymous"></script> <link rel="canonical" href="https://partners.jpmorgan.com"/> <script type="text/javascript">//<!-- /* <![CDATA[ (head-active_data.js) */ var dw = (window.dw || {}); dw.ac = { _analytics: null, _events: [], _category: "", _searchData: "", _anact: "", _anact_nohit_tag: "", _analytics_enabled: "true", _timeZone: "Etc/UTC", _capture: function(configs) { if (Object.prototype.toString.call(configs) === "[object Array]") { configs.forEach(captureObject); return; } dw.ac._events.push(configs); }, capture: function() { dw.ac._capture(arguments); // send to CQ as well: if (window.CQuotient) { window.CQuotient.trackEventsFromAC(arguments); } }, EV_PRD_SEARCHHIT: "searchhit", EV_PRD_DETAIL: "detail", EV_PRD_RECOMMENDATION: "recommendation", EV_PRD_SETPRODUCT: "setproduct", applyContext: function(context) { if (typeof context === "object" && context.hasOwnProperty("category")) { dw.ac._category = context.category; } if (typeof context === "object" && context.hasOwnProperty("searchData")) { dw.ac._searchData = context.searchData; } }, setDWAnalytics: function(analytics) { dw.ac._analytics = analytics; }, eventsIsEmpty: function() { return 0 == dw.ac._events.length; } }; /* ]]> */ // --> </script> <script type="text/javascript">//<!-- /* <![CDATA[ (head-cquotient.js) */ var CQuotient = window.CQuotient = {}; CQuotient.clientId = 'bkbd-partnernetwork_us'; CQuotient.realm = 'BKBD'; CQuotient.siteId = 'partnernetwork_us'; CQuotient.instanceType = 'prd'; CQuotient.locale = 'en_US'; CQuotient.fbPixelId = '__UNKNOWN__'; CQuotient.activities = []; CQuotient.cqcid=''; CQuotient.cquid=''; CQuotient.cqeid=''; CQuotient.cqlid=''; CQuotient.apiHost='api.cquotient.com'; /* Turn this on to test against Staging Einstein */ /* CQuotient.useTest= true; */ CQuotient.useTest = ('true' === 'false'); CQuotient.initFromCookies = function () { var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf('cqcid=') == 0) { CQuotient.cqcid=c.substring('cqcid='.length,c.length); } else if (c.indexOf('cquid=') == 0) { var value = c.substring('cquid='.length,c.length); if (value) { var split_value = value.split("|", 3); if (split_value.length > 0) { CQuotient.cquid=split_value[0]; } if (split_value.length > 1) { CQuotient.cqeid=split_value[1]; } if (split_value.length > 2) { CQuotient.cqlid=split_value[2]; } } } } } CQuotient.getCQCookieId = function () { if(window.CQuotient.cqcid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cqcid; }; CQuotient.getCQUserId = function () { if(window.CQuotient.cquid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cquid; }; CQuotient.getCQHashedEmail = function () { if(window.CQuotient.cqeid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cqeid; }; CQuotient.getCQHashedLogin = function () { if(window.CQuotient.cqlid == '') window.CQuotient.initFromCookies(); return window.CQuotient.cqlid; }; CQuotient.trackEventsFromAC = function (/* Object or Array */ events) { try { if (Object.prototype.toString.call(events) === "[object Array]") { events.forEach(_trackASingleCQEvent); } else { CQuotient._trackASingleCQEvent(events); } } catch(err) {} }; CQuotient._trackASingleCQEvent = function ( /* Object */ event) { if (event && event.id) { if (event.type === dw.ac.EV_PRD_DETAIL) { CQuotient.trackViewProduct( {id:'', alt_id: event.id, type: 'raw_sku'} ); } // not handling the other dw.ac.* events currently } }; CQuotient.trackViewProduct = function(/* Object */ cqParamData){ var cq_params = {}; cq_params.cookieId = CQuotient.getCQCookieId(); cq_params.userId = CQuotient.getCQUserId(); cq_params.emailId = CQuotient.getCQHashedEmail(); cq_params.loginId = CQuotient.getCQHashedLogin(); cq_params.product = cqParamData.product; cq_params.realm = cqParamData.realm; cq_params.siteId = cqParamData.siteId; cq_params.instanceType = cqParamData.instanceType; cq_params.locale = CQuotient.locale; if(CQuotient.sendActivity) { CQuotient.sendActivity(CQuotient.clientId, 'viewProduct', cq_params); } else { CQuotient.activities.push({activityType: 'viewProduct', parameters: cq_params}); } }; /* ]]> */ // --> </script> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"Organization","name":"J. P. Morgan","url":"https://www.client-domain.com/","logo":"https://partners.jpmorgan.com/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw503f7fc5/footer-images/logo-icon.svg","description":"Brand Description here","sameAs":["https://www.facebook.com/jpmorgan","https://www.instagram.com/jpmorgan/","https://www.youtube.com/user/jpmorgan","https://www.linkedin.com/company/jpmorgan/","https://twitter.com/jpmorgan"]} </script> <script type="application/ld+json"> {"@context":"http://schema.org","@type":"WebSite","url":"https://production-na01-jpmorganchase.demandware.net","potentialAction":{"@type":"SearchAction","target":"https://partners.jpmorgan.com/search/?&q={query}","query-input":"required name=query"}} </script> </head> <body> <div class="page" data-action="null" data-querystring="null" > <div class="floating-search d-none"> <div class="container"> <div class="row"> <div class="col"> <form role="search" action="/search/" method="get" name="simpleSearch"> <i class="fa-solid fa-xmark search-close"></i> <img class="logo hidden-md-down" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwf7dfe317/images/logo.svg" alt="J.P. Morgan Partner Network" /> <img class="logo d-lg-none" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwf7dfe317/images/logo.svg" alt="J.P. Morgan Partner Network" /> <input type="text" placeholder="Search" name="q" class="search-field" /> <button type="submit" class="search-button" name="search-button" aria-label="Submit search keywords"> <svg data-id="icon-magnifying" width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.60156 8.53125C8.9375 8.07031 9.17969 7.57031 9.32812 7.03125C9.47656 6.48438 9.52734 5.9375 9.48047 5.39062C9.44141 4.84375 9.30859 4.3125 9.08203 3.79688C8.85547 3.28125 8.53125 2.8125 8.10938 2.39062C7.64844 1.92969 7.125 1.58203 6.53906 1.34766C5.95312 1.11328 5.35547 0.996094 4.74609 0.996094C4.14453 0.996094 3.55078 1.11328 2.96484 1.34766C2.37891 1.58203 1.85547 1.92969 1.39453 2.39062C0.925781 2.85156 0.578125 3.375 0.351562 3.96094C0.117188 4.54688 0 5.14453 0 5.75391C0 6.35547 0.117188 6.94922 0.351562 7.53516C0.578125 8.12109 0.925781 8.64453 1.39453 9.10547C1.80859 9.52734 2.27734 9.85156 2.80078 10.0781C3.31641 10.3125 3.84766 10.4492 4.39453 10.4883C4.94141 10.5273 5.48438 10.4727 6.02344 10.3242C6.57031 10.1758 7.07422 9.93359 7.53516 9.59766L10.7578 12.8203L11.8242 11.7656L8.60156 8.53125ZM7.04297 3.45703C7.36328 3.76953 7.60156 4.125 7.75781 4.52344C7.92188 4.92188 8.00391 5.33203 8.00391 5.75391C8.00391 6.16797 7.92188 6.57422 7.75781 6.97266C7.60156 7.37109 7.36328 7.73047 7.04297 8.05078C6.73047 8.36328 6.375 8.60156 5.97656 8.76562C5.57812 8.92188 5.16797 9 4.74609 9C4.33203 9 3.92578 8.92188 3.52734 8.76562C3.12891 8.60156 2.76953 8.36328 2.44922 8.05078C2.13672 7.73047 1.89844 7.37109 1.73438 6.97266C1.57812 6.57422 1.5 6.16797 1.5 5.75391C1.5 5.33203 1.57812 4.92188 1.73438 4.52344C1.89844 4.125 2.13672 3.76953 2.44922 3.45703C2.76953 3.13672 3.12891 2.89844 3.52734 2.74219C3.92578 2.57812 4.33203 2.49609 4.74609 2.49609C5.16797 2.49609 5.57812 2.57812 5.97656 2.74219C6.375 2.89844 6.73047 3.13672 7.04297 3.45703Z" fill="#936846"/> </svg> </button> <div class="suggestions-wrapper" data-url="/on/demandware.store/Sites-partnernetwork_us-Site/en_US/SearchServices-GetSuggestions?q="></div> </form> </div> </div> </div> </div> <header> <a href="#maincontent" class="skip" aria-label="Skip to main content">Skip to main content</a> <a href="#footercontent" class="skip" aria-label="Skip to footer content">Skip to footer content</a> <!-- Campaign Banner Component renders here --> <div class="experience-region experience-headerbanner"></div> <div class="developer-bar"> <div class="container"> <a rel="noreferrer" target="_blank" data-title="" title="Developer Portal" href="https://developer.payments.jpmorgan.com/" style="">Developer Portal</a> <a data-type="button" data-title="" href="/contact-us/" class="btn-contactus d-none d-lg-inline-block" title="Contact Us" style="margin-left:15px;">Contact Us</a> </div> </div> <nav role="navigation"> <div class="header container"> <div class="row flex-lg-nowrap align-items-center"> <div class="col col-lg-auto"> <a data-type="logo" data-title="" data-text="J.P. Morgan Partner Network" class="logo-home" href="/" title="J.P. Morgan Partner Network Home"> <img class="logo hidden-md-down" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwf7dfe317/images/logo.svg" alt="J.P. Morgan Partner Network" /> <img class="logo d-lg-none" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwf7dfe317/images/logo.svg" alt="J.P. Morgan Partner Network" /> </a> </div> <div class="col col-lg-auto d-none d-lg-block desktop-menu"> <nav class="navbar navbar-expand-md bg-inverse col-auto"> <ul class="multilevel-dropdown dropdown-wrapper nav navbar-nav" role="menu"> <li class="nav-item js-nav-item-nonClickable dropdown d-flex justify-content-between align-items-center" role="presentation"> <a data-type="dropdown" data-title="Main Menu" href="/industries/" id="jpmc-partner-industries" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0" > Industries </a> <svg class="ml-2" data-id="icon-chevron-down" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M11 7L8 10L5 7" stroke="#31373D" stroke-width="1.5"/> </svg> </li> <li class="nav-item js-nav-item-nonClickable dropdown d-flex justify-content-between align-items-center" role="presentation"> <a data-type="dropdown" data-title="Main Menu" href="/payment_solutions/" id="jpmc-partner-payment-solutions" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0" > Payment Solutions </a> <svg class="ml-2" data-id="icon-chevron-down" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M11 7L8 10L5 7" stroke="#31373D" stroke-width="1.5"/> </svg> </li> <li class="nav-item d-flex dropdown justify-content-between align-items-center" role="presentation"> <a data-title="Main Menu" href="/strategicinvestments.html" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0"> Strategic Investments </a> </li> <li class="nav-item d-flex dropdown justify-content-between align-items-center" role="presentation"> <a data-title="Main Menu" href="/content-hub.html" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0"> Content Hub </a> </li> <li class="nav-item d-flex dropdown justify-content-between align-items-center" role="presentation"> <a data-title="Main Menu" href="/about.html" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0"> About </a> </li> </ul> </nav> </div> <div class="col col-lg-auto ml-lg-auto text-right"> <i class="fa-solid fa-magnifying-glass pr-3 search-toggle"></i> <button class="navbar-toggler d-lg-none p-0" type="button" aria-controls="sg-navbar-collapse" aria-expanded="false" aria-label="Toggle navigation"> <svg data-id="icon-menu" width="29" height="12" viewBox="0 0 29 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect y="0.25" width="29" height="1.5" fill="#31373D"/> <rect x="7" y="10.25" width="21.75" height="1.5" fill="#31373D"/> </svg> </button> </div> </div> </div> <div class="header-menu d-none d-lg-block"> <div class="container d-none header-menu__menu"> <div class="row"> <div class="col-lg-3 background-bunker header-menu__top-category py-4 pr-3 pt-lg-5"> <a data-text="Industries" data-type="Expanded Grid Links" data-title="Industries" href="/industries/" id="jpmc-partner-industries" class="nav-link p-0 color-porcelain font-size-32" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0" > Industries <p class="dropdown-item__description">Explore solutions built by industry experts to help businesses across verticals manage their finances and scale for the future.</p> </a> <a data-title="Industries" data-text="View All" href="/industries/" class="dropdown-custom_hrlink nav-link p-0 color-porcelain font-size-16">View All ></a> </div> <div class="col col-lg-9 py-4"> <ul class="dropdown-menu show row flex-wrap" role="menu" aria-hidden="true" aria-label="jpmc-partner-industries" data-id="jpmc-partner-industries"> <li class="dropdown-item col-4" role="presentation"> <a data-text="Consumer and Retail" data-type="Expanded Grid Links" data-title="Industries" href="/consumer_and_retail/" id="jpmc-partner-industries-consumerandretail" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Consumer and Retail <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Help serve more customers with digital commerce, global payments acceptance, and fraud mitigation.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="E-Commerce" data-type="Expanded Grid Links" data-title="Industries" href="/e-commerce/" id="jpmc-partner-industries-e-commerce" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> E-Commerce <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Enable intuitive shopping experiences for buyers, whether you&rsquo;re a B2B or B2C business.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Energy and Utilities" data-type="Expanded Grid Links" data-title="Industries" href="/energy_and_utilities/" id="jpmc-partner-industries-anergyandutilities" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Energy and Utilities <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Streamline global operations and grow your business with digital payment platforms.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Food and Beverage" data-type="Expanded Grid Links" data-title="Industries" href="/food_and_beverage/" id="jpmc-partner-industries-foodandbeverage" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Food and Beverage <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Connect suppliers, employees, and customers with solutions that accept more payments across mobile, digital, and point-of-sale.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Healthcare" data-type="Expanded Grid Links" data-title="Industries" href="/healthcare/" id="jpmc-partner-industries-healthcare" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Healthcare <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Create a simplified treasury and payments experience across the interconnected healthcare ecosystem.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Hospitality" data-type="Expanded Grid Links" data-title="Industries" href="/hospitality/" id="jpmc-partner-industries-hospitality" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Hospitality <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Explore solutions that help hospitality businesses streamline payments experiences for staff and customers.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Media, Telecom and Entertainment" data-type="Expanded Grid Links" data-title="Industries" href="/media_telecom_and_entertainment/" id="jpmc-partner-industries-Media, Telecom and Entertainment" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Media, Telecom and Entertainment <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Find ways to accept, manage and make payments for streaming services, traditional media, content producers and the gig economy.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Transportation" data-type="Expanded Grid Links" data-title="Industries" href="/transportation/" id="jpmc-partner-industries-transportation1" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Transportation <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Explore digital payments solutions for transportation and more.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="SMB" data-type="Expanded Grid Links" data-title="Industries" href="/smb/" id="jpmc-partner-industries-smb" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> SMB <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Find payment solutions tailored for the size of your company.</p> </a> </li> </ul> </div> </div> </div> <style> .dropdown-custom_hrlink{ font-family: "Amplitude-light", sans-serif; font-size: 16px; line-height: 20px; } </style> <div class="container d-none header-menu__menu"> <div class="row"> <div class="col-lg-3 background-bunker header-menu__top-category py-4 pr-3 pt-lg-5"> <a data-text="Payment Solutions" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/payment_solutions/" id="jpmc-partner-payment-solutions" class="nav-link p-0 color-porcelain font-size-32" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0" > Payment Solutions <p class="dropdown-item__description">Discover solutions that deliver better customers experiences, launch faster and more seamlessly with existing J.P. Morgan integrations</p> </a> <a data-title="Payment Solutions" data-text="View All" href="/payment_solutions/" class="dropdown-custom_hrlink nav-link p-0 color-porcelain font-size-16">View All ></a> </div> <div class="col col-lg-9 py-4"> <ul class="dropdown-menu show row flex-wrap" role="menu" aria-hidden="true" aria-label="jpmc-partner-payment-solutions" data-id="jpmc-partner-payment-solutions"> <li class="dropdown-item col-4" role="presentation"> <a data-text="Business Enhancements" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/business_enhancements/" id="jpmc-partner-payment-solutions-business-enhancements" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Business Enhancements <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Revolutionize and fortify your business through innovative solutions that help you plan for the future</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Commerce" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/commerce/" id="jpmc-partner-payment-solutions-commerce" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Commerce <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Accept business-to-business (B2B) and business-to-consumer (B2C) payments that enable seamless and secure in-store, online and omnichannel experiences</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Connectivity" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/connectivity/" id="jpmc-partner-payment-solutions-connectivity" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Connectivity <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Get and stay connected, while maximizing visibility across payments, with our modern APIs, host-to-host and other streamlined solutions</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Industry Solutions" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/industry_solutions/" id="jpmc-partner-payment-solutions-industry-solutions" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Industry Solutions <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Take advantage of the added value that results from our building, buying and partnering to expand our as-a-service offerings</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Payment Networks" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/payment_networks/" id="jpmc-partner-payment-solutions-payment-network" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Payment Networks <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Network of payment methods and brands to provide your customers payment optionality.</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Payments &amp; Banking Integrators" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/payments_and_banking_integrators/" id="jpmc-partner-payment-solutions-payments-banking-integrators" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Payments & Banking Integrators <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Implement, expand and optimize your J.P. Morgan Payments solutions with companies that have deep payments consulting and/or technical expertise</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Trade &amp; Working Capital" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/trade_and_working_capital/" id="jpmc-partner-payment-solutions-trade-&amp;-working-capital" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Trade & Working Capital <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Find financing or credit solutions to inject capital when and where you need it, and work to minimize working capital cycle times</p> </a> </li> <li class="dropdown-item col-4" role="presentation"> <a data-text="Treasury" data-type="Expanded Grid Links" data-title="Payment Solutions" href="/treasury/" id="jpmc-partner-payment-solutions-treasury" role="menuitem" class="dropdown-link font-size-14" tabindex="0"> <span class="position-relative dropdown-item__name"> Treasury <svg class="ml-3 position-absolute" data-id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 5L10 8L7 11" stroke="#31373D" stroke-width="1.5"/> </svg> </span> <p class="dropdown-item__description">Send and receive funds accurately, rationalize account structures, and manage FX, while maximizing liquidity</p> </a> </li> </ul> </div> </div> </div> <style> .dropdown-custom_hrlink{ font-family: "Amplitude-light", sans-serif; font-size: 16px; line-height: 20px; } </style> </div> <div class="main-menu navbar-toggleable-sm menu-toggleable-left multilevel-dropdown d-none d-lg-none" id="sg-navbar-collapse"> <div class="container h-100"> <div class="row h-100"> <nav class="navbar navbar-expand-md bg-inverse col-auto align-content-start"> <div class="close-menu clearfix d-lg-none d-flex flex-wrap"> <div class="col p-0"> <a data-type="image" data-title="J.P. Morgan Partner Network" data-text="J.P. Morgan Partner Network" class="logo-home" href="/" title="J.P. Morgan Partner Network Home"> <img class="logo hidden-md-down" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwf7dfe317/images/logo.svg" alt="J.P. Morgan Partner Network" /> <img class="logo d-lg-none" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/default/dwf7dfe317/images/logo.svg" alt="J.P. Morgan Partner Network" /> </a> </div> <div class="close-button text-right"> <button role="button" class="p-0" aria-label="Close Menu"> <span class="mr-3 pt-1">Close</span> <svg data-id="icon-close" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M12 4L4 12" stroke="#31373D" stroke-width="1.5"/> <path d="M12 12L4 4" stroke="#31373D" stroke-width="1.5"/> </svg> </button> </div> <div class="dropdown-divider"></div> <div class="back col-12"> <button role="button" aria-label="Back to previous menu"> <svg class="mr-2" data-id="icon-back" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7 13L2 8L7 3" stroke="#1A7B99" stroke-width="1.5"/> <path d="M15 8L2 8" stroke="#1A7B99" stroke-width="1.5" stroke-linejoin="round"/> </svg> Back to menu </button> </div> </div> <div class="menu-group" role="navigation"> <ul class="multilevel-dropdown dropdown-wrapper nav navbar-nav" role="menu"> <li class="nav-item dropdown d-flex justify-content-between align-items-center" role="presentation"> <a href="/industries/" id="jpmc-partner-industries" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0" > Industries </a> <svg data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <ul class="dropdown-menu" role="menu" aria-hidden="true" aria-label="jpmc-partner-industries"> <li class="dropdown-item" role="presentation"> <a href="/consumer_and_retail/" id="jpmc-partner-industries-consumerandretail" role="menuitem" class="dropdown-link" tabindex="0">Consumer and Retail <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Help serve more customers with digital commerce, global payments acceptance, and fraud mitigation.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/e-commerce/" id="jpmc-partner-industries-e-commerce" role="menuitem" class="dropdown-link" tabindex="0">E-Commerce <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Enable intuitive shopping experiences for buyers, whether you&rsquo;re a B2B or B2C business.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/energy_and_utilities/" id="jpmc-partner-industries-anergyandutilities" role="menuitem" class="dropdown-link" tabindex="0">Energy and Utilities <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Streamline global operations and grow your business with digital payment platforms.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/food_and_beverage/" id="jpmc-partner-industries-foodandbeverage" role="menuitem" class="dropdown-link" tabindex="0">Food and Beverage <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Connect suppliers, employees, and customers with solutions that accept more payments across mobile, digital, and point-of-sale.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/healthcare/" id="jpmc-partner-industries-healthcare" role="menuitem" class="dropdown-link" tabindex="0">Healthcare <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Create a simplified treasury and payments experience across the interconnected healthcare ecosystem.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/hospitality/" id="jpmc-partner-industries-hospitality" role="menuitem" class="dropdown-link" tabindex="0">Hospitality <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Explore solutions that help hospitality businesses streamline payments experiences for staff and customers.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/media_telecom_and_entertainment/" id="jpmc-partner-industries-Media, Telecom and Entertainment" role="menuitem" class="dropdown-link" tabindex="0">Media, Telecom and Entertainment <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Find ways to accept, manage and make payments for streaming services, traditional media, content producers and the gig economy.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/transportation/" id="jpmc-partner-industries-transportation1" role="menuitem" class="dropdown-link" tabindex="0">Transportation <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Explore digital payments solutions for transportation and more.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/smb/" id="jpmc-partner-industries-smb" role="menuitem" class="dropdown-link" tabindex="0">SMB <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Find payment solutions tailored for the size of your company.</p> </a> </li> </ul> </li> <li class="nav-item dropdown d-flex justify-content-between align-items-center" role="presentation"> <a href="/payment_solutions/" id="jpmc-partner-payment-solutions" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0" > Payment Solutions </a> <svg data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <ul class="dropdown-menu" role="menu" aria-hidden="true" aria-label="jpmc-partner-payment-solutions"> <li class="dropdown-item" role="presentation"> <a href="/business_enhancements/" id="jpmc-partner-payment-solutions-business-enhancements" role="menuitem" class="dropdown-link" tabindex="0">Business Enhancements <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Revolutionize and fortify your business through innovative solutions that help you plan for the future</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/commerce/" id="jpmc-partner-payment-solutions-commerce" role="menuitem" class="dropdown-link" tabindex="0">Commerce <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Accept business-to-business (B2B) and business-to-consumer (B2C) payments that enable seamless and secure in-store, online and omnichannel experiences</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/connectivity/" id="jpmc-partner-payment-solutions-connectivity" role="menuitem" class="dropdown-link" tabindex="0">Connectivity <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Get and stay connected, while maximizing visibility across payments, with our modern APIs, host-to-host and other streamlined solutions</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/industry_solutions/" id="jpmc-partner-payment-solutions-industry-solutions" role="menuitem" class="dropdown-link" tabindex="0">Industry Solutions <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Take advantage of the added value that results from our building, buying and partnering to expand our as-a-service offerings</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/payment_networks/" id="jpmc-partner-payment-solutions-payment-network" role="menuitem" class="dropdown-link" tabindex="0">Payment Networks <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Network of payment methods and brands to provide your customers payment optionality.</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/payments_and_banking_integrators/" id="jpmc-partner-payment-solutions-payments-banking-integrators" role="menuitem" class="dropdown-link" tabindex="0">Payments &amp; Banking Integrators <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Implement, expand and optimize your J.P. Morgan Payments solutions with companies that have deep payments consulting and/or technical expertise</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/trade_and_working_capital/" id="jpmc-partner-payment-solutions-trade-&amp;-working-capital" role="menuitem" class="dropdown-link" tabindex="0">Trade &amp; Working Capital <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Find financing or credit solutions to inject capital when and where you need it, and work to minimize working capital cycle times</p> </a> </li> <li class="dropdown-item" role="presentation"> <a href="/treasury/" id="jpmc-partner-payment-solutions-treasury" role="menuitem" class="dropdown-link" tabindex="0">Treasury <svg class="ml-3" data-id="icon-chevron" xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"> <path d="M1 1L6 6L1 11" stroke="#31373D" stroke-width="1.5"/> </svg> <p class="dropdown-item__description">Send and receive funds accurately, rationalize account structures, and manage FX, while maximizing liquidity</p> </a> </li> </ul> </li> <li class="nav-item" role="presentation"> <a href="/strategicinvestments.html" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0"> Strategic Investments </a> </li> <li class="nav-item" role="presentation"> <a href="/content-hub.html" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0"> Content Hub </a> </li> <li class="nav-item" role="presentation"> <a href="/about.html" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0"> About </a> </li> <li class="nav-item" role="presentation"> <a href="/contact-us/" class="nav-link dropdown-toggle p-0" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="0"> Contact Us </a> </li> </ul> </div> </nav> </div> </div> </div> </nav> </header> <div role="main" id="maincontent"> <div class="storepage" id="homepage-marketplace"> <div class="experience-region experience-main"><div class="experience-component experience-commerce_layouts-container"> <div class="container "> <div class="region"><div class="experience-component experience-commerce_assets-searchBar"> <div class="search-bar"> <div class="search-heading">Explore Our Partners</div> <div class="search-box"> <i class="fa-solid fa-magnifying-glass"></i> <form role="search" action="/search/" method="get" name="simpleSearch" > <input type="text" placeholder="Search" name="q" class="search-field"/> <div class="suggestions-wrapper" data-url="/on/demandware.store/Sites-partnernetwork_us-Site/en_US/SearchServices-GetSuggestions?q="></div> <input type="hidden" value="null" name="lang"> </form> </div> </div> </div></div> </div> </div><div class="experience-component experience-commerce_assets-homepageImageAndText"> <script> var images = [ 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw135e666c/homepage-icons/Oracle (2).png', 'null', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw4b8bfffa/homepage-icons/Visa.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwc37a11bb/homepage-icons/Mastercard.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw8ffaf77b/homepage-icons/FP.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwd0575c3d/homepage-icons/Epic.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwa47ffa0c/homepage-icons/Ingenico.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwf2fa2bfb/homepage-icons/Slope.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw32e45acf/homepage-icons/FitBank.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwa57ecbde/homepage-icons/IXOPAY.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw64e71652/homepage-icons/Kyriba.png', 'https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw27e40711/homepage-icons/Wayflyer.png' ] </script> <div class="ITC-container homepage-container" style='background-image: url("https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwa8423b6a/Hero_BG_Cropped.png"); background-size: cover;'> <div class="row ITC-row"> <div class="container"> <div class="" style="position: relative;"> <div class="ITC-figure image-component" style='background-image: url("https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwebcf17a5/Portal-Background-mobile.png");'></div> <figure class="ITC-figure image-component"> <picture> <source srcset="https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw3ae7e763/Hero_Rings.png" media="(min-width: 768px)"/> <img class="ITC-image image-fluid common-image-component common-image-filter" src="https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwebcf17a5/Portal-Background-mobile.png" style="--focal-point-x:65%; --focal-point-y:45%" alt="Payments Partner Network" title="Payments Partner Network" /> </picture> </figure> <div class="image-heading-container common-image-height"> <div class="row"> <div class="col-12 text-center"> <span class="heading"> Payments Partner Network </span> <p class="subheading"> Connecting the innovation of our technology partners and<br/> <span class="alt-color"> the strength of J.P. Morgan </span> </p> <div class="text-center buttons"> <a data-type="button" data-title="Connecting the innovation of our technology partners and the strength of J.P. Morgan" href="https://partners.jpmorgan.com/payment_solutions/" class="text-white btn-button mb-lg-4 mt-lg-4 mr-lg-4 mb-xl-4 mt-xl-4 mr-xl-4">Explore Partners</a> <a data-type="button" data-title="Connecting the innovation of our technology partners and the strength of J.P. Morgan" href="/contact-us/" class="text-white btn-button mb-lg-4 mt-lg-4 mr-lg-4 mb-xl-4 mt-xl-4 mr-xl-4">Get In Touch</a> </div> </div> </div> </div> <div id="partnericon1" class="partner-icon"></div> <div id="partnericon2" class="partner-icon"></div> <div id="partnericon3" class="partner-icon"></div> <div id="partnericon4" class="partner-icon"></div> <div id="partnericon5" class="partner-icon"></div> <div id="partnericon6" class="partner-icon"></div> <div id="partnericon7" class="partner-icon"></div> <div id="partnericon8" class="partner-icon"></div> </div> </div> </div> </div></div><div class="experience-component experience-commerce_layouts-container"> <div class="container mb-5 "> <div class="region"><div class="experience-component experience-commerce_layouts-mobileGrid2r1c"> <div class="mobile-2r-1c"> <div class="row"> <div class="region col-12 col-sm-6"><div class="experience-component experience-commerce_layouts-homepageWhyContainer"> <div class="container"> <span class="heading">Why J.P. Morgan Partners?</span> <div class="region"><div class="experience-component experience-commerce_assets-homepageWhyBlock"> <div class="why-block"> <img class="image-fluid common-image-component" src="https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwb2c98f5c/homepage-icons/Partnerships_Icon-handshake-consult.png" style="--focal-point-x:50%; --focal-point-y:50%" alt="Partnerships" title="Partnerships" height="48px" /> <div class="content"> Partnerships </div> <p>Leverage forward-thinking third-party technologies combined with the trust and security of J.P. Morgan</p> </div> </div><div class="experience-component experience-commerce_assets-homepageWhyBlock"> <div class="why-block"> <img class="image-fluid common-image-component" src="https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw77c7842d/homepage-icons/Integration_Icon-puzzle-problem-solving.png" style="--focal-point-x:50%; --focal-point-y:50%" alt="Integration" title="Integration" height="48px" /> <div class="content"> Integration </div> <p>Create powerful, integrated payment experiences on the J.P. Morgan Payments platform</p> </div> </div><div class="experience-component experience-commerce_assets-homepageWhyBlock"> <div class="why-block"> <img class="image-fluid common-image-component" src="https://partners.jpmorgan.com/dw/image/v2/BKBD_PRD/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwf757db55/homepage-icons/Scale_Icon-global-investing.png" style="--focal-point-x:50%; --focal-point-y:50%" alt="Scale" title="Scale" height="48px" /> <div class="content"> Scale </div> <p>Accelerate business growth with J.P. Morgan鈥檚 unmatched global reach and local expertise</p> </div> </div></div> </div> </div></div> <div class="region col-12 col-sm-6"><div class="experience-component experience-commerce_assets-homepageCategoryList"> <div class="container"> <p> <span class="heading">Payment Solutions</span> </p> <p class="content"> <p>Can鈥檛 find the partner you鈥檙e looking for? <a href="/contact-us" target="_self" data-link-type="external" data-link-label="/contact-us"><strong>Contact Us</strong></a><strong>.</strong></p> </p> <ul> <li> <span>Business Enhancements</span> <a href="/business_enhancements/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> <li> <span>Commerce</span> <a href="/commerce/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> <li> <span>Connectivity</span> <a href="/connectivity/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> <li> <span>Industry Solutions</span> <a href="/industry_solutions/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> <li> <span>Payment Networks</span> <a href="/payment_networks/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> <li> <span>Payments &amp; Banking Integrators</span> <a href="/payments_and_banking_integrators/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> <li> <span>Trade &amp; Working Capital</span> <a href="/trade_and_working_capital/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> <li> <span>Treasury</span> <a href="/treasury/" class="view-all-link">View All <i class="fa fa-circle-arrow-right"></i></a> </li> </ul> <div> <a href="/payment_solutions/" data-type="button" data-title="Payment Solutions" class="btn-button" style="display:block; color: #FFF!important;">Explore All Partners</a> </div> </div></div></div> </div> </div></div></div> </div> </div></div> </div> </div> <footer id="footercontent"> <div class="container"> <div class="footer-container row"> <div class="push-sm-7 push-lg-8 social"> <div class="content-asset"><!-- dwMarker="content" dwContentID="3e104fdec704ae622a7b03edfa" --> <div> <h2 class="title d-sm-block footer-titles footer-logo"><img alt="Logo Icon" src="https://partners.jpmorgan.com/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw503f7fc5/footer-images/logo-icon.svg" title="Logo Icon" /></h2> </div> </div> <!-- End content-asset --> <style> #redirectSocialModal .modal-footer { justify-content: flex-start !important; } #redirectSocialModal .btn.btn-secondary { background-color: #737171 !important; } #redirectSocialModal .btn { font-size: 19px; letter-spacing: 0px !important; font-family: "Amplitude", "Amplitude-Light", "Amplitude Regular", Arial, Helvetica, sans-serif; padding: 10px 80px !important; } #redirectSocialModal .modal-header { border-bottom: 0px !important; padding: 1rem 1rem 0rem 1rem !important; } #redirectSocialModal .modal-body { padding: 0rem 1rem 1rem 1rem !important; } #redirectSocialModal .modal-footer { border-top: 0px !important; } #redirectSocialModal { letter-spacing: .025rem !important; } #redirectSocialModal p { font-family: "Amplitude", "Amplitude-Light", "Amplitude Regular", Arial, Helvetica, sans-serif !important; font-size: 18px !important; font-weight: 400 !important; line-height: 1.5 !important; } #redirectSocialModal h3{ font-family: "Amplitude Light", "Amplitude", "Amplitude Regular", "Amplitude-Light", arial, helvetica, sans-serif !important; letter-spacing: 0.02em !important;; font-weight: 300; font-size: 2.4rem !important; color: #31373d; } /*#redirectSocialModal .modal-content { border: 0px !important; }*/ </style> <script type="text/javascript"> var targetLink = ''; function showModal(link) { targetLink = link; $('#redirectSocialModal').modal('show'); // $(".modal-backdrop").css("background-color", "rgba(255,255,255,0.96)"); // $(".modal-backdrop.show").css("opacity", "1"); } function redirectToExternal() { if (targetLink != '') { window.location.href = targetLink; } } </script> <div class="modal fade" id="redirectSocialModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-xl" role="document"> <div class="modal-content p-4"> <div class="modal-header"> <h3 class="modal-title" id="redirectSocialModalTitle">You're now leaving J.P. Morgan</h3> </div> <div class="modal-body"> <p>J.P. Morgan鈥檚 website and/or mobile terms, privacy and security policies don鈥檛 apply to the site or app you're about to visit. Please review its terms, privacy and security policies to see how they apply to you. J.P. Morgan isn鈥檛 responsible for (and doesn鈥檛 provide) any products, services or content at this third-party site or app, except for products and services that explicitly carry the J.P. Morgan name.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary mr-4" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-primary" id="proceedToExternal" onclick="redirectToExternal()">Proceed</button> </div> </div> </div> </div> <ul class="social-links"> <li><a data-type="icon" data-title="Social Icons" data-text="LinkedIn" href=javascript:showModal("https://www.linkedin.com/company/j-p-morgan")> <img alt="Linkedin Icon" src="https://partners.jpmorgan.com/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw5a58d9fd/footer-images/linkedin-icon.svg" title="Linkedin Icon" /></a></li> <li><a data-type="icon" data-title="Social Icons" data-text="Twitter" href=javascript:showModal("https://twitter.com/jpmorgan")> <img alt="Twitter Icon" src="https://partners.jpmorgan.com/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw0ca3677c/footer-images/twitter-icon.svg" title="Twitter Icon" /></a></li> <li><a data-type="icon" data-title="Social Icons" data-text="Facebook" href=javascript:showModal("https://www.facebook.com/jpmorgan")> <img alt="Facebook Icon" src="https://partners.jpmorgan.com/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dw0a1012a2/footer-images/facebook-icon.svg" title="Facebook Icon" /></a></li> <li><a data-type="icon" data-title="Social Icons" data-text="Instagram" href=javascript:showModal("https://instagram.com/jpmorgan")> <img alt="Instagram Icon" src="https://partners.jpmorgan.com/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwc15330ab/footer-images/instagram-icon.svg" title="Instagram Icon" /></a></li> <li><a data-type="icon" data-title="Social Icons" data-text="Youtube" href=javascript:showModal("https://www.youtube.com/user/jpmorgan")> <img alt="Youtube Icon" src="https://partners.jpmorgan.com/on/demandware.static/-/Library-Sites-RefArchMarketplaceSharedLibrary/default/dwb60eefea/footer-images/youtube-icon.svg" title="Youtube Icon" /></a></li> </ul> </div> <div class="footer-item contact item-a"> <div class="content-asset"><!-- dwMarker="content" dwContentID="dec8d2c263ab16a3f9560d7929" --> <div> <h2 class="title d-sm-block footer-titles">SOLUTIONS</h2> </div> <ul class="menu-footer content" id="collapsible-account"> <li><a data-title="Solutions" href="https://am.jpmorgan.com/asset-management/gim/welcome" title="Go to Asset Management">Asset Management</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/commercial-banking" title="Go to Commercial Banking">Commercial Banking</a></li> <li><a data-title="Solutions" href="https://am.jpmorgan.com/us/institutional/home" title="Go to Institutional Asset Management">Institutional Asset Management</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/global/cib/investment-banking" title="Go to Investment Banking">Investment Banking</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/privatebanking" title="Go to J.P. Morgan Private Bank">J.P. Morgan Private Bank</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/global/solutions/cib/markets" title="Go to Markets">Markets</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/merchant-services/home" title="Go to Merchant Services">Merchant Services</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/global/solutions/cib/prime-services" title="Go to Prime Services">Prime Services</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/global/solutions/cib/securities-services" title="Go to Securities Services">Securities Services</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/solutions/treasury-payments" title="Go to Treasury and Payments">Treasury and Payments</a></li> <li><a data-title="Solutions" href="https://www.jpmorgan.com/wealth-management/wealth-partners" title="Go to Wealth Management">Wealth Management</a></li> </ul> </div> <!-- End content-asset --> </div> <div class="footer-item contact item-b"> <div class="content-asset"><!-- dwMarker="content" dwContentID="4574d53c018e36500091298a94" --> <div> <h2 class="title d-sm-block footer-titles">CAREERS</h2> </div> <ul class="menu-footer content" id="collapsible-account"> <li><a data-title="Careers" href="https://careers.jpmorgan.com/global/en/students/programs" title="Go to Students">Students</a></li> <li><a data-title="Careers" href="https://careers.jpmorgan.com/global/en/professionals" title="Go to Experienced Professionals">Experienced Professionals</a></li> </ul> </div> <!-- End content-asset --> </div> <div class="footer-item contact item-c"> <div class="content-asset"><!-- dwMarker="content" dwContentID="9d7cd820107954d609205a7e87" --> <div> <h2 class="title d-sm-block footer-titles">JPMORGAN CHASE SITES</h2> </div> <ul class="menu-footer content" id="collapsible-customer-service"> <li><a data-title="JPMorgan Chase Sites" href="https://www.jpmorganchase.com" title="Go to JPMorgan Chase &amp; Co.">JPMorgan Chase &amp; Co.</a></li> <li><a data-title="JPMorgan Chase Sites" href="https://www.jpmorgan.com/global" title="Go to JPMorgan">J.P. Morgan</a></li> <li><a data-title="JPMorgan Chase Sites" href="http://www.chase.com" title="Go to Chase">Chase</a></li> </ul> </div> <!-- End content-asset --> </div> <div class="footer-item contact item-d"> <div class="content-asset"><!-- dwMarker="content" dwContentID="1fa8c79aca5e46543bfb5178f4" --> <div> <h2 class="title d-sm-block footer-titles">HELPFUL LINKS</h2> </div> <ul id="collapsible-about"class="menu-footer content"> <li><a data-title="Helpful Links" href="https://partners.jpmorgan.com/about.html" title="Go to About">About</a></li> <li><a data-title="Helpful Links" href="https://www.jpmorganchase.com/corporate/investor-relations/investor-relations.htm" title="Investor Relations">Investor Relations</a></li> <li><a data-title="Helpful Links" href="https://www.jpmorgan.com/global/jpmorgan/news">News & Announcements</a></li> <li><a data-title="Helpful Links" href="https://www.jpmorgan.com/apps" title="Go to Apps">Apps</a></li> </ul> </div> <!-- End content-asset --> </div> <div class="footer-item contact item-e"> <div class="content-asset"><!-- dwMarker="content" dwContentID="9d11f590b649b2d6904b0ec320" --> <div> <h2 class="title d-sm-block footer-titles">CONNECT WITH US</h2> </div> <ul id="collapsible-about"class="menu-footer content"> <li><a data-title="Connect With Us" href="https://www.jpmorgan.com/contact-us" title="Global Contacts">Global Contacts</a></li> <li><a data-title="Connect With Us" href="https://alumni.jpmorganchase.com" title="Go to Alumni Network">Alumni Network</a></li> <li><a data-title="Connect With Us" href="https://www.jpmorgan.com/login" title="Go to Client Login">Client Login</a></li> </ul> </div> <!-- End content-asset --> </div> </div> <div class="row privacy-section"> <div class="col-sm-12 col-md-8 col-lg-9 align-items-center mt-1"> <div class="content-asset"><!-- dwMarker="content" dwContentID="2836488a9fbb6c97f0264ae6c7" --> <div class="d-flex flex-wrap"> <a data-title="Footer Links" data-type="footer links" href="https://www.jpmorgan.com/privacy" title="Go to Privacy">Privacy</a> <span class="divider">|</span> <a data-title="Footer Links" data-type="footer links" href="https://www.jpmorgan.com/terms" title="Go to Terms of Use">Terms of Use</a> <span class="divider">|</span> <a data-title="Footer Links" data-type="footer links" href="https://www.chase.com/digital/resources/accessibility" title="Go to Accessibility">Accessibility</a> <span class="divider">|</span> <a data-title="Footer Links" data-type="footer links" href="https://www.jpmorgan.com/cookies" title="Go to Cookie Policy">Cookie Policy</a> <span class="divider">|</span> <a data-title="Footer Links" data-type="footer links" href="https://www.jpmorgan.com/disclosures" title="Go to Regulatory Disclosures">Regulatory Disclosures</a> </div> </div> <!-- End content-asset --> </div> <div class="col-sm-12 col-md-4 col-lg-3 align-middle mt-1"> <div class="content-asset"><!-- dwMarker="content" dwContentID="b5c1f14a66e2c43481715398cf" --> <div class="copyright">漏 2024 JPMorgan Chase & Co.<br>All rights reserved.</div> </div> <!-- End content-asset --> </div> </div> <div class="footer-disclaimer"> <div class="content-asset"><!-- dwMarker="content" dwContentID="fe9037afb29add8161e5053926" --> <p>漏 2024 JPMorgan Chase & Co. Member FDIC. Deposits held in non-U.S. branches are not FDIC insured. All rights reserved. The statements herein are not intended to be legally binding. Not all products and services are available in all geographical areas. Visit jpmorgan.com/paymentsdisclosure for further disclosures and disclaimers related to this content. For the avoidance of doubt, J.P. Morgan and any third parties listed on this page have not entered into a legal partnership to provide the services described above. Third party trademarks, brand names, and descriptions of products and services that appear on this page are provided by the respective third party. J.P. Morgan is not liable or responsible for such trademarks, brand names, descriptions of products, companies and or services. Third party trademarks, brand names, and descriptions of products and services that appear on this page are provided by the respective third party. J.P. Morgan is not liable or responsible for such trademarks, brand names, descriptions of products, companies and or services. </p> </div> <!-- End content-asset --> </div> </div> </footer> </div> <div class="error-messaging"></div> <div class="modal-background"></div> <!--[if lt IE 10]> <script>//common/scripts.isml</script> <script defer type="text/javascript" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/js/main.js"></script> <script defer type="text/javascript" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/js/experience/homepageImageAndText.js" > </script> <script defer type="text/javascript" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/js/campaignBanner.js" > </script> <script src="https://www.chase.com/c/121022/apps/chase/clientlibs/foundation/scripts/Reporting.js" async></script> <script src="https://assets.adobedtm.com/b968b9f97b30/2ea6e999f80e/launch-8a60f758b874.min.js" async></script> <![endif]--> <span class="api-true consented tracking-consent" data-caOnline="true" data-url="/on/demandware.store/Sites-partnernetwork_us-Site/en_US/ConsentTracking-GetContent?cid=tracking_hint" data-reject="/on/demandware.store/Sites-partnernetwork_us-Site/en_US/ConsentTracking-SetConsent?consent=false" data-accept="/on/demandware.store/Sites-partnernetwork_us-Site/en_US/ConsentTracking-SetConsent?consent=true" data-acceptText="Yes" data-rejectText="No" data-heading="Tracking Consent" data-tokenName="csrf_token" data-token="dW5OT_2KrGNUNuPzro6YMwdLSgWiFyKUShbuK0L0OKeu3aKbA1uBKHZg1VaIZwrWyzz4nFZ4ozTO31ST7T5cMvy7AZFyiJyzzfHOCDhQi4HwNl1jDZbhhoQtIv0CcQjNs799knB4KrZ2LwHaWunWhm-buCwPC3gT9JOpNUqaEeVAJKPcKiI=" ></span> <!-- Demandware Analytics code 1.0 (body_end-analytics-tracking-asynch.js) --> <script type="text/javascript">//<!-- /* <![CDATA[ */ function trackPage() { try{ var trackingUrl = "https://partners.jpmorgan.com/on/demandware.store/Sites-partnernetwork_us-Site/en_US/__Analytics-Start"; var dwAnalytics = dw.__dwAnalytics.getTracker(trackingUrl); if (typeof dw.ac == "undefined") { dwAnalytics.trackPageView(); } else { dw.ac.setDWAnalytics(dwAnalytics); } }catch(err) {}; } /* ]]> */ // --> </script> <script type="text/javascript" src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/internal/jscript/dwanalytics-22.2.js" async="async" onload="trackPage()"></script> <!-- Demandware Active Data (body_end-active_data.js) --> <script src="/on/demandware.static/Sites-partnernetwork_us-Site/-/en_US/v1738647188092/internal/jscript/dwac-21.7.js" type="text/javascript" async="async"></script><!-- CQuotient Activity Tracking (body_end-cquotient.js) --> <script src="https://cdn.cquotient.com/js/v2/gretel.min.js" type="text/javascript" async="async"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10