www.clearme.com Open in urlscan Pro
2606:4700:4400::ac40:9432  Public Scan

Submitted URL: https://click.member.americanexpress.com/?qs=0699aa28d4a2f9c6597b933835aa9f546def1108ebbcf46fad241e78793bcb8cd99ca77e710d3fc33b75a7d801ae...
Effective URL: https://www.clearme.com/partners/amex-corporate-card?utm_source=amex&utm_medium=corpcard&utm_campaign=amexcc
Submission: On November 16 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

/search

<form action="/search" class="search-flex nav-search-flex w-form"><label for="search-3" class="hide">Search</label><input type="search" class="input search-input w-input" maxlength="256" name="query" placeholder="Search…" id="search-2"
    required=""><input type="submit" value="Search" class="search-button w-button"></form>

/search

<form action="/search" class="search-flex w-form"><label for="search-3" class="hide">Search</label><input type="search" class="input search-input tablet-search-input w-input" maxlength="256" name="query" placeholder="Search for a page…" id="search"
    required=""><input type="submit" value="Search" class="search-button w-button"></form>

Name: wf-form-Newsletter-Subscribe-SimpleGET

<form id="wf-form-Newsletter-Subscribe-Simple" name="wf-form-Newsletter-Subscribe-Simple" data-name="Newsletter Subscribe Simple" method="get" aria-label="Newsletter Subscribe Simple">
  <div>
    <div class="w-embed w-script"><!-- FORM: HEAD SECTION -->
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="referrer" content="no-referrer-when-downgrade">
      <script type="text/javascript">
        document.addEventListener("DOMContentLoaded", function() {
          const FORM_TIME_START = Math.floor((new Date).getTime() / 1000);
          let formElement = document.getElementById("tfa_0");
          if (null === formElement) {
            formElement = document.getElementById("0");
          }
          let appendJsTimerElement = function() {
            let formTimeDiff = Math.floor((new Date).getTime() / 1000) - FORM_TIME_START;
            let cumulatedTimeElement = document.getElementById("tfa_dbCumulatedTime");
            if (null !== cumulatedTimeElement) {
              let cumulatedTime = parseInt(cumulatedTimeElement.value);
              if (null !== cumulatedTime && cumulatedTime > 0) {
                formTimeDiff += cumulatedTime;
              }
            }
            let jsTimeInput = document.createElement("input");
            jsTimeInput.setAttribute("type", "hidden");
            jsTimeInput.setAttribute("value", formTimeDiff.toString());
            jsTimeInput.setAttribute("name", "tfa_dbElapsedJsTime");
            jsTimeInput.setAttribute("id", "tfa_dbElapsedJsTime");
            jsTimeInput.setAttribute("autocomplete", "off");
            if (null !== formElement) {
              formElement.appendChild(jsTimeInput);
            }
          };
          if (null !== formElement) {
            if (formElement.addEventListener) {
              formElement.addEventListener('submit', appendJsTimerElement, false);
            } else if (formElement.attachEvent) {
              formElement.attachEvent('onsubmit', appendJsTimerElement);
            }
          }
        });
      </script>
      <link href="https://clearme.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=ee2f236dc2e33b6522292c82c130e671dca513b2" rel="stylesheet" type="text/css">
      <link href="https://clearme.tfaforms.net/uploads/themes/theme-22.css" rel="stylesheet" type="text/css">
      <link href="https://clearme.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=ee2f236dc2e33b6522292c82c130e671dca513b2" rel="stylesheet" title="" type="text/css">
      <script type="text/javascript" src="https://clearme.tfaforms.net/wForms/3.11/js/wforms.js?v=ee2f236dc2e33b6522292c82c130e671dca513b2"></script>
      <script type="text/javascript">
        wFORMS.behaviors.prefill.skip = false;
      </script>
      <script type="text/javascript" src="https://clearme.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=ee2f236dc2e33b6522292c82c130e671dca513b2"></script>
      <!-- FORM: BODY SECTION -->
      <div class="wFormContainer" style="max-width: 800px; width:auto;">
        <div class="wFormHeader"></div>
        <style type="text/css"></style>
        <div class="">
          <div class="wForm" id="13-WRPR" dir="ltr">
            <div class="codesection" id="code-13">
              <style>
                /*#region form styling*/
                /*you're goging to see a lot of !important tags, they are useful to override FormAssembly styling*/
                /*Importing google font in FormAssembly*/
                @import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@600&display=swap");
                .wfContentSection>div,
                /*Dev selector*/
                form>.section.inline.group

                /*Prod selector*/
                  {
                  display: flex;
                  flex-wrap: wrap;
                  max-width: 800px;
                  justify-content: space-around;
                }

                /*Set size of inputs to max container*/
                .wForm .inputWrapper {
                  width: 100%;
                }

                /*Setting up fields styling*/
                input.required:not(.choices):not(select):not(.wfAutosuggest),
                select,
                textarea.required:not(.choices):not(select):not(.wfAutosuggest) {
                  border-radius: 4px;
                  background-color: #edf0f5 !important;
                  border: 1px solid transparent !important;
                  min-height: 50px;
                  font-size: 20px;
                  letter-spacing: 0.16px;
                  transition: color 0.3s;
                  box-shadow: 0 8px 14px 0 rgb(0 0 0 / 4%);
                  width: 100% !important;
                }

                .label {
                  display: block;
                  font-family: "Darker Grotesque", sans-serif !important;
                  font-weight: 600 !important;
                  font-size: 20px;
                  line-height: 100%;
                  margin: 0 0 11px !important;
                  letter-spacing: 1.71px;
                  color: #5a6066;
                  transition: color 0.3s;
                }

                /*Styling field wrapper*/
                .wfContentSection>div>.wfContent,
                /*Dev selector*/
                .wForm .inline div.oneField

                /*Prod selector*/
                  {
                  width: 50%;
                  /*simulate half column*/
                }

                /*Grow last element in form | remove this section if you want a smaller and centralized field*/
                .wForm .inline div.oneField:last-of-type,
                .section.inline.group div.wfContent:last-of-type {
                  width: 100% !important;
                }

                /*Fix width on formassembly preview*/
                #preview .wForm .inputContainer,
                .wForm .oneFieldWrapper {
                  width: 100%;
                }

                /*Make form responsive on smaller screens*/
                @media all and (max-width: 610px) {
                  .wfContentSection>div>.wfContent,
                  /*Dev selector*/
                  .wForm .inline div.oneField

                  /*Prod selector*/
                    {
                    width: 100%;
                  }
                }

                /*#endregion form styling*/
                /*#region Submit button styling*/
                .actions {
                  display: flex;
                  flex-direction: row;
                  justify-content: center;
                }

                div.actions>input {
                  height: 4em;
                  border-radius: 100px !important;
                  width: fit-content;
                  background: #041a55 !important;
                }

                /*#endregion Submit button styling*/
              </style>
            </div>
            <div id="tfa_5" class="section group">
              <div class="oneField field-container-D  labelsRemoved  " id="tfa_4-D">
                <div class="inputWrapper"><input aria-required="true" type="text" id="tfa_4" name="tfa_4" value="" placeholder="Your Email" title="" class="validate-email required"></div>
              </div>
            </div>
            <div class="actions" id="13-A"><input type="submit" data-label="Submit" class="primaryAction" id="submit_button" value="Submit"></div>
            <div style="clear:both"></div>
            <input type="hidden" value="13" name="tfa_dbFormId" id="tfa_dbFormId"><input type="hidden" value="" name="tfa_dbResponseId" id="tfa_dbResponseId"><input type="hidden" value="53a703d8241f83e02ece87edad65334b" name="tfa_dbControl"
              id="tfa_dbControl"><input type="hidden" value="" name="tfa_dbWorkflowSessionUuid" id="tfa_dbWorkflowSessionUuid"><input type="hidden" value="2" name="tfa_dbVersionId" id="tfa_dbVersionId"><input type="hidden" value=""
              name="tfa_switchedoff" id="tfa_switchedoff">
          </div>
        </div>
        <div class="wFormFooter">
          <p class="supportInfo"><br></p>
        </div>
        <p class="supportInfo">
        </p>
      </div>
    </div>
  </div>
