www.pitneybowes.co.uk Open in urlscan Pro
104.92.111.59  Public Scan

Submitted URL: http://www.pitneybowes.co.uk/signin
Effective URL: https://www.pitneybowes.co.uk/signin/logon.go?request_locale=en_UK
Submission: On February 22 via manual from IN — Scanned from DE

Form analysis 5 forms found in the DOM

https://trackpb.shipment.co/track

<form id="trackingForm" action="https://trackpb.shipment.co/track" aria-describedby="track-form-title" class="ancillary-nav__drop-menu__form form track-form ng-pristine ng-invalid ng-invalid-required">
  <p id="track-form-title" class="text-large text-center track-title-text"></p>
  <div>
    <input name="number" id="track-form-number" aria-label="Enter tracking number" class="form-control track-input-box ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="" ng-model="trackingNum" autocapitalize="off"
      autocomplete="off" spellcheck="false" required="" alt="">
  </div>
  <div class="form-control track-button-div">
    <button class="btn badge track-button" id="trackingSubmitBtn" type="submit"></button>
  </div>
</form>

Name: baynote-search-miniPOST https://www.pitneybowes.com/uk/search-results.html?_its=JTdCJTIydmlkJTIyJTNBJTIyNzEzNGZjYzEtMjdlOS00NWYxLWJmNjEtYzI5NmI3NmZjNDUyJTIyJTJDJTIyc3RhdGUlMjIlM0ElMjJybHR%2BMTY0NTUzMjA4MH5sYW5kfjJfNjEyNTBfZGlyZWN0XzA5YmM0ZWZiYmE3MjU2NzYxYTA2Njg4ZjA4MWQ1NjM5JTIyJTJDJTIyc2l0ZUlkJTIyJTNBMjExODAlN0Q%3D

<form
  action="https://www.pitneybowes.com/uk/search-results.html?_its=JTdCJTIydmlkJTIyJTNBJTIyNzEzNGZjYzEtMjdlOS00NWYxLWJmNjEtYzI5NmI3NmZjNDUyJTIyJTJDJTIyc3RhdGUlMjIlM0ElMjJybHR%2BMTY0NTUzMjA4MH5sYW5kfjJfNjEyNTBfZGlyZWN0XzA5YmM0ZWZiYmE3MjU2NzYxYTA2Njg4ZjA4MWQ1NjM5JTIyJTJDJTIyc2l0ZUlkJTIyJTNBMjExODAlN0Q%3D"
  method="post" name="baynote-search-mini" class="mini-menu__form ng-pristine ng-valid">
  <div class="input-group">
    <input type="search" class="mini-menu__form__input" name="q" placeholder="Search pitneybowes.com">
    <button class="mini-menu__form__button"><svg>
        <use xlink:href="/suppliesui/pbui/images/SVG/header-sprite.svg#svg_search-menu"></use>
      </svg></button>
  </div>
</form>

Name: baynote-search-store /shop/PBSearchDisplay

<form action="/shop/PBSearchDisplay" name="baynote-search-store" class="mega-menu__form show-mobile-only ng-pristine ng-valid">
  <div class="input-group">
    <input type="search" class=" mega-menu__form__input" name="searchKey" placeholder="Search the Store">
    <input type="hidden" name="storeId" value="15638">
    <input type="hidden" name="catalogId" value="13477">
    <input type="hidden" name="langId" value="-11">
    <button class="mega-menu__form__button"><svg>
        <use xlink:href="/suppliesui/pbui/images/SVG/header-sprite.svg#svg_search-menu"></use>
      </svg></button>
  </div>
</form>

Name: baynote-search-mega

<form name="baynote-search-mega" class="mega-menu__form ng-pristine ng-valid">
  <input type="hidden" name="searchURL" ng-model="searchURL" ng-init="searchURL = 'https://www.pitneybowes.com/uk/search-results.html'" class="ng-pristine ng-untouched ng-valid">
  <div class="input-group">
    <input type="search" class="mega-menu__form__input ng-pristine ng-untouched ng-valid" name="q" placeholder="Search pitneybowes.com" ng-model="searchText" data-default-val="Search" ng-enter="buildSearchURL(searchText)">
    <button class="mega-menu__form__button" type="submit" ng-click="buildSearchURL(searchText)"><svg>
        <use xlink:href="/suppliesui/pbui/images/SVG/header-sprite.svg#svg_search-menu"></use>
      </svg></button>
  </div>
</form>

Name: formPOST

<form role="form" class="col-xs-12 col-sm-6 col-sm-offset-3 ng-pristine ng-invalid ng-invalid-required" name="form" id="form" method="post">
  <input type="hidden" name="rememberMe" id="rememberMe" value="false">
  <div class="form-group required">
    <label for="login">Email or Username</label>
    <input type="text" name="username" required="" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-model="user.username" ng-class="{ 'error' : form.username.$invalid &amp;&amp; form.username.$touched }" id="username"
      tabindex="1">
    <!-- ngIf: form.$submitted || form.username.$touched -->
  </div>
  <div class="form-group required ">
    <label for="login">Password</label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" id="password" name="password" ng-model="user.password" required=""
      ng-class="{ 'error' : form.password.$invalid &amp;&amp; form.password.$touched || user.status == 'failed'}" tabindex="2" autocorrect="off" spellcheck="false" autocomplete="new-password">
    <!-- ngIf: user.status == 'failed' -->
    <!-- ngIf: form.$submitted || form.password.$touched -->
  </div>
  <div class="checkbox spacer-bottom-md col-sm-6 col-xs-6 col-md-6">
    <input type="checkbox" id="remember-me" ng-model="user.rememberMe" class="ng-pristine ng-untouched ng-valid">
    <label for="remember-me">
      <i></i><span class="checkbox-custom" tabindex="4"></span>
      <span>Remember me</span>
    </label>
  </div>
  <div class="col-sm-6 col-xs-6 col-md-6">
    <a ui-sref="account.forgotpassword" class="pull-right" href="#/account/forgot-password">Forgot your password?</a>
  </div>
  <div class="submit-button-login">
    <button type="button" id="enforcement-trigger" ng-disabled="(form.$invalid || (user.username.length==0 || user.password.length==0)) || form.$submitted"
      ng-class="{ 'gray':((form.$invalid || (user.username.length==0 || user.password.length==0))||form.$submitted),'login-btn-alignment':(false)}" class="rounded-button primary login-button gray" tabindex="3" disabled="disabled"> Sign in </button>
    <button type="button" id="enforcement-trigger1" ng-click="logon()" ng-disabled="form.$invalid || form.$submitted" style="display: none" disabled="disabled"> Sign in </button>
  </div>
