CINXE.COM
PayPal Newsroom - Stories
<!doctype html> <html lang="en-US"> <head> <!-- begin spin_special_output(head_start) --> <script type="text/javascript" src="js/jquery.js" wd_script_id="jquery.js" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="></script> <style type="text/css" wd_script_id="search_form_style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> .wd_search_form .wd_input_datepicker { margin-right: 2px; } .wd_search_type_checkbox { margin-left: 20px; } </style> <script type="text/javascript" src="js/jquery-webdriver.js" wd_script_id="jquery-webdriver.js" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="></script> <script type="text/javascript" src="js/webdriver.js" wd_script_id="webdriver.js" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="></script> <script type="text/javascript" wd_script_id="search_form_script" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> function wd_toggle_search_form(link, advanced) { var $ = webDriver.jQuery; var $container = $(link).closest(".wd_search_form_container"); var basic_form = $container.find(".wd_search_form_basic"); var basic_query = basic_form.find('input[name="query"]'); var advanced_form = $container.find(".wd_search_form_advanced"); var advanced_query = advanced_form.find('input[name="query"]'); if (advanced) { advanced_query.val(basic_query.val()); advanced_form.show(); basic_form.hide(); } else { basic_query.val(advanced_query.val()); basic_form.show(); advanced_form.hide(); } } function wd_toggle_search_type_checkboxes(radio) { var $ = webDriver.jQuery; var $radio = $(radio); var all = $radio.val() == "All" ? $radio.is(":checked") : !$radio.is(":checked"); var $checkboxes = $radio.closest(".wd_form_field").find(".wd_search_type_checkbox"); $checkboxes.find('input[type="checkbox"]').prop("disabled", all); $checkboxes.toggle(!all); } webDriver.jQuery(function ($) { $('.wd_search_type_radio input[type="radio"]').each(function() {wd_toggle_search_type_checkboxes(this);}); }); </script> <style type="text/css" wd_script_id="featureboxes_style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> .wd_featurebox_icon { display: inline; } .wd_featurebox_icon img { vertical-align: middle; } div.wd_featurebox_group div.wd_tabs_wrapper { border: none; border-bottom: 1px solid #E1E1E1; padding: 0 0 5px 0; } div.wd_featurebox_group div.wd_featurebox { border: none; padding: 8px 0 0 0; } div.wd_featurebox_group li.wd_tab { float: none; color: #666666; } div.wd_featurebox_group li.wd_tab-active { border: none; background-color: transparent; color: #000000; font-weight: bold; } div.wd_featurebox_group li.wd_tab-inactive { cursor: auto; } </style> <style type="text/css" wd_script_id="template subscribe_link:base:system style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> div.wd_subscribe_link { text-align: right; margin: 10px 0; padding: 0px; border: 0px; } span.wd_subscribe_icon { margin-left: 1em; } .wd_subscribe_link img { vertical-align: middle; } </style> <style type="text/css" wd_script_id="item_search_form_style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> .wd_item_search_form_container .wd_search_form_basic { display: inline-block; } .wd_search_basic_fields { display: inline-block; background-color: #f1f1f1; border: 1px solid #d3d3d3; padding: 3px; vertical-align: middle; } .wd_search_basic_fields > * { vertical-align: middle; } .wd_item_search_form_container .wd_input_datepicker { margin-right: 2px; } .wd_search_button { color: #999999; } .wd_search_button.wd_highlight { color: #000000; } .wd_search_advanced_link, .wd_search_titles_only, .wd_checkbox { white-space: nowrap; } </style> <script type="text/javascript" wd_script_id="item_search_form_script" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> function wd_item_search_form_toggle(link, advanced) { var $ = webDriver.jQuery; var $container = $(link).closest(".wd_item_search_form_container"); var $basic_form = $container.find(".wd_search_form_basic"); var $advanced_form = $container.find(".wd_search_form_advanced"); var $basic_inputs = $basic_form.find(":input"); $basic_inputs.each(function() { var $advanced_input = $advanced_form.find(this.tagName+'[name="'+this.name+'"]'); if ($advanced_input.length > 0) { if (advanced) $advanced_input.val($(this).val()); else $(this).val($advanced_input.val()); } }); $basic_form.toggle(!advanced); $advanced_form.toggle(advanced); } function wd_item_search_form_highlight(form) { var $btn = $(form).find('input[type="submit"],button[type="submit"]'); $btn.addClass("wd_highlight"); } function wd_item_search_form_submit(form, in_submit) { var $form = $(form); var have_url = false; $form.find("select").each(function() { var $select = $(this); if (!$select.val()) $select.prop("disabled", "disabled"); var url = $select.find("option:selected").attr("wd_url"); if (url && !have_url) { $form.attr("action", url); $select.prop("disabled", "disabled"); $form.find('input[name="s"]').prop("disabled", "disabled"); have_url = true; } }); $form.find("input").each(function() { var $input = $(this); if (!$input.val()) $input.prop("disabled", "disabled"); }); if (!in_submit) $form.submit(); } </script> <link href="css/wd_wcag.css" type="text/css" rel="stylesheet" wd_script_id="wd_wcag.css"> <script type="text/javascript" src="js/wd_wai_calendar_button.js" wd_script_id="wd_wai_calendar_button.js" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="></script> <script type="text/javascript" src="js/wd_wai_datepicker.js" wd_script_id="wd_wai_datepicker.js" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="></script> <script type="text/javascript" src="js/wd_wai_datepicker_day.js" wd_script_id="wd_wai_datepicker_day.js" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="></script> <link href="css/wd_wai_datepicker.css" type="text/css" rel="stylesheet" wd_script_id="wd_wai_datepicker.css"> <script type="text/javascript" wd_script_id="form_wai_dp__scriptwd_wai_start" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> window.addEventListener("load" , function () { let dp_input = document.getElementById("wd_wai_dp_input_wd_wai_start"); let dp_button = document.getElementById("wd_wai_dp_button_wd_wai_start"); let dp_dialog = document.getElementById("wd_datepicker_dialog_wd_wai_start" ); let wd_datePicker = new DatePicker(dp_input, dp_button, dp_dialog, "2020-04-07","2024-11-14" ); wd_datePicker.init(); }); </script> <script type="text/javascript" wd_script_id="form_wai_dp__scriptwd_wai_end" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> window.addEventListener("load" , function () { let dp_input = document.getElementById("wd_wai_dp_input_wd_wai_end"); let dp_button = document.getElementById("wd_wai_dp_button_wd_wai_end"); let dp_dialog = document.getElementById("wd_datepicker_dialog_wd_wai_end" ); let wd_datePicker = new DatePicker(dp_input, dp_button, dp_dialog, "2020-04-07","2024-11-14" ); wd_datePicker.init(); }); </script> <script type="text/javascript" src="js/wd_form.js" wd_script_id="wd_form.js" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="></script> <link href="css/wd_form.css" type="text/css" rel="stylesheet" wd_script_id="wd_form.css"> <style type="text/css" wd_script_id="template_list_inline_style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> ul.wd_layout-inline { display: inline-block; list-style: none; padding: 0; margin: 0; } ul.wd_layout-inline li { display: inline-block; padding: 0; margin: 0 0 0 1em; } </style> <style type="text/css" wd_script_id="template item:stories:site style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ==">.wd_item { overflow:auto; } .wd_item .wd_thumbnail { float: left; margin: 0 5px 5px 0; } .wd_item .wd_date { text-transform: uppercase; font-weight: bold; font-size: 1.167em; color: #cccccc; } .wd_item .wd_title { font-weight: bold; font-size: 2em; } .wd_asset_type_link_list { display: inline-block; margin: 10px 0 0 0; padding: 2px; } .wd_item_wrapper { margin-left: 105px; } .wd_item_wrapper:first-child, .wd_layout-masonry .wd_item_wrapper, .wd_layout-grid .wd_item_wrapper { margin-left: 0; } .wd_layout-masonry .wd_item, .wd_layout-grid .wd_item { border: 1px solid #e1e1e1; padding: 5px; } .wd_layout-masonry .wd_thumbnail, .wd_layout-grid .wd_thumbnail { float: none; text-align: center; margin: 0 0 5px 0; }</style> <style type="text/css" wd_script_id="template_list_simple_style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> ul.wd_layout-simple { padding: 0; margin: 10px 0; list-style: none; } </style> <style type="text/css" wd_script_id="template page:stories:site style" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ==">.wd_category_header { margin: 10px 0; overflow: auto; } .wd_thumbnail { float: left; margin: 0 5px 5px 0; } .wd_item_list { margin: 10px 0; overflow: auto; } .wd_item { padding: 0; margin: 0 0 10px 0; } </style> <!-- end spin_special_output(head_start) --> <script src="https://cdn.bttrack.com/universal/44152" async></script> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> <!-- FontAwesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <title>PayPal Newsroom - Stories</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="twitter:card" content="summary" /> <meta property="og:site_name" content="PayPal Newsroom" /> <meta property="og:url" content="https://newsroom.apac.paypal-corp.com/stories-digital-wallet" /> <link rel="shortcut icon" href="images/PP_Square_16x16_V2.png" type="image/icon"> <!-- HREF Lang --> <link rel="alternate" hreflang="en-US" href="https://newsroom.paypal-corp.com/" /> <link rel="alternate" hreflang="de" href=https://newsroom.deatch.paypal-corp.com/> <link rel="alternate" hreflang="en-CA" href="https://newsroom.ca.paypal-corp.com/" /> <link rel="alternate" hreflang="en-GB" href="https://newsroom.uk.paypal-corp.com/" /> <link rel="alternate" hreflang="en-AU" href="https://newsroom.au.paypal-corp.com/" /> <link rel="alternate" hreflang="es-MX" href="https://newsroom.latam.paypal-corp.com/" /> <link rel="alternate" hreflang="es-ES" href="https://newsroom.es.paypal-corp.com/" /> <link rel="alternate" hreflang="zh-cn" href="https://newsroom.china.paypal-corp.com/" /> <link rel="alternate" hreflang="pt-br" href="https://newsroom.br.paypal-corp.com/" /> <link rel="alternate" hreflang="fr-fr" href="https://newsroom.fr.paypal-corp.com/" /> <link rel="alternate" hreflang="en-in" href="https://newsroom.in.paypal-corp.com/" /> <link rel="alternate" hreflang="it-it" href="https://newsroom.it.paypal-corp.com/" /> <link rel="alternate" hreflang="ja-jp" href="https://newsroom.jp.paypal-corp.com/" /> <!-- End HREF Lang --> <!-- MediaRoom Styles --> <link rel="stylesheet" type="text/css" href="slick/slick.css"> <link rel="stylesheet" type="text/css" href="slick/slick-theme.css" > <link rel="stylesheet" type="text/css" href="css/wdtypography.css"> <link rel="stylesheet" type="text/css" href="css/wdcustomclasses.css"> <link rel="stylesheet" type="text/css" href="css/wdheaderandfooter.css"> <link rel="stylesheet" type="text/css" href="css/wdbuttonformsandtools.css"> <link rel="stylesheet" type="text/css" href="css/wdcontent.css"> <link rel="alternate" href="https://newsroom.apac.paypal-corp.com/news?pagetemplate=rss" type="application/rss+xml" title="PayPal Newsroom"> <!-- END MediaRoom Styles --> <script type="application/json" id="policy-data"> { "policies": ["CookieBanner"], "nonce":"test", "tenant":"newsroom", "policyData": { "country":"APAC", "language":"en" } } </script> <script src="https://www.paypalobjects.com/ncs/ncs.js"></script> <!-- abstracted to a separate file by request --> <script src="js/managecookies.js"></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5X495QX');</script> <!-- End Google Tag Manager --> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1367141343484665'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1367141343484665&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <!-- Pixel Code --> <script type="application/javascript">(function(w,d,t,r,u){w[u]=w[u]||[];w[u].push({'projectId':'10000','properties':{'pixelId':'10190094','he': '<email_address>','hph': '<phone_number>'}});var s=d.createElement(t);s.src=r;s.async=true;s.onload=s.onreadystatechange=function(){var y,rs=this.readyState,c=w[u];if(rs&&rs!="complete"&&rs!="loaded"){return}try{y=YAHOO.ywa.I13N.fireBeacon;w[u]=[];w[u].push=function(p){y([p])};y(c)}catch(e){}};var scr=d.getElementsByTagName(t)[0],par=scr.parentNode;par.insertBefore(s,scr)})(window,document,"script","https://s.yimg.com/wi/ytc.js","dotq");</script> <!-- Universal Pixel --> <script src=https://js.adsrvr.org/up_loader.1.1.0.js type="text/javascript"></script> <script type="text/javascript"> ttd_dom_ready( function() { if (typeof TTDUniversalPixelApi === 'function') { var universalPixelApi = new TTDUniversalPixelApi(); universalPixelApi.init("q54fse9", ["nar9dgt"], "https://insight.adsrvr.org/track/up"); } }); </script> <!-- End Universal Pixel --> <!-- begin spin_special_output(head_end) --> <!-- OneTrust Cookies Consent Notice start --> <script src="" type="text/javascript" charset="UTF-8"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end --> <link rel="canonical" href="https://newsroom.apac.paypal-corp.com/stories-digital-wallet" /> <!-- end spin_special_output(head_end) --> </head> <body class="wd_pageid_34137 wd_is_category wd_category_22"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5X495QX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header class=""> <nav class="navbar navbar-expand-lg bg-light"> <div class="wd_logo-wrap"><a class="navbar-brand" href="https://newsroom.apac.paypal-corp.com/home"><img src="images/Newsroom Logo.png"></a></div> <!-- Start Mobile Search --> <div class="mobile_search-container"> <div class="wd_search_form_container"><form name="basic_search" method="get" action="https://newsroom.apac.paypal-corp.com/search-results" class="wd_search_form wd_search_form_basic"><input type="hidden" name="s" value="search_results" /><input type="text" name="query" value="" size="32" placeholder="Search..." title="Search..." /> <input type="submit" name="submit" value="Search"></form> </div> </div> <!-- END Mobile Search --> <div class="mobile-site-search-bttn"> <i class="fas fa-search"></i> <i class="fas fa-times"></i> </div> <button class="navbar-toggler" type="button" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div id="mobileNavbarNavDropdown" class="collapse wd_nav navbar-collapse"> <button class="wd_mobile-nav-toggler" aria-label="Close navigation"><span class="wd_close-nav"></span></button> <ul class="navbar-nav"> <li id="wd_topnav-34137" class="nav-item dropdown " data-child="#wd_topnav-34137"> <a href="stories" class="nav-link" target="_self">Stories</a><span class="dropdown-toggle"></span> <div id="categoryNavDropdown" class="wd_category-nav"> <div class="wd_featureboxes_dropdown wd_featureboxes-horizontal"> <div id="wd_featurebox-standard_3513" class="wd_featurebox_container wd_featurebox-standard"><div class="wd_featurebox_title"></div><div class="wd_featurebox"><div class="container justify-content-center"> <div class="row py-2" style="width: 100%;"> <div class="col-sm-3"> <h4><a href="stories-product">Products</a></h4> <a class="dropdown-item" href="stories-paypal">PayPal</a> <a class="dropdown-item" href="stories?cat=9">Braintree</a> <a class="dropdown-item" href="stories?cat=13">Xoom</a></div> <div class="col-sm-3"> <h4><a href="stories?cat=6">People</a></h4> <a class="dropdown-item" href="stories?cat=15">Culture</a> <a class="dropdown-item" href="stories?cat=16">Diversity, Inclusion, Equity and Belonging</a> <a class="dropdown-item" href="stories?cat=17">Volunteerism</a></div> <div class="col-sm-3"> <h4><a href="stories?cat=7">Performance</a></h4> <a class="dropdown-item" href="stories?cat=2">Corporate Announcements</a> <a class="dropdown-item" href="stories?cat=20">Strategic Partnerships</a> <a class="dropdown-item" href="stories?cat=3">Social Impact</a></div> <div class="col-sm-3"> <h4><a href="stories?cat=8">Innovation</a></h4> <a class="dropdown-item" href="stories?cat=21">Cryptocurrency</a> <a class="dropdown-item" href="stories?cat=22">Digital Wallet</a> <a class="dropdown-item" href="stories?cat=23">Buy Now, Pay Later</a> <a class="dropdown-item" href="stories?cat=24">QR Code</a> <a class="dropdown-item" href="stories?cat=27">Technology</a></div> </div> </div> </div></div></div> </div> </li> <li id="wd_topnav-20295" class="nav-item "> <a href="news" class="nav-link" target="_self">News</a> </li> <li id="wd_topnav-20292" class="nav-item "> <a href="https://newsroom.paypal-corp.com/media-resources" class="nav-link" target="_blank">Media Resources <i class="fa fa-external-link" aria-hidden="true"></i></a></li> <li id="wd_topnav-20316" class="nav-item "> <a href="https://about.pypl.com/home/default.aspx" class="nav-link ">About <i class="fa fa-external-link" aria-hidden="true"></i></a></li> <li id="wd_topnav-20320" class="nav-item "> <a href="https://newsroom.paypal-corp.com/contact" class="nav-link " target="_blank">Contact <i class="fa fa-external-link" aria-hidden="true"></i></a></li> </ul> </div> <div id="navbarNavDropdown" class="collapse wd_nav navbar-collapse"> <ul class="navbar-nav"> <button class="wd_mobile-nav-toggler"><span class="wd_close-nav"></span></button> <li id="wd_topnav-34137" class="nav-item dropdown" data-child="#wd_topnav-34137"> <a href="stories" class="nav-link dropdown-toggle" target="_self">Stories</a> <div id="categoryNavDropdown" class="dropdown-menu wd_category-nav"> <div class="wd_featureboxes_dropdown wd_featureboxes-horizontal"> <div id="wd_featurebox-standard_3513" class="wd_featurebox_container wd_featurebox-standard"><div class="wd_featurebox_title"></div><div class="wd_featurebox"><div class="container justify-content-center"> <div class="row py-2" style="width: 100%;"> <div class="col-sm-3"> <h4><a href="stories-product">Products</a></h4> <a class="dropdown-item" href="stories-paypal">PayPal</a> <a class="dropdown-item" href="stories?cat=9">Braintree</a> <a class="dropdown-item" href="stories?cat=13">Xoom</a></div> <div class="col-sm-3"> <h4><a href="stories?cat=6">People</a></h4> <a class="dropdown-item" href="stories?cat=15">Culture</a> <a class="dropdown-item" href="stories?cat=16">Diversity, Inclusion, Equity and Belonging</a> <a class="dropdown-item" href="stories?cat=17">Volunteerism</a></div> <div class="col-sm-3"> <h4><a href="stories?cat=7">Performance</a></h4> <a class="dropdown-item" href="stories?cat=2">Corporate Announcements</a> <a class="dropdown-item" href="stories?cat=20">Strategic Partnerships</a> <a class="dropdown-item" href="stories?cat=3">Social Impact</a></div> <div class="col-sm-3"> <h4><a href="stories?cat=8">Innovation</a></h4> <a class="dropdown-item" href="stories?cat=21">Cryptocurrency</a> <a class="dropdown-item" href="stories?cat=22">Digital Wallet</a> <a class="dropdown-item" href="stories?cat=23">Buy Now, Pay Later</a> <a class="dropdown-item" href="stories?cat=24">QR Code</a> <a class="dropdown-item" href="stories?cat=27">Technology</a></div> </div> </div> </div></div></div> </div> </li> <li id="wd_topnav-20295" class="nav-item "> <a href="news" class="nav-link" target="_self">News</a> </li> <li id="wd_topnav-20292" class="nav-item "> <a href="https://newsroom.paypal-corp.com/media-resources" class="nav-link" target="_blank">Media Resources <i class="fa fa-external-link" aria-hidden="true"></i></a></li> <li id="wd_topnav-20316" class="nav-item "> <a href="https://about.pypl.com/home/default.aspx" class="nav-link ">About <i class="fa fa-external-link" aria-hidden="true"></i></a></li> <li id="wd_topnav-20320" class="nav-item "> <a href="https://newsroom.paypal-corp.com/contact" class="nav-link " target="_blank">Contact <i class="fa fa-external-link" aria-hidden="true"></i></a></li> </ul> </div> <div id="globalNavDropdown" class="collapse wd_global navbar-collapse"> <ul class="navbar-nav"> <li class="nav-item dropdown"><a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Region</a> <div class="dropdown-menu"> <div class="container-fluid justify-content-end"> <div class="row py-2" style="width: 100%;"> <div class="col-md-2 ml-auto mr-3"> <h4>North America</h4> <a class="dropdown-item" href="https://newsroom.paypal-corp.com">Global / USA (English)</a> <a class="dropdown-item" href="https://newsroom.ca.paypal-corp.com/">Canada (English)</a> <h4>Latin America</h4> <a class="dropdown-item" href="https://newsroom.br.paypal-corp.com/">Brazil (Portuguese)</a> <a class="dropdown-item" href="https://newsroom.latam.paypal-corp.com/">Latin America (Spanish)</a> </div> <div class="col-md-2 mr-3"> <h4>Europe</h4> <a class="dropdown-item" href="https://newsroom.fr.paypal-corp.com/">France (French)</a> <a class="dropdown-item" href="https://newsroom.deatch.paypal-corp.com/">Germany (German)</a> <a class="dropdown-item" href="https://newsroom.ie.paypal-corp.com/">Ireland (English)</a> <a class="dropdown-item" href="https://newsroom.it.paypal-corp.com/">Italy (Italian)</a> <a class="dropdown-item" href="https://newsroom.es.paypal-corp.com/">Spain (Spanish)</a> <a class="dropdown-item" href="https://newsroom.uk.paypal-corp.com/">United Kingdom (English)</a> </div> <div class="col-md-2 mr-5"> <h4>Asia Pacific</h4> <a class="dropdown-item" href="https://newsroom.apac.paypal-corp.com/">Asia Pacific (English)</a> <a class="dropdown-item" href="https://newsroom.au.paypal-corp.com/">Australia (English)</a> <a class="dropdown-item" href="https://newsroom.china.paypal-corp.com/">China (Simplified Chinese)</a> <a class="dropdown-item" href="https://newsroom.jp.paypal-corp.com/">Japan (Japanese)</a> </div> </div> </div> </li> </ul> </div> <!-- Start Desktop Site Search --> <div class="wd_search_wrapper"> <div class="wd_search_form_container"><form name="basic_search" method="get" action="https://newsroom.apac.paypal-corp.com/search-results" class="wd_search_form wd_search_form_basic"><input type="hidden" name="s" value="search_results" /><input type="text" name="query" value="" size="32" placeholder="Search..." title="Search..." /> <input type="submit" name="submit" value="Search"></form> </div> <!-- END Desktop Site SEARCH --> <div class="wd_search-icon"><img src="images/Search_Icon.svg" alt="Search PayPal Newsroom"></div> <div class="wd_close_button"><img src="images/icons/icon-search-close.png" alt="Close Search"></div> </div> </nav> </header> <div class = "wd_main-content"> <div class="wd_hide-me"> <div class="wd_global_search"> <div class="wd_search_form_container"><form name="basic_search" method="get" action="https://newsroom.apac.paypal-corp.com/search-results" class="wd_search_form wd_search_form_basic"><input type="hidden" name="s" value="search_results" /><input type="text" name="query" value="" size="32" placeholder="Search" title="Search" /> <input type="submit" name="submit" value="Go"></form> </div><!-- END SITE SEARCH --> </div> </div> <div class="wd_content-wrapper"> <div class="container wd_content-container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <h1 class="page_header">Stories</h1> <div id="wd_printable_content"> <div class="wd_stories"> <script type="text/javascript" wd_script_id="wd_wai_datepicker_translate_script" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> var wd_wai_langData = { "dayLabels": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], "dayLabelsShort": ["Sun","Mon","Tue","Wed","Thu","Fri","Sat"], "monthLabels": ["January","February","March","April","May","June","July","August","September","October","November","December"], }; </script> <div class="wd_wai_datepicker"> <div class="wd_wai_datepickerDialog" id="wd_datepicker_dialog_wd_wai_start" role="dialog" aria-modal="true" aria-labelledby="wd_wai_id_dialog_label_wd_wai_start"> <div class="wd_wai_header"> <button class="wd_wai_prevYear" aria-label="previous year"> <span class="fa fa-angle-double-left fa-lg"></span> </button> <button class="wd_wai_prevMonth" aria-label="previous month"> <span class="fa fa-angle-left fa-lg"></span> </button> <div id="wd_wai_id_dialog_label_wd_wai_start" class="wd_wai_monthYear" aria-live="polite"> Month Year </div> <button class="wd_wai_nextMonth" aria-label="next month"> <span class="fa fa-angle-right fa-lg"></span> </button> <button class="wd_wai_nextYear" aria-label="next year"> <span class="fa fa-angle-double-right fa-lg"></span> </button> </div> <table id="wd_wai_myDatepickerGrid_wd_wai_start" class="wd_wai_dates" role="grid" aria-labelledby="wd_wai_id_dialog_label_wd_wai_start"> <thead> <tr class="wd_wai_week_row"> <th scope="col" abbr="Sunday"> Su </th> <th scope="col" abbr="Monday"> Mo </th> <th scope="col" abbr="Tuesday"> Tu </th> <th scope="col" abbr="Wednesday"> We </th> <th scope="col" abbr="Thursday"> Th </th> <th scope="col" abbr="Friday"> Fr </th> <th scope="col" abbr="Saturday"> Sa </th> </tr> </thead> <tbody> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 25 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 26 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 27 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 28 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 29 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 30 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 1 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 2 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 3 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 4 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 5 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 6 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 7 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 8 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 9 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 10 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 11 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 12 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 13 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="0"> 14 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 15 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 16 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 17 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 18 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 19 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 20 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 21 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 22 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 23 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 24 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 25 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 26 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 27 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 28 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 29 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 30 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 31 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 1 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 2 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 3 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 4 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 5 </button> </td> </tr> </tbody> </table> <div class="wd_wai_dialogButtonGroup"> <button class="wd_wai_dialogButton wd_wai_dp_cancelbuton" value="Cancel">Cancel </button> <button class="wd_wai_dialogButton wd_wai_dp_okbuton" value="Go">Go</button> </div> </div> </div> <div class="wd_wai_datepicker"> <div class="wd_wai_datepickerDialog" id="wd_datepicker_dialog_wd_wai_end" role="dialog" aria-modal="true" aria-labelledby="wd_wai_id_dialog_label_wd_wai_end"> <div class="wd_wai_header"> <button class="wd_wai_prevYear" aria-label="previous year"> <span class="fa fa-angle-double-left fa-lg"></span> </button> <button class="wd_wai_prevMonth" aria-label="previous month"> <span class="fa fa-angle-left fa-lg"></span> </button> <div id="wd_wai_id_dialog_label_wd_wai_end" class="wd_wai_monthYear" aria-live="polite"> Month Year </div> <button class="wd_wai_nextMonth" aria-label="next month"> <span class="fa fa-angle-right fa-lg"></span> </button> <button class="wd_wai_nextYear" aria-label="next year"> <span class="fa fa-angle-double-right fa-lg"></span> </button> </div> <table id="wd_wai_myDatepickerGrid_wd_wai_end" class="wd_wai_dates" role="grid" aria-labelledby="wd_wai_id_dialog_label_wd_wai_end"> <thead> <tr class="wd_wai_week_row"> <th scope="col" abbr="Sunday"> Su </th> <th scope="col" abbr="Monday"> Mo </th> <th scope="col" abbr="Tuesday"> Tu </th> <th scope="col" abbr="Wednesday"> We </th> <th scope="col" abbr="Thursday"> Th </th> <th scope="col" abbr="Friday"> Fr </th> <th scope="col" abbr="Saturday"> Sa </th> </tr> </thead> <tbody> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 25 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 26 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 27 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 28 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 29 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 30 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 1 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 2 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 3 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 4 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 5 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 6 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 7 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 8 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 9 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 10 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 11 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 12 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 13 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="0"> 14 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 15 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 16 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 17 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 18 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 19 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 20 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 21 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 22 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 23 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 24 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 25 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 26 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 27 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 28 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 29 </button> </td> </tr> <tr> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 30 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1"> 31 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 1 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 2 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 3 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 4 </button> </td> <td class="wd_wai_dateCell"> <button class="wd_wai_dateButton" tabindex="-1" disabled=""> 5 </button> </td> </tr> </tbody> </table> <div class="wd_wai_dialogButtonGroup"> <button class="wd_wai_dialogButton wd_wai_dp_cancelbuton" value="Cancel">Cancel </button> <button class="wd_wai_dialogButton wd_wai_dp_okbuton" value="Go">Go</button> </div> </div> </div> <div class="wd_page-actions-wrap"> <div class="inner"> <div class="wd_subscribe_link"> <a href="https://newsroom.apac.paypal-corp.com/alerts?type=4"> <span class="wd_subscribe_title">Get Updates by Email</span><span class="wd_subscribe_icon"><img src="images/webdriver/email_alerts.png" title="Get Updates by Email" role="presentation"/></span> </a> </div> <div class="wd_item_search_form_container"><form name="item_basic_search_34137" method="get" action="https://newsroom.apac.paypal-corp.com/stories" onsubmit="wd_item_search_form_submit(this, true);" class="wd_search_form wd_search_form_basic"><div class="wd_search_basic_fields"><label for="item_basic_search_34137_cat" class="wd_sr-only">Category</label> <select name="cat" onchange="wd_item_search_form_highlight(this.form);" id="item_basic_search_34137_cat"> <option value="">Topics</option> <option value="5" wd_url="https://newsroom.apac.paypal-corp.com/stories-product">Product</option> <option value="1" wd_url="https://newsroom.apac.paypal-corp.com/stories-paypal">- PayPal</option> <option value="6" wd_url="https://newsroom.apac.paypal-corp.com/stories-people">People</option> <option value="15" wd_url="https://newsroom.apac.paypal-corp.com/stories-culture">- Culture</option> <option value="16" wd_url="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">- DIE&B</option> <option value="17" wd_url="https://newsroom.apac.paypal-corp.com/stories-volunteerism">- Volunteerism</option> <option value="7" wd_url="https://newsroom.apac.paypal-corp.com/stories-performance">Performance</option> <option value="2" wd_url="https://newsroom.apac.paypal-corp.com/stories-corporate-announcements">- Corporate Announcements</option> <option value="19" wd_url="https://newsroom.apac.paypal-corp.com/stories-paypal-ventures">- PayPal Ventures</option> <option value="3" wd_url="https://newsroom.apac.paypal-corp.com/stories-social-impact">- Social Impact</option> <option value="20" wd_url="https://newsroom.apac.paypal-corp.com/stories-strategic-partnerships">- Strategic Partnerships</option> <option value="8" wd_url="https://newsroom.apac.paypal-corp.com/stories-innovation">Innovation</option> <option value="21" wd_url="https://newsroom.apac.paypal-corp.com/stories-cryptocurrency">- Cryptocurrency</option> <option value="22" selected wd_url="https://newsroom.apac.paypal-corp.com/stories-digital-wallet">- Digital Wallet</option> <option value="27" wd_url="https://newsroom.apac.paypal-corp.com/stories-technology">- Technology</option> <option value="uncategorized">Uncategorized</option> </select> <label for="item_basic_search_34137_keywords" class="wd_sr-only">Keywords</label><input type="text" name="keywords" value="" size="32" placeholder="Search" wd_original_value="" onkeyup="if (this.value.trim().length > 1 && this.value != $(this).attr('wd_original_value')) wd_item_search_form_highlight(this.form);" id="item_basic_search_34137_keywords" /> <button type="submit" class="wd_search_button" title="Search">Go</button></div> <a class="wd_search_advanced_link" href="#" onclick="wd_item_search_form_toggle(this, true); return false;">Advanced Search</a></form> <form method="get" class="wd_search_form wd_search_form_advanced" style="display:none;" name="item_advanced_search_34137" action="https://newsroom.apac.paypal-corp.com/stories" enctype="multipart/form-data" onsubmit="disable_submit(this, true);wd_item_search_form_submit(this, true);"> <input type="hidden" name="advanced" value="1" /> <div class="wd_form_field wd_form_field_pos_right"> <div class="wd_form_field_label"> <label for="item_advanced_search_34137_keywords">Search</label> </div> <div class="wd_form_field_input"> <input type="text" name="keywords" value="" size="40" placeholder="Keywords" id="item_advanced_search_34137_keywords" /> <span class="wd_search_titles_only"><input type="checkbox" name="titles_only" value="1" id="items_search_34137_titles_only" /> <label for="items_search_34137_titles_only">Search Titles Only</label></span> </div> </div> <div class="wd_form_field wd_form_field_pos_right"> <div class="wd_form_field_label"> <label for="item_advanced_search_34137_cat">Category</label> </div> <div class="wd_form_field_input"> <div class="wd_input_border"> <select name="cat" id="item_advanced_search_34137_cat"> <option value="">Topics</option> <option value="5" wd_url="https://newsroom.apac.paypal-corp.com/stories-product">Product</option> <option value="1" wd_url="https://newsroom.apac.paypal-corp.com/stories-paypal">- PayPal</option> <option value="6" wd_url="https://newsroom.apac.paypal-corp.com/stories-people">People</option> <option value="15" wd_url="https://newsroom.apac.paypal-corp.com/stories-culture">- Culture</option> <option value="16" wd_url="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">- DIE&B</option> <option value="17" wd_url="https://newsroom.apac.paypal-corp.com/stories-volunteerism">- Volunteerism</option> <option value="7" wd_url="https://newsroom.apac.paypal-corp.com/stories-performance">Performance</option> <option value="2" wd_url="https://newsroom.apac.paypal-corp.com/stories-corporate-announcements">- Corporate Announcements</option> <option value="19" wd_url="https://newsroom.apac.paypal-corp.com/stories-paypal-ventures">- PayPal Ventures</option> <option value="3" wd_url="https://newsroom.apac.paypal-corp.com/stories-social-impact">- Social Impact</option> <option value="20" wd_url="https://newsroom.apac.paypal-corp.com/stories-strategic-partnerships">- Strategic Partnerships</option> <option value="8" wd_url="https://newsroom.apac.paypal-corp.com/stories-innovation">Innovation</option> <option value="21" wd_url="https://newsroom.apac.paypal-corp.com/stories-cryptocurrency">- Cryptocurrency</option> <option value="22" selected wd_url="https://newsroom.apac.paypal-corp.com/stories-digital-wallet">- Digital Wallet</option> <option value="27" wd_url="https://newsroom.apac.paypal-corp.com/stories-technology">- Technology</option> <option value="uncategorized">Uncategorized</option> </select> </div> </div> </div> <div class="wd_form_field wd_form_field_pos_right"> <div class="wd_form_field_label"> <label for="item_advanced_search_34137_start">From</label> </div> <div class="wd_form_field_input"> <input type="text" name="start" value="" size="32" placeholder="Date" dp_id="wd_wai_start" dp_num="1" minDate="2020-04-07" maxDate="2024-11-14" id="wd_wai_dp_input_wd_wai_start" /><button type="button" class="icon wd_wai_dp_button" id="wd_wai_dp_button_wd_wai_start" title="Choose Date"><span class="wd_datepicker-icon fa fa-calendar"></span></button> </div> </div> <div class="wd_form_field wd_form_field_pos_right"> <div class="wd_form_field_label"> <label for="item_advanced_search_34137_end">To</label> </div> <div class="wd_form_field_input"> <input type="text" name="end" value="" size="32" placeholder="Date" dp_id="wd_wai_end" dp_num="2" minDate="2020-04-07" maxDate="2024-11-14" id="wd_wai_dp_input_wd_wai_end" /><button type="button" class="icon wd_wai_dp_button" id="wd_wai_dp_button_wd_wai_end" title="Choose Date"><span class="wd_datepicker-icon fa fa-calendar"></span></button> </div> </div> <fieldset class="wd_form_field wd_form_field_pos_right"> <legend class="wd_form_field_label">Asset Types</legend> <div class="wd_form_field_input"> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" checked="yes" value="119" id="item_advanced_search_34137_asset_types_119" /> <label for="item_advanced_search_34137_asset_types_119">Releases</label></span> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" checked="yes" value="120" id="item_advanced_search_34137_asset_types_120" /> <label for="item_advanced_search_34137_asset_types_120">Video</label></span> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" checked="yes" value="121" id="item_advanced_search_34137_asset_types_121" /> <label for="item_advanced_search_34137_asset_types_121">Audio</label></span> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" checked="yes" value="122" id="item_advanced_search_34137_asset_types_122" /> <label for="item_advanced_search_34137_asset_types_122">Photos</label></span> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" checked="yes" value="123" id="item_advanced_search_34137_asset_types_123" /> <label for="item_advanced_search_34137_asset_types_123">Documents</label></span> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" value="124" id="item_advanced_search_34137_asset_types_124" /> <label for="item_advanced_search_34137_asset_types_124">Contacts</label></span> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" checked="yes" value="126" id="item_advanced_search_34137_asset_types_126" /> <label for="item_advanced_search_34137_asset_types_126">Events</label></span> <span class="wd_checkbox"><input type="checkbox" name="asset_types[]" checked="yes" value="127" id="item_advanced_search_34137_asset_types_127" /> <label for="item_advanced_search_34137_asset_types_127">Standard</label></span> </div> </fieldset> <input type="hidden" name="have_asset_types" value="1" /> <div class="wd_form_footer"> <div class="wd_form_buttons"> <input type="submit" value="Search"> <a href="#" onclick="wd_item_search_form_toggle(this, false); return false;">Basic Search</a> </div> </div> </form> </div> </div> </div> <ul class="wd_layout-simple wd_item_list"><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/how-are-digital-payments-transforming-future-of-travel-and-tourism"><img src="/image/In+Article1-top.jpg" border="0"/></a></div> <div class="wd_item_wrapper"> <ul class="wd_layout-inline wd_category_link_list"><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-innovation">Innovation</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-digital-wallet">Digital Wallet</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-technology">Technology</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/how-are-digital-payments-transforming-future-of-travel-and-tourism">The Vital Role of Online Payments that will Fuel the Future of Travel and Tourism</a></div> <div class="wd_summary"><p>To sustain long-term growth, services must not only be secure and convenient but also reliable.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/how-are-digital-payments-transforming-future-of-travel-and-tourism" aria-label="Read more about The Vital Role of Online Payments that will Fuel the Future of Travel and Tourism">Read more</a></div> <div class="wd_date">Dec 19, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/How-one-Hong-Kong-merchant-is-bringing-Asian-pop-culture-to-the-world"><img src="/image/Viutv_th.png" border="0"/></a></div> <div class="wd_item_wrapper"> <ul class="wd_layout-inline wd_category_link_list"><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-digital-wallet">Digital Wallet</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/How-one-Hong-Kong-merchant-is-bringing-Asian-pop-culture-to-the-world">How one Hong Kong merchant is bringing Asian pop culture to the world </a></div> <div class="wd_summary"><p>K-pop and Japanese anime are among some of the most successful and best-known exports of Asian popular culture to the world. While it has become a global phenomenon today, bringing Asian culture...</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/How-one-Hong-Kong-merchant-is-bringing-Asian-pop-culture-to-the-world" aria-label="Read more about How one Hong Kong merchant is bringing Asian pop culture to the world ">Read more</a></div> <div class="wd_date">Jan 16, 2023</div> </div></li><li class="wd_item"> <div class="wd_item_wrapper"> <ul class="wd_layout-inline wd_category_link_list"><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-cryptocurrency">Cryptocurrency</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-digital-wallet">Digital Wallet</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-paypal">PayPal</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/India-team-working-on-core-aspects-of-crypto-products-PayPals-Aoki">India team working on core aspects of crypto products: PayPal's Aoki </a></div> <div class="wd_summary"><p>Company committed to rules and can 'ease the minds of regulators', says executive about Indian concerns on digital assets. Edwin Aoki is passionate about wildlife conservation.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/India-team-working-on-core-aspects-of-crypto-products-PayPals-Aoki" aria-label="Read more about India team working on core aspects of crypto products: PayPal's Aoki ">Read more</a></div> <div class="wd_date">Aug 8, 2022</div> </div></li></ul> </div> </div><div class="wd_featureboxes_filler wd_featureboxes-vertical"> <div id="wd_featurebox-standard_3514" class="wd_featurebox_container wd_featurebox-standard"><div class="wd_featurebox_title">Contact Us - Filler feature box for Ad content</div><div class="wd_featurebox"><table width="1600" class="wd_imagetable" border="0" cellpadding="0" cellspacing="0" align="left" style="margin: 0px 0px 0px 0px;" role="presentation"><tr><td><a href="https://newsroom.paypal-corp.com/contact" target="_blank"><img src="/image/01_Contact_2024.png" border="0" alt="Contact PayPal: Opens in a new window" title="Contact PayPal: Opens in a new window" /></a></td></tr></table> </div></div><div id="wd_featurebox-standard_3515" class="wd_featurebox_container wd_featurebox-standard"><div class="wd_featurebox_title">Media Resources - Filler feature box for Ad content</div><div class="wd_featurebox"><table width="1667" class="wd_imagetable" border="0" cellpadding="0" cellspacing="0" align="left" style="margin: 0px 0px 0px 0px;" role="presentation"><tr><td><a href=" https://newsroom.paypal-corp.com/media-resources" target="_blank"><img src="/image/01_MediaResources_2024.png" border="0" alt="Media Resources: Opens in a new window" title="Media Resources: Opens in a new window" /></a></td></tr></table> </div></div></div> </div> </div> </div> </div> </div> <!-- End Main Content --> <div class="container-fluid wd_footer-wrap"> <footer class="" role="contentinfo"> <div class="wd_footer-top"> <div class="row"> <div class="col-md-3 col-sm-12"> <div class="wd_footer-logo"> <img src="images/PP LOGO.png" alt="Paypal Logo"> <p><a href="https://www.paypal.com/us/home" target="_blank">PayPal.com</a><br> <a href="https://www.venmo.com" target="_blank">Venmo.com</a><br> <a href="https://www.joinhoney.com/paypal" target="_blank">JoinHoney.com</a></p> </div> </div> <div class="col-md-6 col-sm-12 wd_link-list"> <h4>Our Global Newsrooms</h4> <ul> <li><a href="https://newsroom.paypal-corp.com/">Global/USA</a></li> <li><a href="https://newsroom.apac.paypal-corp.com/">Asia Pacific</a></li> <li><a href="https://newsroom.au.paypal-corp.com/">Australia</a></li> <li><a href="https://newsroom.br.paypal-corp.com/">Brazil</a></li> <li><a href="https://newsroom.ca.paypal-corp.com/">Canada</a></li> </ul> <ul> <li><a href="https://newsroom.china.paypal-corp.com/">China</a></li> <li><a href="https://newsroom.fr.paypal-corp.com/">France</a></li> <li><a href="https://newsroom.deatch.paypal-corp.com/">Germany</a></li> <li><a href="https://newsroom.ie.paypal-corp.com/">Ireland</a></li> <li><a href="https://newsroom.it.paypal-corp.com/">Italy</a></li> </ul> <ul> <li><a href="https://newsroom.jp.paypal-corp.com/">Japan</a></li> <li><a href="https://newsroom.latam.paypal-corp.com/">Latin America</a></li> <li><a href="https://newsroom.es.paypal-corp.com/">Spain</a></li> <li><a href="https://newsroom.uk.paypal-corp.com/">UK</a></li> </ul> </div> <div class="col-md-3 col-sm-12 wd_social"> <h4>Stay Connected</h4> <ul class="wd_social-footer"> <li><a href="https://www.linkedin.com/company/paypal/" target="_blank"><img src="images/icons/LinkedinCircleIcon.png"></a></li> <li><a href="https://www.youtube.com/c/PayPalIndiaOfficial/videos" target="_blank"><img src="images/icons/YouTubeCircleIcon.png"></a></li> </ul> </div> </div> </div> <div class="wd_footer-bottom"> <div class="container-fluid"> <div class="row"> <div class="col-md-3 col-sm-12 px-0"> <p>漏 PayPal 2024 All rights reserved.</p> </div> <div class="col-md-9 col-sm-12 px-0"> </div> </div> </div> </div> </footer> </div> <!-- JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> <!-- MediaRoom Scripts --> <script src="slick/slick.min.js"></script> <script src="js/wdheaderandfooter.js"></script> <script src="js/wdcontent.js"></script> <script> function containsImage() { $('.wd_item, .item').each(function(){ var hasImage = $(this).find('.wd_thumbnail img').attr('src'); if(hasImage === undefined) { $(this).addClass('wd_no-image'); } else { $(this).addClass('wd_has-image'); } }); } function noImage() { //Add Default Image to items with none $('.wd_no-image').each(function(){ if($(this).find('.wd_thumbnail').length){}else{ var link = $(this).find('.wd_item_wrapper .wd_title a').attr('href'); var text = $(this).find('.wd_item_wrapper .wd_title a').text(); var image = new Array (); image[0] = "images/fillers/Monogram on gold.png"; image[1] = "images/fillers/White monogram on blue.png"; image[2] = "images/fillers/White Wordmark on blue.png"; image[3] = "images/fillers/Wordmark on gold.png"; var size = image.length; var x = Math.floor(size*Math.random()); $(this).prepend('<div class="wd_thumbnail"><a href="'+link+'"><img alt="'+text+'" src="'+image[x]+'" border="0"></a></div>'); }; }); } function relatedContent() { //Wraps Related Content Image and p tags $('.wd_related-wrap').each(function(){ $(this).find('img').insertBefore($(this).find('p:first-child')); $(this).find('p').wrapAll('<div class="wd_inner"></div>'); }); //Moves Related Content to container defined in microtemplate $('.wd_related-content').prependTo('.wd_moved-related-wrapper'); // Replace images with background image elements $('.wd_related-content.wd_rounded-square .wd_related-wrap-new').each(function() { var imgSrc = $(this).find('.wd_related-img-bg img').attr('src'); $(this).find('.wd_responsive-img').append('<div class="wd_related-background-img" style="background-image: url('+imgSrc+');"></div>'); $(this).find('.wd_related-img-bg img').remove(); }); // Add Read More link to Related Articles $('.wd_related-content.wd_rounded-square .wd_related-wrap-new').each(function() { var link = $(this).find('.wd_related-headline-more a').attr('href'); var text = $(this).find('.wd_title a').text(); $('<div class="wd_read-more"><a href="'+link+'" aria-label="Read more about '+text+'">Read more</a></div>').insertAfter($(this).find('.wd_related-headline-more')); }); // Wrap wd_related-headline-more and wd_read-more in one elements $('.wd_related-content.wd_rounded-square .wd_related-wrap-new').each(function() { $(this).find('.wd_related-headline-more, .wd_read-more').wrapAll('<div class="wd_related-headline-content"><div class="related_content-inner"></div></div>'); }); } function globalSearch() { $('.wd_global_search').prependTo('.wd_page-actions-wrap'); } function movesAssets() { //Moves Assets to container defined in microtemplate $('div[wd_move_after]').prependTo('.wd_moved-assets-wrapper'); $('div[wd_move_after]').before('<h4>Related Content</h4>'); } </script> <script type="text/javascript"> $(document).ready(function(){ //Stories, News Releases, Articles - List Pages containsImage(); noImage(); //Stories, News Releases, Articles Detail pages //Stories List Page globalSearch(); $('#navbarNavDropdown #wd_topnav-34137').addClass('active'); $('.wd_item .wd_thumbnail img').each(function(){ this.src = this.src.replace('thumbnail=1', ''); this.src = this.src.replace('?p=thumbnail', ''); }); //Add Class to Last Page (Pagination) $('.wd_page_link.wd_page_next').prev().addClass('wd_page_end'); //New Release List Page - Remove Trailing Thumbnail //News Releases Detail - Move Block Quote //Article Detail - Test for Image //Multimedia - 20292 //About Page - 20285 //Contact PayPal - 20294 //Search Results Page $('.wd_stories-teaser .item, wd_newsfeed_releases-teaser .item').each(function(){ containsImage(); noImage(); }); }); //END Document Ready </script> <!-- Twitter universal website tag code --> <script> !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js', a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); // Insert Twitter Pixel ID and Standard Event data below twq('init','o7elj'); twq('track','PageView'); </script> <!-- End Twitter universal website tag code --> <!-- begin spin_special_output(body_end) --> <script wd_script_id="piwik_tracking_code"></script> <!-- Piwik Tracking Code --> <script type="text/plain" class="optanon-category-2"> var _paq = _paq || []; _paq.push(["setCustomVariable", 1, "Content Type", "Stories", "page"]); _paq.push(["setCustomVariable", 3, "Navigation Page", "Stories", "page"]); _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u="//stats.drivetheweb.com/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", 6293]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.defer=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })(); </script> <noscript> <img src="https://stats.drivetheweb.com/piwik.php?idsite=6293&rec=1" style="border:0" alt="" /> </noscript> <!-- End Piwik Tracking Code --> <script type="text/javascript" wd_script_id="google_tracking_code" nonce="ZjQwNmVkMzUzN2MwNGQzNGE5ZTdlY2EwYmE3YzdhYTk3MjEzNDIxMQ=="> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-161922790-15']); _gaq.push(['_setDomainName', 'paypal-corp.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- end spin_special_output(body_end) --> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e75a783d86d40f5',t:'MTczMjQxMjA0NC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>