paid.com Open in urlscan Pro
35.221.18.5  Public Scan

Submitted URL: http://paidcart.com/
Effective URL: https://paid.com/old/cart/
Submission: On July 29 via manual from NZ — Scanned from DE

Form analysis 5 forms found in the DOM

POST

<form id="formSubscribe" method="post">
  <input type="email" name="email" class="_input input-get-started" placeholder="Enter your email address" required="">
  <button type="submit" class="_btn-submit">Get Started</button>
</form>

POST

<form id="formSubscribe" method="post">
  <div class="d-flex form-get-started">
    <div class="w-100"><input type="email" class="form-control input-get-started" placeholder="Enter your email address..." required=""></div>
    <div class="flex-shrink-1"><button type="submit" class="btn-get-started text-nowrap">Sign Up</button></div>
  </div>
</form>

<form id="loginForm" onsubmit="event.preventDefault(); login();">
  <div class="bg-white">
    <div class="form-row">
      <div class="form-group col-12 mb-0">
        <h4 class="text-green"><strong>Log In</strong></h4>
        <p>Continue getting Paid</p>
        <div class="alert alert-danger" role="alert" style="display: none;">
          <button type="button" class="close" onclick="jQuery('.paid-modal-content .alert.alert-danger').hide()"><span aria-hidden="true">×</span></button>
          <h6 class="alert-heading">Error</h6>
          <div class="res-error"></div>
        </div>
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-12">
        <input name="email" type="email" class="paid-input form-control " id="email" placeholder="Email*" autocomplete="off" onfocus="onFocus(this)" onkeyup="updateLoginForm()" onblur="updateLoginForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
      <div class="form-group col-12">
        <input name="password" type="password" class="password paid-input form-control " id="login_password" placeholder="Password*" autocomplete="off" onfocus="onFocus(this)" onkeyup="updateLoginForm()" onblur="updateLoginForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
    </div>
    <div class="form-row d-flex align-items-center flex-wrap-reverse form-action">
      <div class="form-group col-sm-12 col-lg-6 col-md-6">
        <a href="https://app.paid.com/forgot-password" class="link" target="_blank">Forgot Password?</a>
        <!-- <a class="link" href="#" data-dismiss="modal" data-toggle="modal" data-target="#forgotpasswordModal">Forgot Password?</a> -->
      </div>
      <div class="form-group col-sm-12 col-lg-6 col-md-6 d-flex justify-content-end">
        <button type="reset" class="modal-btn btn-line-green mr-2">Clear</button>
        <button type="submit" id="loginBtn" class="modal-btn btn-green btn-loader-fa">Log In <i class="fa fa-circle-o-notch fa-spin"></i></button>
      </div>
    </div>
  </div>
  <div class="form-row bg-gray">
    <div class="form-group col-12 col-sm-12 col-md-6 col-lg-6 m-0">
      <h4 class="mb-1 text-green">Let's <strong>get started</strong></h4>
      <p class="m-0">Sign up to start getting Paid</p>
    </div>
    <div class="form-group col-12 col-sm-12 col-md-6 col-lg-6 d-flex justify-content-end align-items-center">
      <div class="float-right">
        <button class="modal-btn btn-line-green" data-dismiss="modal" data-toggle="modal" data-target="#signupModal">Sign Up </button>
      </div>
    </div>
  </div>
</form>