</form>

Text Content

    
 1. Support
    
 2. Select Region


    
    
 1. Mail & Ship
    
 2. Business Automation
    
 3. Resources
    

 1. Shop
 2. Buy Supplies
 3. Sign In
 4. 
 5. 

 * Sign In
   
 * Support
   
 * UK
   

Mail & Ship
   
 * Franking Machines
   
 * Online Postage
   
 * Print & Mail Services
   

Mailroom Equipment
   
 * Folder Inserters
   
 * Letter Openers
   
 * Office Printers
   
 * Envelope Printers
   
 * Document Scanners
   
 * Security Equipment & Scanners
   

Parcel Management
   
 * Parcel Locker
   
 * Parcel Tracking Solutions
   

Ecommerce & Retail Solutions
   
 * Cross Border Logistics
   
 * Global Inbound to US
   

Process Automation
   
 * Hybrid Mail
   
 * Inbound Document ® Data Workflow
   
 * e-invoicing
   
 * Visitor Management System
   
 * Workspace Management
   

Postal Resources
   
 * Rate Change
   
 * Envelope Messages ® Return Address
   

Support
   
 * Franking Machine Support
   
 * Account Support
   
 * Mailroom Equipment Support
   
 * Connectivity Support
   
 * Shipping ® Mailing Solutions Support
   

Communications
   
 * Content Hub
   

Shop



SIGN IN TO YOUR ACCOUNT.


Email or Username
Password
Remember me
Forgot your password?
Sign in Sign in

Not a registered user?   ???label.guest.account.preview.text.registration???
???label.guest.account.preview.text??? Sign up now


TOUR THE ENHANCED PITNEY BOWES ACCOUNT EXPERIENCE. START USING YOUR ACCOUNT NOW.

 * View account activity
 * Analyze spend & usage
 * Monitor product activity
 * Find support & report issues

Sign Up


TAKE A TOUR CLOSE TOUR


VIEW FINANCIAL OVERVIEW AND RECENT ORDERS.

You can get a timely snapshot of current balances and open invoices that require
your attention. You can also view recent orders and easily order supplies.


ANALYZE USAGE TRENDS.

You can get a helpful breakdown of your annual spend as well as tips to help you
get the most out of your Pitney Bowes products.


MONITOR YOUR PITNEY BOWES PRODUCTS.

You can view an activity snapshot of each of your products, get alerts to
upgrade software and order supplies easily when you run out.


GET SUPPORT DIRECTLY FROM YOUR ACCOUNT.

You can find help for your Pitney Bowes account, ask a question to troubleshoot
common issues or open a case to solve specific problems.

previous next
Sign Up Now


COOKIE CONTROL


We use cookies to ensure that we give you the best experience on our website .

Some of these cookies are essential to make our site work and others help us to
improve by giving us some insights into how the site is being used. By using our
site you accept the terms of our Privacy Policy

You can switch off cookies at any time by changing your browser settings however
this may impair your browsing experience. ... read more


COOKIE CONTROL


We use cookies to ensure that we give you the best experience on our website .

Some of these cookies are essential to make our site work and others help us to
improve by giving us some insights into how the site is being used. By using our
site you accept the terms of our Privacy Policy

You can switch off cookies at any time by changing your browser settings however
this may impair your browsing experience. ... read more


ABOUT PITNEY BOWES

Our CompanyNewsroomContact UsInvestor RelationsCareers

SHOP

Ink & Supplies by MeterMeter ConnectivityProduct Price ListYour Order
HistoryPolicies & Procedures

YOUR ACCOUNT

View & Pay BillsYour Account SupportSign into Your Account

PRODUCT SUPPORT

Postal Rate ChangeEnvelope MessagingProduct SupportConnectivity SupportBusiness
Services













FOLLOW US

Follow us on FacebookFollow us on LinkedInFollow us on TwitterSubscribe to our
YouTube channel
©1996-2022 Pitney Bowes Inc. All rights reserved.
LegalPrivacy StatementModern Slavery Act

Pitney Bowes Limited
Registered Office: Building 5 Trident Place, Hatfield Business Park, Mosquito
Way, Hatfield, Hertfordshire, AL10 9UJ, United Kingdom (SAT NAV: AL10 9BW)
Registered in England No: 182037. Authorised and Regulated by the Financial
Conduct Authority.

Pitney Bowes Finance Limited
Registered Office: Building 5 Trident Place, Hatfield Business Park, Mosquito
Way, Hatfield, Hertfordshire, AL10 9UJ, United Kingdom (SAT NAV: AL10 9BW)
Registered in England No: 820730. Authorised and Regulated by the Financial
Conduct Authority.

KEYBOARD SHORTCUTS:

?Show / hide this help menu

×