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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></script> <style type="text/css" wd_script_id="search_form_style" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> .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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></script> <script type="text/javascript" src="js/webdriver.js" wd_script_id="webdriver.js" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></script> <script type="text/javascript" wd_script_id="search_form_script" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> .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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> .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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></script> <script type="text/javascript" src="js/wd_wai_datepicker.js" wd_script_id="wd_wai_datepicker.js" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></script> <script type="text/javascript" src="js/wd_wai_datepicker_day.js" wd_script_id="wd_wai_datepicker_day.js" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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-12-16" ); wd_datePicker.init(); }); </script> <script type="text/javascript" wd_script_id="form_wai_dp__scriptwd_wai_end" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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-12-16" ); wd_datePicker.init(); }); </script> <script type="text/javascript" src="js/wd_form.js" wd_script_id="wd_form.js" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ==">.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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> ul.wd_layout-simple { padding: 0; margin: 10px 0; list-style: none; } </style> <script type="text/javascript" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ==">webDriver.push_jQuery();</script> <script type="text/javascript" src="js/jquery-ui.js" wd_script_id="jquery-ui.js" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></script> <script type="text/javascript" src="js/wd_resize.js" wd_script_id="wd_resize.js" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="></script> <link href="css/wd_linkmenu.css" type="text/css" rel="stylesheet" wd_script_id="wd_linkmenu.css"> <script type="text/javascript" wd_script_id="wd_linkmenu_script" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> (function($, undefined) { webDriver.resizeLinkMenu = function() { $(this).data("wd_linkmenu_element").wd_linkmenu("resize"); return false; }; var wd_linkmenu = function(element, options) { this.init(element, options); }; wd_linkmenu.prototype = { init: function(element, options) { var self = this; this.$element = $(element); this._options = { "class": "", "label": "Menu", }; this.options(options); this.$active = this.$orig_active = this.$element.find(".wd_linkmenu-active"); var label = this.$active ? this.$active.text() : this._options["label"]; this.$header = $("<div>") .addClass("wd_linkmenu-header") .attr("tabindex","0") .data("wd_linkmenu_element", this.$element) .attr("wd_resize", "resizeLinkMenu") .on("click.wd_linkmenu", function(event) { self.toggle(); event.preventDefault(); }) .insertBefore(this.$element) ; if (this._options["class"]) this.$header.addClass(this._options["class"]); var attr_string = this.$element.attr("wd_linkmenu_header"); if (attr_string) { var attrs = JSON.parse(attr_string); for(var name in attrs) this.$header.attr(name, attrs[name]); } this.$label = $("<span>") .addClass("wd_linkmenu-label") .text(label) .appendTo(this.$header); this.$icon = $("<span class=\"wd_linkmenu-icon fa fa-chevron-down\" title=\"Open\"><\/span>") .appendTo(this.$header); this.$items = this.$element.children(".wd_linkmenu-item"); this.$items .addClass("wd_linkmenu-listitem") .prop("tabIndex", -1) ; // Remove any non-items (e.g. unintended text nodes) this.$element.empty(); this.$element.append(this.$items); this.$element.addClass("wd_linkmenu-list"); // TODO: make tabs treat show/hide similar to Load, Resize this.$element.closest("div.wd_assets").bind("wd_assets_show", function() {self.resize();}); this.$element.closest("div.wd_tab_content").bind("wd_tab_show", function() {self.resize();}); this.$element .appendTo($("body")) .hide() ; this.need_size = true; this.resize(); this.$header.on("keydown.wd_linkmenu", function(event) {self.onkeydown(event,false);}); this.$header.on("blur.wd_linkmenu", function() {self.onblur();}); this.$element.on("keydown.wd_linkmenu", function(event) {self.onkeydown(event,true);}); this.$element.on("blur.wd_linkmenu", function() {self.onblur();}); this.$element.on("mousemove.wd_linkmenu", function(event) {self.onmousemove(event);}); this.$items.not(".wd_disabled").on("click.wd_linkmenu", function() {self.onitemclick(this);}) }, options: function(options) { if (options) { $.extend(this._options, options); } else { return this._options; } }, reload: function(options) { if (options) { this.options(options); } this.reset(); }, reset: function() { }, onkeydown: function(event, on_item) { var key = event.which || event.keyCode; var used = false; switch (key) { case 13: // Return case 32: // Space if (!on_item) { this.toggle(); used = true; } break; case 27: // Escape this.close(); used = true; break; case 9: // Tab if (on_item) this.$header[0].focus(); // Move focus back to normal flow break; case 33: // Page Up case 36: // Home if (!on_item) this.open(); this.first(); used = true; break; case 34: // Page Down case 35: // End if (!on_item) this.open(); this.last(); used = true; break; case 38: // Up case 37: // Left if (!on_item) this.open(); this.prev(); used = true; break; case 40: // Down case 39: // Right if (!on_item) this.open(); this.next(); used = true; break; } if (used) { event.stopImmediatePropagation(); event.preventDefault(); } }, onmousemove: function(event) { var $item = $(event.target); if ($item.hasClass("wd_linkmenu-listitem")) this.goto($item); }, onitemclick: function(item) { $item = $(item); this.$label.text($item.text()); this.$orig_active = this.$active = $item; this.close(); this.$header[0].focus(); }, open: function() { var self = this; $(document).on("mousedown.wd_linkmenu touchstart.wd_linkmenu", function(event) { if ($(event.target).closest(self.$header.add(self.$element)).length == 0) self.close(); }); this.$header.addClass("wd_linkmenu-active"); this.$element .show() .position({my:"left top",at:"left bottom",of:this.$header}) ; this.goto(this.$active); }, close: function() { this.$element.hide(); this.set_active(this.$orig_active); this.$header.removeClass("wd_linkmenu-active"); $(document).off(".wd_linkmenu"); }, onblur: function() { if (!this.ignore_blur) this.close(); this.ignore_blur = false; }, toggle: function() { this.$element.is(":visible") ? this.close() : this.open(); }, set_active: function($item) { if ($item.length > 0) { if (this.$active) this.$active.removeClass("wd_linkmenu-active"); this.$active = $item; this.$active.addClass("wd_linkmenu-active"); } }, goto: function($item) { if ($item.length > 0) { this.set_active($item); this.ignore_blur = true; this.$active[0].focus(); } }, next: function() { if (!this.$active) this.first(); else this.goto(this.$active.next()); }, prev: function() { if (!this.$active) this.last(); else this.goto(this.$active.prev()); }, first: function() { this.goto(this.$items.first()); }, last: function() { this.goto(this.$items.last()); }, destroy: function() { this.$items .removeClass("wd_linkmenu-listitem") .off(".wd_linkmenu") ; this.$element .off(".wd_linkmenu") .removeClass("wd_linkmenu-list") .insertBefore(this.$header) ; this.$header.remove(); }, resize: function() { if (this.need_size && this.$label.is(":visible")) { var temp_show = !this.$element.is(":visible"); if (temp_show) { this.$element.show(); } this.$label.width("auto"); this.$element.width("auto"); this.$label.width(this.$element.width()); this.$element.width(this.$header.width()); if (temp_show) { this.$element.hide(); } this.need_size = false; } } }; $.fn.wd_linkmenu = function(options) { var args = Array.prototype.slice.call(arguments, 1); var result = this; this.each(function() { var instance = $(this).data("wd_linkmenu"); if (typeof options == "string") { var res = instance[options].apply(instance, args); if (typeof res != "undefined") { result = res; return false; } } else { if (!instance) { instance = new wd_linkmenu(this, options); $(this).data("wd_linkmenu", instance); } instance.reload(options); } }); return result; }; })(webDriver.jQuery); </script> <script type="text/javascript" wd_script_id="wd_linkmenu_init_script" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> webDriver.jQuery(function($) { $(".wd_linkmenu").each(function() { var $menu = $(this); $menu.wd_linkmenu(); }); }); </script> <style type="text/css" wd_script_id="page_menu_style" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> .wd_page_menu { overflow: auto; } .wd_page_limit { float: left; margin: 0; padding: 8px 0; } .wd_page_links { float: right; margin: 0; padding: 0; list-style-type: none; } .wd_page_link { display: inline-block; margin: 0; padding: 8px; border: 1px solid #cccccc; border-left: none; } .wd_page_active { background-color: #eeeeee; } .wd_page_link:first-child { border-left: 1px solid #cccccc; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .wd_page_link:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } </style> <style type="text/css" wd_script_id="template page:stories:site style" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ==">.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> <link href="thirdparty/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" wd_script_id="font-awesome.min.css"> <script type="text/javascript" nonce="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ==">webDriver.pop_jQuery();</script> <!-- 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-product" /> <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-product" /> <!-- end spin_special_output(head_end) --> </head> <body class="wd_pageid_34137 wd_is_category wd_category_5"> <!-- 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">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">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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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" selected 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="16" wd_url="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">- Belonging</option> <option value="15" wd_url="https://newsroom.apac.paypal-corp.com/stories-culture">- Culture</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" 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 &gt; 1 &amp;&amp; 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" />&nbsp;<span class="wd_search_titles_only"><input type="checkbox" name="titles_only" value="1" id="items_search_34137_titles_only" />&nbsp;<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" selected 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="16" wd_url="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">- Belonging</option> <option value="15" wd_url="https://newsroom.apac.paypal-corp.com/stories-culture">- Culture</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" 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-12-16" 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-12-16" 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" />&nbsp;<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" />&nbsp;<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" />&nbsp;<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" />&nbsp;<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" />&nbsp;<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" />&nbsp;<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" />&nbsp;<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" />&nbsp;<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">&nbsp;<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/2023-11-Samsonites-Success-with-Gen-Z-Built-on-Packing-Up-Trust-Innovation"><img src="/image/Samsonite3_16x7.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-product">Product</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/2023-11-Samsonites-Success-with-Gen-Z-Built-on-Packing-Up-Trust-Innovation">Samsonite’s success with Gen Z built on packing up trust, innovation</a></div> <div class="wd_summary"><p>Part of steering the ship of an iconic brand is recognizing when the tide has turned and when it’s time for new adventures, particularly when it comes to payments.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/2023-11-Samsonites-Success-with-Gen-Z-Built-on-Packing-Up-Trust-Innovation" aria-label="Read more about Samsonite’s success with Gen Z built on packing up trust, innovation">Read more</a></div> <div class="wd_date">Nov 8, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/2023-06-07-Protecting-Yourself-from-Fraudulent-Payment-or-Money-Requests"><img src="/image/Library-Security.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-product">Product</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/2023-06-07-Protecting-Yourself-from-Fraudulent-Payment-or-Money-Requests">Protecting Yourself from Fraudulent Payment or Money Requests</a></div> <div class="wd_summary"><p>Have you received a money request or an invoice you don’t recognize? Learn how to spot this scam and what to do to stay safe.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/2023-06-07-Protecting-Yourself-from-Fraudulent-Payment-or-Money-Requests" aria-label="Read more about Protecting Yourself from Fraudulent Payment or Money Requests">Read more</a></div> <div class="wd_date">Jun 7, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/2023-05-31-Managing-Fraud-and-Chargebacks-Business-Leaders-Weigh-In-on-How-to-Help-Keep-Transactions-Secure"><img src="/image/Thumbnail+SMB+feature+2.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-product">Product</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/2023-05-31-Managing-Fraud-and-Chargebacks-Business-Leaders-Weigh-In-on-How-to-Help-Keep-Transactions-Secure">Managing Fraud and Chargebacks: Business Leaders Weigh In on How to Help Keep Transactions Secure</a></div> <div class="wd_summary"><p>SMB owners are wondering about the moves they should make to ensure their business remains stable, secure and innovative in the year to come.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/2023-05-31-Managing-Fraud-and-Chargebacks-Business-Leaders-Weigh-In-on-How-to-Help-Keep-Transactions-Secure" aria-label="Read more about Managing Fraud and Chargebacks: Business Leaders Weigh In on How to Help Keep Transactions Secure">Read more</a></div> <div class="wd_date">May 31, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/2023-05-Business-Leaders-Weigh-In-on-the-Most-Pressing-Questions-on-the-Minds-of-Small-Business-Owners"><img src="/image/PayPal_APAC_SmallBusiness_Advice.jpeg" 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-product">Product</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-people">People</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/2023-05-Business-Leaders-Weigh-In-on-the-Most-Pressing-Questions-on-the-Minds-of-Small-Business-Owners">Business Leaders Weigh In on the Most Pressing Questions on the Minds of Small Business Owners</a></div> <div class="wd_summary"><p>The uncertainty of the last few years have left merchants with more questions than answers. We sought out experienced business leaders to help with some advice.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/2023-05-Business-Leaders-Weigh-In-on-the-Most-Pressing-Questions-on-the-Minds-of-Small-Business-Owners" aria-label="Read more about Business Leaders Weigh In on the Most Pressing Questions on the Minds of Small Business Owners">Read more</a></div> <div class="wd_date">May 3, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/Barber-in-Okayama-Becoming-a-World-Famous-Apparel-Store-Owner"><img src="/image/%E4%B8%AD%E6%9D%91%E5%95%86%E5%BA%971.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-product">Product</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/Barber-in-Okayama-Becoming-a-World-Famous-Apparel-Store-Owner">A Journey from a Barber in Japan to an Owner of a World-Famous Apparel E-Store</a></div> <div class="wd_summary"><p>From the local to the world. An interview with Mr. Nakamura who runs an e-commerce site for barbers, Barber & Apparel Nakamura Shoten, on the story behind his success.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/Barber-in-Okayama-Becoming-a-World-Famous-Apparel-Store-Owner" aria-label="Read more about A Journey from a Barber in Japan to an Owner of a World-Famous Apparel E-Store">Read more</a></div> <div class="wd_date">Feb 17, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/3-ways-business-can-get-a-head-start-this-holiday-season"><img src="/image/Holiday+thumbnail.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-product">Product</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-innovation">Innovation</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/3-ways-business-can-get-a-head-start-this-holiday-season">3 Ways Businesses Can Get a Head Start This Holiday Season </a></div> <div class="wd_summary"><p>For most retailers, the end of the year is usually the busiest. From global shopping events such as Singles Day and Black Friday, to major holidays such as Thanksgiving and Christmas, consumers normally look to spend big in the final few months of the year.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/3-ways-business-can-get-a-head-start-this-holiday-season" aria-label="Read more about 3 Ways Businesses Can Get a Head Start This Holiday Season ">Read more</a></div> <div class="wd_date">Nov 14, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/2022-05-08-Every-Shoe-Tells-a-Unique-Story"><img src="/image/Thumbnail_9th+May+2022.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-product">Product</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/2022-05-08-Every-Shoe-Tells-a-Unique-Story">The Changemakers of Tomorrow Series: Every Shoe Tells a Unique Story</a></div> <div class="wd_summary"><p>With PayPal's help, Anothersole has quickly become the favorite shoe retailer for many Singaporeans.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/2022-05-08-Every-Shoe-Tells-a-Unique-Story" aria-label="Read more about The Changemakers of Tomorrow Series: Every Shoe Tells a Unique Story">Read more</a></div> <div class="wd_date">May 9, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/stories?item=46"><img src="/image/Unlocking+Success+and+Enabling+SMBs+with+PayPal.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-product">Product</a></li><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-paypal">PayPal</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/stories?item=46">Unlocking Success and Enabling SMBs with PayPal</a></div> <div class="wd_summary"><p>SMBs lie at the heart of PayPal. It has been enabling small business owners to expand and grow their business by supporting them with smart solutions which not only take care of their needs today, but tomorrow as well.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/stories?item=46" aria-label="Read more about Unlocking Success and Enabling SMBs with PayPal">Read more</a></div> <div class="wd_date">Apr 26, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/2022-04-24-Championing-a-Community-of-Good-Dog-People"><img src="/image/The+Changemakers+of+Tomorrow+Series-+Championing+a+Community+of+Good+Dog+People.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-product">Product</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/2022-04-24-Championing-a-Community-of-Good-Dog-People">The Changemakers of Tomorrow Series: Championing a Community of Good Dog People</a></div> <div class="wd_summary"><p>Good Dog People sources sustainably made pet supplies for Singaporeans and is building a community of passionate pet owners.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/2022-04-24-Championing-a-Community-of-Good-Dog-People" aria-label="Read more about The Changemakers of Tomorrow Series: Championing a Community of Good Dog People">Read more</a></div> <div class="wd_date">Apr 23, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/2022-04-01-Revolutionizing-Beauty-Sleep"><img src="/image/The+Changemakers+of+Tomorrow+Series-+Revolutionizing+%CE%93%C3%87%C3%BFBeauty+Sleep%CE%93%C3%87%C3%96.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-product">Product</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/2022-04-01-Revolutionizing-Beauty-Sleep">The Changemakers of Tomorrow Series: Revolutionizing ‘Beauty Sleep’</a></div> <div class="wd_summary">SOVA Silk is a Changemaker with a mission to revolutionize beauty sleep, with high-quality Mulberry silk pillowcases that are ethically and sustainably farmed. <p class="wd_category-detail"><a href="https://newsroom.paypal-corp.com/stories-product">Product</a><a href="https://newsroom.paypal-corp.com/stories-people">People</a><a href="https://newsroom.paypal-corp.com/stories-innovation">Innovation</a></p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/2022-04-01-Revolutionizing-Beauty-Sleep" aria-label="Read more about The Changemakers of Tomorrow Series: Revolutionizing ‘Beauty Sleep’">Read more</a></div> <div class="wd_date">Apr 4, 2022</div> </div></li></ul> <div class="wd_page_menu"><div class="wd_page_limit">Show <span role="menu" wd_linkmenu_header="{&quot;title&quot;:&quot;Select number of items per page&quot;}" class="wd_linkmenu"><a href="https://newsroom.apac.paypal-corp.com/stories-product?l=5" aria-label="Show 5 per page" role="menuitem" class="wd_linkmenu-item">5</a><a href="https://newsroom.apac.paypal-corp.com/stories-product?l=10" aria-label="Show 10 per page" role="menuitem" aria-current="true" class="wd_linkmenu-item wd_linkmenu-active">10</a><a href="https://newsroom.apac.paypal-corp.com/stories-product?l=25" aria-label="Show 25 per page" role="menuitem" class="wd_linkmenu-item">25</a><a href="https://newsroom.apac.paypal-corp.com/stories-product?l=50" aria-label="Show 50 per page" role="menuitem" class="wd_linkmenu-item">50</a><a href="https://newsroom.apac.paypal-corp.com/stories-product?l=100" aria-label="Show 100 per page" role="menuitem" class="wd_linkmenu-item">100</a></span> per page</div><nav role="navigation" aria-label="Page Navigation"><ul class="wd_page_links"><li class="wd_page_link wd_page_prev"><span>&laquo;</span></li><li class="wd_page_link wd_page_active"><span aria-current="page" aria-label="Current page 1">1</span></li><li class="wd_page_link wd_page_mid2"><a aria-label="Show page 2" href="https://newsroom.apac.paypal-corp.com/stories-product?o=10">2</a></li><li class="wd_page_link wd_page_mid2"><a aria-label="Show page 3" href="https://newsroom.apac.paypal-corp.com/stories-product?o=20">3</a></li><li class="wd_page_link wd_page_mid2"><a aria-label="Show page 4" href="https://newsroom.apac.paypal-corp.com/stories-product?o=30">4</a></li><li class="wd_page_link wd_page_mid2"><a aria-label="Show page 5" href="https://newsroom.apac.paypal-corp.com/stories-product?o=40">5</a></li><li class="wd_page_link wd_page_mid2"><a aria-label="Show page 6" href="https://newsroom.apac.paypal-corp.com/stories-product?o=50">6</a></li><li class="wd_page_link wd_page_next"><a aria-label="Show next page" href="https://newsroom.apac.paypal-corp.com/stories-product?o=10">&raquo;</a></li></ul></nav></div> </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 2025 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="NTAyMmE2MmM0NjUzNjJkY2UyMGM5Y2QwYjNiNDE2NDJkY2FhYzkwNQ=="> 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:'917b49b6cd65fd3e',t:'MTc0MDUyNDE4MC4wMDAwMDA='};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>

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