<form id="registrationForm" onsubmit="event.preventDefault(); register();">
  <div class="bg-white">
    <div class="form-row">
      <div class="form-group col-12 mb-0">
        <h4 class="text-green">Let's <strong>get started</strong></h4>
        <p>Sign up to start getting Paid</p>
        <div class="alert alert-danger" role="alert" style="display: none;">
          <button type="button" class="close" onclick="jQuery('.paid-modal-content .alert.alert-danger').hide()"><span aria-hidden="true">×</span></button>
          <h6 class="alert-heading">Error</h6>
          <div class="res-error"></div>
        </div>
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-6">
        <input name="first_name" type="text" class="paid-input form-control " id="first_name" placeholder="First Name*" autocomplete="off" onfocus="onFocus(this)" onkeyup="updateRegForm()" onblur="updateRegForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
      <div class="form-group col-6">
        <input name="last_name" type="text" class="paid-input form-control " id="last_name" placeholder="Last Name*" autocomplete="off" onfocus="onFocus(this)" onkeyup="updateRegForm()" onblur="updateRegForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
      <div class="form-group col-12">
        <input name="phone" type="text" class="paid-input form-control " id="phone" placeholder="Phone Number*" autocomplete="off" onfocus="onFocus(this)" onkeyup="updateRegForm()" onblur="updateRegForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
      <div class="form-group col-12">
        <input class="paid-input form-control" id="reg_email" name="email" placeholder="Email*" autocomplete="off" onfocus="onFocus(this)" onkeyup="updateRegForm()" onblur="updateRegForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
      <div class="form-group col-6">
        <input type="password" name="password" class="paid-input form-control " id="reg_password" placeholder="Password*" autocomplete="off" onkeyup="updateRegForm()" onfocus="onFocus(this)" onblur="updateRegForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
      <div class="form-group col-6">
        <input type="password" name="cpassword" class="paid-input form-control " id="confirm-password" placeholder="Confirm Password*" autocomplete="off" onfocus="onFocus(this)" onkeyup="updateRegForm()" onblur="updateRegForm()">
        <div class="_paid-error error">
          <ul class="pl-3 my-1 mb-0">
          </ul>
        </div>
      </div>
      <div class="form-group col-12">By signing up for a Paid account, you agree to the <a href="https://paid.com/terms-of-service/">Terms of Service &amp; Privacy Policy.</a></div>
    </div>
    <div class="form-row d-flex align-items-center flex-wrap-reverse form-action">
      <div class="form-group col-sm-12 col-lg-6 col-md-6"> Already signed up? <a class="link text-underline" href="#" data-dismiss="modal" data-toggle="modal" data-target="#loginModal">Log In</a>
      </div>
      <div class="form-group col-sm-12 col-lg-6 col-md-6 d-flex justify-content-end">
        <button type="reset" class="modal-btn btn-line-green mr-2">Clear</button>
        <button type="submit" id="registerBtn" class="modal-btn btn-green btn-loader-fa">Sign Up<i class="fa fa-circle-o-notch fa-spin"></i></button>
      </div>
    </div>
  </div>
  <!-- <div class="form-row bg-gray">
                <div class="form-group col-12 col-sm-12 col-md-12 col-lg-5 m-0 text-center text-lg-left  d-flex align-items-center  justify-content-center justify-content-lg-start ">
                  <p class="m-0">Already have a ShipTime® account?</p>
                </div>
                <div class="form-group col-12 col-sm-12 col-md-12 col-lg-7 d-flex justify-content-center justify-content-lg-end align-items-center">
                  <div class="float-right d-flex align-items-center">
                  <img src="https://paid.com/old/wp-content/themes/paid-inc/images/shiptime-logo.svg" alt="ShipTime®" style=" height: 32px; width: 105px;"> <strong
                      class="mx-2">+</strong>
                    <button class="modal-btn btn-line-green text-nowrap">Link Account</button>
                  </div>
                </div>
              </div> -->
</form>