</form>

Text Content

Download the free CLEAR app today to find locations and more.


How It WorksWhere We AreBusiness & PartnershipsReserve powered by CLEARSupport &
FAQs
Search
Search
Sign In
Search
Get CLEAR




CLEAR AND AMERICAN EXPRESS®
CORPORATE CARD MEMBERS

As an American Express® Corporate Green or Gold Card Member, you can receive a
4-month complimentary CLEAR membership starting from the date you complete the
online form linked below.


SIGN UP FAST,
GET THROUGH FASTER


 * 1
   
   Get started by filling out a few quick questions online.

 * 2
   
   Finish enrollment at any CLEAR airport location next time you fly.

 * 3
   
   Use CLEAR for seamless, predictable security right away!





JOIN NOW AND GET 4 MONTHS FREE

As an American Express® Corporate Green or Gold Card Member, you can receive a
4-month complimentary CLEAR airport membership starting from the date you
complete the online enrollment form linked below. After your 4-month membership
period concludes, your membership will automatically renew for an annual
membership at $189 (or the then-current rate) until you cancel your membership.*

New to CLEAR? Start online and finish in minutes at any CLEAR airport location
with a photo I.D.

start enrollment

If you’re already a CLEAR member, email Member Care to add 4 months free to your
membership.

contact member care
 * 



