www.pitneybowes.us Open in urlscan Pro
104.79.25.231  Public Scan

Submitted URL: https://click.transactions.pitneybowes.com/?qs=e8c4081312536004b83fc4d5add9c8b3aa882a3bbd4f0d4f129fde28519cb2d828fdc45dfbe400e40eb22451034e...
Effective URL: https://www.pitneybowes.us/signin/logon.go?request_locale=en_US
Submission: On April 14 via manual from US — Scanned from DE

Form analysis 7 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" target="_blank">
  <p id="track-form-title" class="text-large text-center track-title-text">Track Your Package</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="Enter tracking number" 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">Track</button>
  </div>
</form>

Name: baynote-search-miniPOST https://www.pitneybowes.com/us/search-results.html

<form action="https://www.pitneybowes.com/us/search-results.html" 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>

https://trackpb.shipment.co/track

<form id="form_sm_mob" action="https://trackpb.shipment.co/track" ng-if="true" class="mini-menu__form mini-menu__form--track form dropdown-width track-mob-form ng-pristine ng-valid" aria-label="Track Your Package" target="_blank">
  <div class="form-row form-row--no-top-margin">
    <div class="max-width-track-package">
      <input name="number" aria-label="Enter tracking number" class="form-control track-input-box max-width-track-package" placeholder="Enter tracking number" autocapitalize="off" autocomplete="off" spellcheck="false" required="" alt="">
    </div>
  </div>
  <div class="spacer-top-sm">
    <button class="input-control btn badge track-button" id="trackingSubmitBtn_mob" type="submit">Track</button>
  </div>
</form>

https://trackpb.shipment.co/track

<form id="form_xs_mob" action="https://trackpb.shipment.co/track" ng-if="true" class="mini-menu__form mini-menu__form--track form full-width-track-package track-mob-form ng-pristine ng-invalid ng-invalid-required" aria-label="Track Your Package"
  target="_blank">
  <div class="form-row form-row--no-top-margin">
    <div>
      <input name="number" aria-label="Enter tracking number" class="form-control track-input-box  ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Enter tracking number" ng-model="trackingNum_mob" autocapitalize="off"
        autocomplete="off" spellcheck="false" required="" alt="" id="track-miniform-numberfullW-mob">
    </div>
  </div>
  <div class="spacer-top-sm">
    <button class="input-control btn badge track-button" id="trackingSubmitBtnFull_mob" type="submit">Track</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="15636">
    <input type="hidden" name="catalogId" value="13475">
    <input type="hidden" name="langId" value="-1">
    <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/us/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. Track Your Package
    
 3. Select Region

Track Your Package


Track
    
    
 1. Ship & Mail
    
 2. Financial Services
    
 3. Resources
    

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

 * Sign In
   
 * Support
   
 * 
   
 * United States
   
   Track
   

Track
Shipping & Mailing
   
 * Shipping Software
   
 * Shipping Label Printer
   
 * Postage Meters
   
 * Mail Accounting & Expense Management
   

Ecommerce & Retail Solutions
   
 * Order Fulfillment
   
 * Delivery Services
   
 * Returns
   
 * Cross-border Ecommerce
   

Tracking & Package Distribution
   
 * Parcel Locker
   
 * Package Tracking Solutions
   
 * Consumer Connect
   

Mailing Services
   
 * First Class Mail
   
 * Marketing Mail / Direct Mail
   
 * Bound Printed Matter
   

Mailing Equipment & Software
   
 * Mailing Software
   
 * Addressing Equipment & Printers
   
 * Letter Openers & Folders
   
 * Folder Inserters
   
 * Shredders
   

Carriers
   
 * USPS
   
 * UPS
   
 * FedEx
   

Pitney Bowes Bank
   
 * Business Lending
   
 * Payment Solutions
   
 * Deposits
   

Insights
   
 * About the Pitney Bowes Bank
   

Postal Resources
   
 * Postal Rate Change
   
 * Postal Information
   

Support
   
 * Postage Meters Support
   
 * Account Support
   
 * Mailing Equipment Support
   
 * Connectivity Support
   

Communications
   
 * Blog
   
 * News
   
 * Events
   

Shop



SIGN IN


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

Not a registered user?   Preview what you will need for registration. Register
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

ABOUT PITNEY BOWES

Our CompanyNewsroomContact UsTrack Your PackageInvestor RelationsCorporate
ResponsibilityCareersSupplier InformationBlog

SHOP

Ink & Supplies by MeterMailing SuppliesOrder HistoryReturns

YOUR ACCOUNT

View & Pay BillsView Order HistoryValueMAXYour Account SupportRewardsSign in to
your account

PRODUCT SUPPORT

Postal Rate ChangeEnvelope MessagingProduct SupportConnectivity Support

PARTNER PROGRAM

Partner LocatorShipping API Program

SERVICES

Technical ServicesProfessional ServicesService Innovation

FOLLOW US

Follow us on FacebookFollow us on LinkedInFollow us on TwitterSubscribe to our
YouTube channelFollow us on Instagram
©1996-2023 Pitney Bowes Inc. All rights reserved.
LegalPrivacyCookie Policy 
Pitney Bowes Ireland Ltd. Cedarhurst Building, Arkle Road, Sandyford, Dublin 18,
D18 X6N2
Pitney Bowes Limited. Business Address: Langlands House, 130 Sandringham Avenue,
Harlow, CM19 5QA, United Kingdom. Registered in England No: 182037.
Authorised and Regulated by the Financial Conduct Authority.



KEYBOARD SHORTCUTS:

?Show / hide this help menu

×








Choose “Accept All Cookies” if you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and help us personalize
your experience.

Accept All Cookies

Change Cookies Settings


PITNEY BOWES PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎
Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Reject All Confirm My Choices