<form>
  <div class="bg-white">
    <div class="form-row">
      <div class="form-group col-12 mb-0">
        <h4 class="text-green">Link your <strong><img src="https://paid.com/old/wp-content/themes/paid-inc/images/shiptime-logo.svg" alt="ShipTime®" style="height: 35px; width: 115px;"> account</strong></h4>
        <p>Log In with your ShipTime® account and Link it to your new Paid.com Portal</p>
        <div class="alert alert-danger" role="alert" style="display: none;">
          <button type="button" class="close" onclick="jQuery('.paid-modal-content .alert.alert-danger').hide()"><span aria-hidden="true">×</span></button>
          <h6 class="alert-heading">Error</h6>
          <div class="res-error"></div>
        </div>
      </div>
    </div>
    <div class="form-row">
      <div class="form-group col-12">
        <input name="email" type="email" class="paid-input form-control " id="shiptime_email" placeholder="Email*" autocomplete="off" value="">
        <div class="_paid-error error">
        </div>
      </div>
      <div class="form-group col-12">
        <input name="password" type="password" class="password paid-input form-control " id="password" placeholder="Password*" autocomplete="off" value="">
        <div class="_paid-error error">
        </div>
      </div>
    </div>
    <div class="form-row d-flex align-items-center flex-wrap-reverse form-action">
      <div class="form-group col-sm-12 col-lg-6 col-md-6">
        <a href="https://app.paid.com/forgot-password" class="link" target="_blank">Forgot Password?</a>
        <!-- <a class="link" href="#" data-dismiss="modal" data-toggle="modal" data-target="#forgotpasswordModal">Forgot Password?</a> -->
      </div>
      <div class="form-group col-sm-12 col-lg-6 col-md-6 d-flex justify-content-end">
        <button type="reset" class="modal-btn btn-line-green mr-2">Clear</button>
        <button type="submit" id="linkBtn" class="modal-btn btn-green btn-loader-fa">Link Account<i class="fa fa-circle-o-notch fa-spin"></i></button>
      </div>
    </div>
  </div>
  <div class="form-row bg-gray">
    <div class="form-group col-12 col-sm-12 col-md-6 col-lg-6 m-0">
      <h4 class="mb-1 text-green">Let's get started</h4>
      <p class="m-0">Sign up to start getting Paid</p>
    </div>
    <div class="form-group col-12 col-sm-12 col-md-6 col-lg-6 d-flex justify-content-end align-items-center">
      <div class="float-right">
        <button class="modal-btn btn-line-green" data-dismiss="modal" data-toggle="modal" data-target="#signupModal">Sign Up</button>
      </div>
    </div>
  </div>
</form>

Text Content

 * Products
   * Full Business Services
     Web
     Get started with a modern template crafted by professional designers. Then
     customize it as much or as little as you’d like.
     Cart
     e-Commerce store made to help get you Paid and save money. Integrated Real
     Time Shipping Rates and Label Printing.
     Payments
     Accept online payments at the lowest rate. Instant Merchant Approval. Send
     invoices and recurring payments.
     Shipping
     Shopping Cart, Integrated Real Time Shipping Rates and Label Printing.
     Log In
 * Support
 * Latest News
 * Partner
 * Contact Us

 * En

Cart

 * Log In
 * Sign Up

Menu
 * Products
   * Full Business Services
     Web
     Get started with a modern template crafted by professional designers. Then
     customize it as much or as little as you’d like.
     Cart
     e-Commerce store made to help get you Paid and save money. Integrated Real
     Time Shipping Rates and Label Printing.
     Payments
     Accept online payments at the lowest rate. Instant Merchant Approval. Send
     invoices and recurring payments.
     Shipping
     Shopping Cart, Integrated Real Time Shipping Rates and Label Printing.
     Log In
 * Support
 * Latest News
 * Partner
 * Contact Us

 * Blog
 * About Us
 * Careers
 * Investors
 * Contact Us

 * Log In
 * Sign Up







MAKE A GREAT FIRST IMPRESSION

BUILDING AN ONLINE STORE CAN SEEM LIKE A DAUNTING TASK. PAIDCART TAKES AWAY THE
NEED FOR CODING OR PLUGINS ALLOWING YOU TO GET UP AND RUNNING IN MINUTES.


Get Started



CREATE CONFIDENTLY WITH
DESIGNER-MADE TEMPLATES.

Get started with a modern template crafted by professional designers. Then
customize it as much or as little as you’d like.


BUILD THE ULTIMATE ONLINE
SHOPPING EXPERIENCE