*This offer is made by CLEAR® and is for a 4-month complimentary CLEAR airport
membership. To be eligible for this offer you must have a U.S. American Express®
Corporate Green or U.S. American Express® Corporate Gold Card. To redeem this
offer, you must visit clearme.com/partners/amex-corporate-card and sign up by
December 31, 2022 at 11:59PM ET or while supplies last. Existing CLEAR members
can redeem the offer by contacting CLEAR Member Care using the link at
clearme.com/partners/amex-corporate-card. The 4-month membership period begins
when you first sign up online by completing the online enrollment form and
providing your payment information, or for existing CLEAR members, when CLEAR
Member Care confirms your enrollment via email. Before you can begin using your
CLEAR airport membership, you must finish enrollment at any CLEAR airport
location, present a valid government-issued ID, and your application must be
approved by CLEAR. You can also add up to three additional family members to
your CLEAR account while completing the online enrollment form or you can add
them later by logging into your CLEAR account at my.clearme.com. If you add
family members to your CLEAR account, you will be considered the primary member
on your CLEAR account and you will control renewals and cancellations for all
family members on the account. The start date of the 4-month membership period
for the primary member also applies to any family members you may add to your
CLEAR account. After your 4-month CLEAR airport membership period concludes, the
CLEAR airport membership will automatically renew for an annual CLEAR airport
membership for you and any family members that were added to your CLEAR account
and you will be charged annually at the then-current rate (currently $189 for
the primary member and $60 for each family member) to the payment method on
file. If you have completed online enrollment for yourself or a family member,
your memberships will automatically renew regardless of whether you finish your
enrollments at a CLEAR airport location. To cancel your CLEAR airport membership
at any time, access your CLEAR account at my.clearme.com or call CLEAR customer
service at 855-253-2763. Following cancellation, any CLEAR airport memberships
that you paid for will be refunded pro-rata based on the amount of time
remaining on your memberships. Any complimentary CLEAR airport membership
periods are not refundable or otherwise exchangeable for value. Only one offer
per person and the offer can only be redeemed once per CLEAR account regardless
of the number of family members on the account. This offer cannot be combined
with any other offers.

CLEAR airport membership is currently available to US citizens, legal permanent
residents, and citizens of US territories, 18 and older with valid photo ID.
Membership in CLEAR is subject to CLEAR’s approval and its Terms of Use and
Privacy Policy, available at clearme.com/terms and clearme.com/privacy-policy.
For additional information on the CLEAR program, including information regarding
the application and/or approval process and for a list of participating
airports, please go to clearme.com. The CLEAR program is subject to change, and
American Express® has no control over those changes.

Fulfillment of the offer is the sole responsibility of CLEAR. Offer is subject
to change at any time without notice to you. American Express® has no control
over the application and/or approval process for CLEAR, and does not have access
to any information provided to CLEAR by the Card Member or by CLEAR to the Card
Member. American Express® has no liability regarding the CLEAR program.


OUR NATIONWIDE NETWORK

In 45+ of the busiest airports nationwide, CLEAR is the more predictable way
through security.

