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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></script> <style type="text/css" wd_script_id="search_form_style" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> .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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></script> <script type="text/javascript" src="js/webdriver.js" wd_script_id="webdriver.js" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></script> <script type="text/javascript" wd_script_id="search_form_script" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> .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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> .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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></script> <script type="text/javascript" src="js/wd_wai_datepicker.js" wd_script_id="wd_wai_datepicker.js" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></script> <script type="text/javascript" src="js/wd_wai_datepicker_day.js" wd_script_id="wd_wai_datepicker_day.js" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA==">.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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> ul.wd_layout-simple { padding: 0; margin: 10px 0; list-style: none; } </style> <script type="text/javascript" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA==">webDriver.push_jQuery();</script> <script type="text/javascript" src="js/jquery-ui.js" wd_script_id="jquery-ui.js" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></script> <script type="text/javascript" src="js/wd_resize.js" wd_script_id="wd_resize.js" nonce="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="></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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> (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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> .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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA==">.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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA==">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-culture" /> <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-culture" /> <!-- end spin_special_output(head_end) --> </head> <body class="wd_pageid_34137 wd_is_category wd_category_15"> <!-- 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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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="16" wd_url="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">- Belonging</option> <option value="15" selected 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 > 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="16" wd_url="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">- Belonging</option> <option value="15" selected 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" /> <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/paypal-student-enablement-program-in-partnership-with-ict-academy"><img src="/image/ICT+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-diversity-inclusion-equity-and-belonging">Belonging</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/paypal-student-enablement-program-in-partnership-with-ict-academy">PayPal and ICT Academy: Bridging theory and reality</a></div> <div class="wd_summary"><p>As groundbreaking trends redefine the future of work, a critical imperative emerges – connecting classroom lessons with the practical applications of the real world.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/paypal-student-enablement-program-in-partnership-with-ict-academy" aria-label="Read more about PayPal and ICT Academy: Bridging theory and reality">Read more</a></div> <div class="wd_date">Feb 7, 2024</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/fostering-early-exposure-to-financial-literacy"><img src="/image/01.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-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/fostering-early-exposure-to-financial-literacy">From Learning to Earning: The Power of Financial Literacy</a></div> <div class="wd_summary"><p>Only one in three adults in Asia-Pacific is financially literate. In an era marked by complex economic systems and ever-evolving financial landscapes, the importance of financial literacy cannot be overstated.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/fostering-early-exposure-to-financial-literacy" aria-label="Read more about From Learning to Earning: The Power of Financial Literacy">Read more</a></div> <div class="wd_date">Oct 6, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/paypal-recruitment-initiatives"><img src="/image/Thumbnail+1_EOC.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-people">People</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">Belonging</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/paypal-recruitment-initiatives">Getting a Head Start</a></div> <div class="wd_summary"><p>Lakshmipriya Baskar was in her final year at university when she was first introduced to PayPal. An employee-focused culture and the ability to make an impact on the community encouraged her to apply for a software engineer internship with the values-driven company.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/paypal-recruitment-initiatives" aria-label="Read more about Getting a Head Start">Read more</a></div> <div class="wd_date">Jul 26, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/celebrating-small-business-month-in-singapore"><img src="/image/article+3.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-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/celebrating-small-business-month-in-singapore">PayPal Employees Celebrate Small Business Month in Singapore </a></div> <div class="wd_summary"><p>In celebration of PayPal’s Small Business Month in May, the Singapore Community Impact team held its inaugural Small Business Marketplace at PayPal’s Suntec office.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/celebrating-small-business-month-in-singapore" aria-label="Read more about PayPal Employees Celebrate Small Business Month in Singapore ">Read more</a></div> <div class="wd_date">Jun 19, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/top-tech-hiring-trends-in-2023"><img src="/image/TJ+Thumbnai+1.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-people">People</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">Belonging</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/top-tech-hiring-trends-in-2023">VP & Head HR of PayPal India reveals top tech hiring trends of 2023</a></div> <div class="wd_summary"><p>The competition for today’s top talent requires some innovative thinking, particularly in any industry involving technology.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/top-tech-hiring-trends-in-2023" aria-label="Read more about VP & Head HR of PayPal India reveals top tech hiring trends of 2023">Read more</a></div> <div class="wd_date">Apr 27, 2023</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/PayPal-Empowering-Indian-businesses-to-grow-globally"><img src="/image/Your+story_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-innovation">Innovation</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-culture">Culture</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/PayPal-Empowering-Indian-businesses-to-grow-globally">PayPal: Empowering Indian businesses to grow globally</a></div> <div class="wd_summary"><p>In an interview with Shradha Sharma, Founder of YourStory, Chandni Nihalani spoke about PayPal’s legacy in India and how it has been serving local customers with a suite of options and solutions...</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/PayPal-Empowering-Indian-businesses-to-grow-globally" aria-label="Read more about PayPal: Empowering Indian businesses to grow globally">Read more</a></div> <div class="wd_date">Nov 30, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/celebrating-15-years-of-the-singapore-development-centre"><img src="/image/SDC+Thumbnail+2.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-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/celebrating-15-years-of-the-singapore-development-centre">Here For the Long Run: Celebrating 15 years of the Singapore Development Centre </a></div> <div class="wd_summary"><p>This year, PayPal’s Singapore Development Centre (SDC) celebrates 15 years of powering global payments, driving innovation, and fortifying our defences against evolving threats.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/celebrating-15-years-of-the-singapore-development-centre" aria-label="Read more about Here For the Long Run: Celebrating 15 years of the Singapore Development Centre ">Read more</a></div> <div class="wd_date">Nov 1, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/Leaders-need-to-be-vulnerable-shed-super-human-image-PayPal-Indias-Jayanthi-Vaidyanathan"><img src="/image/5.7.22+TN.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-people">People</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/Leaders-need-to-be-vulnerable-shed-super-human-image-PayPal-Indias-Jayanthi-Vaidyanathan">Leaders need to be vulnerable & shed ‘super-human’ image: PayPal India’s Jayanthi Vaidyanathan </a></div> <div class="wd_summary"><p>Along with the changing structure of workplaces during the two years long crisis, came the transformation in work culture too.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/Leaders-need-to-be-vulnerable-shed-super-human-image-PayPal-Indias-Jayanthi-Vaidyanathan" aria-label="Read more about Leaders need to be vulnerable & shed ‘super-human’ image: PayPal India’s Jayanthi Vaidyanathan ">Read more</a></div> <div class="wd_date">Jul 5, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/stories?item=50"><img src="/image/Celebrating+Diversity+in+the+Workplace.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-people">People</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">Belonging</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/stories?item=50">Celebrating Diversity in the Workplace</a></div> <div class="wd_summary"><p>Women have made major strides in achieving economic equity over the last several decades. PayPal recognizes the importance of enabling women’s financial inclusion.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/stories?item=50" aria-label="Read more about Celebrating Diversity in the Workplace">Read more</a></div> <div class="wd_date">Apr 20, 2022</div> </div></li><li class="wd_item"><div class="wd_thumbnail"><a href="https://newsroom.apac.paypal-corp.com/Inspiring-Tomorrows-Talent"><img src="/image/Thumbnail+Image+325.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-people">People</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-diversity-inclusion-equity-and-belonging">Belonging</a></li><li class="wd_category_link"><a href="https://newsroom.apac.paypal-corp.com/stories-culture">Culture</a></li></ul> <div class="wd_title"><a href="https://newsroom.apac.paypal-corp.com/Inspiring-Tomorrows-Talent">Inspiring Tomorrow’s Talent</a></div> <div class="wd_summary"><p>Read about how Michelle Chui, Head of Government Relations for Hong Kong, South Korea and Taiwan, is using her experience to inspire the next generation of talent.</p></div> </div> <div class="wd_item_additional-details"> <div class="wd_read-more"><a href="https://newsroom.apac.paypal-corp.com/Inspiring-Tomorrows-Talent" aria-label="Read more about Inspiring Tomorrow’s Talent">Read more</a></div> <div class="wd_date">Mar 29, 2022</div> </div></li></ul> <div class="wd_page_menu"><div class="wd_page_limit">Show <span role="menu" wd_linkmenu_header="{"title":"Select number of items per page"}" class="wd_linkmenu"><a href="https://newsroom.apac.paypal-corp.com/stories-culture?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-culture?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-culture?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-culture?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-culture?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>«</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-culture?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-culture?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-culture?o=30">4</a></li><li class="wd_page_link wd_page_next"><a aria-label="Show next page" href="https://newsroom.apac.paypal-corp.com/stories-culture?o=10">»</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="ZTQ2M2NmNGZkNzM3ZjBkYjlkZjk4MjU5ZTlhYTViODUxM2UwZmZmZA=="> 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:'91798a26dfcef44c',t:'MTc0MDUwNTg0OC4wMDAwMDA='};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>