Our PaidCart has you covered. Create a sleek-looking online store, track
inventory in one place includes integrated shipping and low-cost payment
processing. Offering a premier platform and one-stop-shop is ideal (no
third-party plugins). Whether you sell products, services or digital content,
PaidCart has everything you need to successfully sell online.




BUSINESS
DATA ANALYSIS

 * Fully customize your online store
 * Add new sales channels in seconds
 * Manage unlimited products and inventory
 * Fulfill orders in a single step


RESPONSIVE
DESIGN

Your customers aren’t limited to one device, so neither should your online
store. With PaidCart, your store looks great on smartphones, tablets, laptops
and desktops.

Start selling online



HERE'S WHAT OUR CUSTOMERS HAVE BEEN
SAYING ABOUT US

Previous
Paid has helped my business take off. My first time creating an online store
couldn’t be easier. I didn’t have to go to three different companies to take
care of my needs.
Third Review Third Review
I’ve tried Shopify and WooCommerce; with both of those platforms I had to
subscribe to various vendors and pay outrageous amounts just to get up and
running. Thank you Paid for providing the solution!!
Second Review Founder, Mindzai Toys
We were opening up a new e-commerce business and we were looking for a company
to process our credit card payments. We did some research and came across Paid,
Inc. We chose Paid so we could be up and running quickly.  Our entire process
from our application to processing has been seamless.  Their customer service is
friendly and very helpful.
Up and running seamlessly Ciara Wilson, Mommy Cusses Apparel
Paid has helped my business take off. My first time creating an online store
couldn’t be easier. I didn’t have to go to three different companies to take
care of my needs.
Third Review Third Review
I’ve tried Shopify and WooCommerce; with both of those platforms I had to
subscribe to various vendors and pay outrageous amounts just to get up and
running. Thank you Paid for providing the solution!!
Second Review Founder, Mindzai Toys
We were opening up a new e-commerce business and we were looking for a company
to process our credit card payments. We did some research and came across Paid,
Inc. We chose Paid so we could be up and running quickly.  Our entire process
from our application to processing has been seamless.  Their customer service is
friendly and very helpful.
Up and running seamlessly Ciara Wilson, Mommy Cusses Apparel
Paid has helped my business take off. My first time creating an online store
couldn’t be easier. I didn’t have to go to three different companies to take
care of my needs.
Third Review Third Review
I’ve tried Shopify and WooCommerce; with both of those platforms I had to
subscribe to various vendors and pay outrageous amounts just to get up and
running. Thank you Paid for providing the solution!!
Second Review Founder, Mindzai Toys
Next





PUT THE POWER OF PAID TO WORK FOR YOUR BUSINESS TODAY.

Sign Up
 * Cart
 * Shipping
 * Payments
 * Web

 * Home
 * About Us
 * Developers
 * Support
 * Careers

 * Canadian Head Office
   700 Dorval Drive Suite 302,
   Oakville Ontario L6K3V3

 * U.S. Head Office
   225 Cedar Hill Street Suite 200,
   Marlboro MA 01752

 * 1-844-399-PAID (7243)
 * support@paid.com







Copyright © 2020 Paid Inc. All Rights Reserved. | Terms of Service & Privacy
Policy


LOG IN

Continue getting Paid

×

ERROR



Forgot Password?
Clear Log In

LET'S GET STARTED

Sign up to start getting Paid

Sign Up

GET PAID WITH PAID INC

LET'S GET STARTED

Sign up to start getting Paid

×

ERROR


By signing up for a Paid account, you agree to the Terms of Service & Privacy
Policy.
Already signed up? Log In
Clear Sign Up

GET PAID WITH PAID INC

LINK YOUR ACCOUNT

Log In with your ShipTime® account and Link it to your new Paid.com Portal

×

ERROR



Forgot Password?
Clear Link Account

LET'S GET STARTED

Sign up to start getting Paid

Sign Up

GET PAID WITH PAID INC

PAID.COM






Log In Contact Us