See where we are



FAQS


HOW CAN I ADD A FAMILY MEMBER?



Add up to 3 family members to your account during the 4-month membership when
you enroll online, or add them later by logging into your account at
my.clearme.com. At the end of your 4-month period, unless canceled, you will be
charged $60 for each family member to the payment method on file. Family members
under 18 years old can always join you in the CLEAR Lane for free.

This is some text inside of a div block.
Partners


WHEN DO THE 4 MONTHS START?



The 4-month membership period begins when you first sign up online by completing
the online enrollment form and providing your payment information. If you are an
existing CLEAR member, the 4-month period begins when CLEAR Member Care confirms
your enrollment via email.

This is some text inside of a div block.
Partners


WHO CAN USE CLEAR AT THE AIRPORT?



CLEAR is currently only available to U.S. citizens and legal permanent residents
18 and older with a valid government-issued photo I.D.

This is some text inside of a div block.
Partners


HOW DO I GET STARTED?



After you complete the online enrollment form, you can go to a CLEAR Lane at one
of our airport locations. A CLEAR Ambassador will help you get set up at a CLEAR
Pod by adding your eyes or fingerprint to your secure profile and scanning your
valid government-issued I.D.

This is some text inside of a div block.
Partners


WHAT HAPPENS WHEN THE 4 MONTHS ENDS?



At the end of the 4-month period, your CLEAR airport membership will
automatically renew as an annual membership for you and any family members that
were added to your CLEAR account. You will be charged annually at the
then-current rate ($189 for the primary member and $60 for each family member)
to the payment method on file. You will not be charged if you cancel your
membership before the last day of the 4-month period.

This is some text inside of a div block.
Partners


WHERE CAN I USE CLEAR AT THE AIRPORT?



We're always expanding to new terminals and airports nationwide. To view our
locations and hours of operation, please visit clearme.com/where-we-are. Also,
find us wherever you are with a tap in the free CLEAR App.

This is some text inside of a div block.
Partners


HOW DO I GET 4 MONTHS FREE IF I’M AN EXISTING MEMBER?


If you’re already a CLEAR member, contact Member Care to add 4 months free to
your membership.

This will extend your current membership by 4 months, and Member Care will
confirm your new renewal date. If you’ve already had a CLEAR membership and
completed the biometric screening, you can contact Member Care to reactivate
your account and get 4 months free.
This is some text inside of a div block.
Partners


FROM CLEAR USERS

I swear @Clear is the only reason I make my flights on time

@siatrini

If y’all don’t have @Clear yet and are traveling… Do it! It saved me so much
time this morning with PreCheck at MSP. I was through security in under 10
minutes.

@matthewwdavid

Security clearance at @miamiairports 90 seconds. Get @Clear it’s sooo worth it!
😊

‍

@ECronin2
 * 
 * 
 * 





DISCOVER WHAT'S NEW

Be the first to hear about locations and offers.






REQUEST RECEIVED.

You'll receive an email asking your to confirm your subscription.
Oops! Something went wrong while submitting the form.


GET BACK TO THE GAME

Use CLEAR Lanes for faster entry at stadiums and arenas nationwide.

Learn more


INFO

How it worksWhere we areBusiness & PartnershipsReserve powered by CLEARSupport &
FAQsMobile AppNewsroom


COMPANY

About Us & CareersInvestorsMember DealsGift cards


FEATURED PARTNERS

AvisDelta Air linesUnited Airlines
Download on the
App Store
Get it on
Google Play



© 2022 Secure Identity, LLC. All rights reserved.
Privacy PolicyCookie UsageMember TermsReserve TermsTerms of Use


CLEAR'S COOKIE NOTICE

By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts. Privacy Policy

Manage Cookies Reject All Accept All Cookies



PRIVACY PREFERENCE CENTER

When you visit our Site, we may store cookies on your browser to collect
information that is used to measure Site performance, enhance user experiences,
personalize content and ads, and provide social media and other third-party
features. You can choose to opt out of all cookies on our Site, other than those
that are “strictly necessary”, below; however, this may impact the functionality
of the Site. You can also choose to turn off only certain types of cookies, such
as targeting cookies.
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.

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.

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.

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.

Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

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

Reject All Confirm My Choices